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: | 11 Members of 9199 |
Seam only supports JSF as a view framework at this time. We plan to support other web frameworks in the future. We like JSF because it is a component-based UI framework, which fits really well with Seam's component-based approach to business objects and persistence objects. Seam made a major improvement to JSF by eliminating almost all XML configuration for backing beans -- you can now define back beans from POJOs or EJB3 components using simple annotations.
We recommend you use Facelets, instead of JSP, with JSF. Facelets provide a powerful templating framework, better appplication performance, and allows us to write much simpler JSF pages. Please see the Seam booking example application for an example on how to use Facelets.
Note: Several efforts to integrate Seam with other web frameworks are on their way, most notably GWT, Wicket, and Tapestry. For more information, see Alternative View Layers Overview.
Is this entry still relevant ?
A lot of people work with GWT in the interface layer as an alternative to JSF. Of course is relevant to know the state of the integration of other frameworks
I this that with JSF 2 the comment
is not valid because in simple cases you dont't need any separate configurations.
Hi, another usable framework in UI that sould integrated with seam i think, is ZK Framework