JBoss AS Question: Download JBoss PDF

Can I use AJAX with Seam?

Tweet Share WhatsApp

Answer:

A: Yes, Seam provides excellent support for AJAX. First, Seam supports the ICEfaces and Ajax4JSF Ajax component libraries for JSF. If you prefer a more "old fashioned" approach, Seam provides a complete JavaScript remoting framework which lets you call Seam components and subscribe to JMS topics directly from the client. Please refer to the Seam remoting example application on how to use AJAX remoting to implement a chat room.

Download JBoss PDF Read All 31 JBoss Questions
Previous QuestionNext Question
Is it true that Seam only works with JSF?Can I unit test Seam applications without starting the Application Server?