[jboss-user] [JBoss Seam] - Re: Using a stateless bean outside a seam application
gunnarif
do-not-reply at jboss.com
Mon Apr 30 09:07:12 EDT 2007
Thanks a million!
But if I deploy the EAR file and then the WAR file (not in the EAR) could I do something like this in the WAR?:
| public class SomePOJO
| {
| @EJB
| ProductManager productManager;
| ......
| }
|
Or somehow share the stateless context between theses applications (or modules)?
Sorry for my ignorance, I'm new to this J2EE and SEAM.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041818#4041818
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041818
More information about the jboss-user
mailing list