Does AJAX work with Java?
January 16, 2008 · Filed Under AJAX Interview Questions, Placement Questions
![]() Don't want to miss a single bit? Subscribe By Email for Daily Jobs |
Yes, Java is a great fit for AJAX! You can use Java Enterprise Edition servers to generate AJAX client pages and to serve incoming AJAX requests, manage server side state for AJAX clients, and connect AJAX clients to your enterprise resources. The JavaServer Faces component model is a great fit for defining and using AJAX components.
Related Articles
- What is the role of Ajax in enhancing user experience?
- What are the different frameworks available In AJAX?
- Are there any security issues with AJAX?
- Is the server or the client in control in AJAX?
- Does Java have support for Comet style server-side push?


