[jboss-user] [Beginners Corner] - Re: How to share objects between EJB?

genman do-not-reply at jboss.com
Fri Jan 19 20:42:38 EST 2007


The JBossCache product allows you to share data between instances. 

The EJB spec doesn't define a session context like that. State is normally kept within the DB, and EJBs are fetched when data is needed.

Usually, what people do to pro-actively notify is use MDBs and send messages to pass around information.

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

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



More information about the jboss-user mailing list