JBoss AS Question:
Download Job Interview Questions and Answers PDF
Can I run Seam in a J2EE environment?
Answer:
Yes, as of Seam 1.1, you can use Seam in any J2EE application server, with one caveat: you will not be able to use EJB 3.0 session beans. However, you can use either Hibernate or JPA for persistence, and you can use Seam JavaBean components instead of session beans.
Download JBoss Interview Questions And Answers
PDF
Previous Question | Next Question |
Can I run Seam outside of JBoss AS? | Can I run Seam with JDK 1.4 and earlier? |