Denis Golovin [
http://community.jboss.org/people/dgolovin] replied to the discussion
"Generating a working application that uses EJB"
To view the discussion, visit:
http://community.jboss.org/message/534474#534474
--------------------------------------------------------------
It is uses EJB for Seam Web Project in EAR deployment, but only for business logic, so
Seam Action in such projects is represented by interface with @Local annotation and bean
implementation with @Stateless annotation. It uses @Entity annotations for persistent
objects to signifies the fact that the class is a JPA entity. Seam Web project generation
is based on Seam-Gen templates that comes with Seam runtime.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/534474#534474]
Start a new discussion in JBoss Tools at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]