[jboss-user] [EJB 3.0] - Re: sharing state between web modules and ejb modules

ajay662 do-not-reply at jboss.com
Mon Sep 24 12:36:44 EDT 2007


Yes.

One web-module (W1) provides interface to client application and hence has knowledge of client sessions. Other web-module (W2) implements web-services and gets events/requests from a different source. W2 needs to modify session data which is inside W1. Also W2 posts JMS messages on a JMS topic which are picked by MDBs inside an EJB module. These MDBs also need access to session data maintained by W1.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088055#4088055

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088055



More information about the jboss-user mailing list