previous | index | next

Comparing Ajax to the JSF Cycle

The steps for an ordinary JSF cycle: The steps for an Ajax cycle: In an Ajax request, the entire page is not refreshed; only part of the page is updated.

This subtle difference opens the door to interesting interactions.


previous | index | next