Help

Built with Seam

You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.

FAQ Category:

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. Finally, Seam's concurrency model is designed especially for use with Ajax.

2 comments:
 
25. Jul 2008, 20:11 CET | Link
Aaron

Link to the JavaScript remoting framework appears to be broken.

ReplyQuote
 
06. Aug 2008, 22:41 CET | Link

The correct link seems to be http://docs.jboss.com/seam/2.0.1.GA/reference/en/html/remoting.html

Post Comment