JSF Ajax frameworks have been around for some time. JSF is all about
server side components that render
their state as markup to the client. JSF has a well defined lifecycle
that defines how component state
is handled on the server and when component state is rendered to the
client. JSF Ajax frameworks can control which components are
processed on the server (known as partial processing),...