in Technology by
Is it true that Seam only works with JSF?

1 Answer

0 votes
by

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 application performance, and allows us to write much simpler JSF pages. Please see the Seam booking example application for an example of how to use Facelets.

Related questions

0 votes
    I don't know how initialize a backing bean only when page loads, I am using Spring and ICEfaces. ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
0 votes
    Can we run Seam with JDK 1.4 and earlier?...
asked Jun 6, 2021 in Technology by JackTerrance
0 votes
    Why The Capacitors Works On Ac Only?...
asked Dec 12, 2020 in Technology by JackTerrance
0 votes
    Where can we find Seam examples and documentation?...
asked Jun 6, 2021 in Technology by JackTerrance
0 votes
    Can we run Seam in a J2EE environment?...
asked Jun 6, 2021 in Technology by JackTerrance
0 votes
    Can we run Seam outside of JBoss AS?...
asked Jun 6, 2021 in Technology by JackTerrance
0 votes
    What version of JBoss AS do I need to run Seam?...
asked Jun 6, 2021 in Technology by JackTerrance
0 votes
    Ok, this is weird. My terminal (iterm2 with zsh) exits a command with control + m or control + ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 22, 2022 in Education by JackTerrance
0 votes
    I need to determine the ID of a form field from within an action handler. The field is a part of ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 20, 2022 in Education by JackTerrance
0 votes
    I need to determine the ID of a form field from within an action handler. The field is a part of ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 20, 2022 in Education by JackTerrance
0 votes
    I have installed both plugins: WTP and JBoss Tools (3.3) for Eclipse Indigo, but could not found ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 4, 2022 in Education by JackTerrance
0 votes
    I have a CKEditor in my page. Like this Facelet Title function comeBack(){ document.getElementById(editorValue ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    I have a CKEditor in my page. Like this Facelet Title function comeBack(){ document.getElementById(editorValue ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 16, 2022 in Education by JackTerrance
...