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.
| Online: | 13 Members of 8195 |
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.
Link to the JavaScript remoting framework appears to be broken.
The correct link seems to be http://docs.jboss.com/seam/2.0.1.GA/reference/en/html/remoting.html
Looks like en has become en-US, so the URL for the latest release is: http://docs.jboss.com/seam/latest/reference/en-US/html/remoting.html