Hmmm.... I guess that all depends on what you are trying to accomplish. A few things come to mind, although, they may be overkill on what you want to do:
First you have the Java Messenging system, where you can have java objects send messages to a "queue", and have another object pick those messages up. You also have the EJB philosophy, where you can implement an object in an EJB, and call on that EJB from your different WAR applications. The last option I can think of, would be to implement a Web Service of some kind. Also, I'm curious on what you mean by "same session". It was my understanding that each application has it's "own session" and that the sessions aren't shareable. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887516#3887516 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887516 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
