Using Ajax with JavaServer Faces Technology (original) (raw)

This chapter describes using Ajax functionality in JavaServer Faces web applications. Ajax is an acronym for Asynchronous JavaScript and XML, a group of web technologies that enable creation of dynamic and highly responsive web applications. Using Ajax, web applications can retrieve content from the server without interfering with the display on the client. In the Java EE platform, JavaServer Faces technology provides built-in support for Ajax.

The following topics are addressed here: