JBoss AS Question:
Download Questions PDF

Is it true that Seam only works with JSF?

Answer:

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.

Download JBoss Interview Questions And Answers PDF

Previous QuestionNext Question
Where can I find Seam examples and documentation?Can I use AJAX with Seam?