[JBoss-user] [JBoss Seam] - Re: Stateful session bean vs. session Context, which one is

2006-06-29 Thread petemuir
Seam has a number of contexts available (http://docs.jboss.com/seam/1.0.1.GA/reference/en/html/concepts.html#d0e2021). SFSBs are used for any stateful context, SLSBs are used for a stateless context. They are all useful in the same project for different things - look at the booking store

[JBoss-user] [JBoss Seam] - Re: Stateful session bean vs. session Context, which one is

2006-06-29 Thread gus888
Hi there, Thank you very much for your help. I want to whether the two group codes have the same functions, as follows: @PersistenceContext | private EntityManager em; @In(create=true) | private EntityManager entityManager; Thank you. View the original post :

[JBoss-user] [JBoss Seam] - Re: Stateful session bean vs. session Context, which one is

2006-06-29 Thread petemuir
http://docs.jboss.com/seam/1.0.1.GA/reference/en/html/configuration.html#d0e4853 @PeristenceContext/@PersistenceContext(type=EXTENDED) are the EJB3/JPA standard annotations for injecting a PC. @In(create=true) is the Seam way, which, as discussed in the manual, means that

[JBoss-user] [JBoss Seam] - Re: Stateful session bean vs. session Context, which one is

2006-06-29 Thread gus888
Thank you so much for your very detailed explanation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=395#395 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=395 Using Tomcat but need to do more? Need to support