Java Platform, Enterprise Edition (Java EE) 8 The Java EE Tutorial |
Previous | Next | Contents |
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:
Previous | Next | Contents |