We have a web site which share two J2EE applications (EARs).  Each ear has only 
1 war.  The intent is to distribute our product in a modular fashion, meaning: 
to distribute an ear rapidly without any changes.  

But, the trick is that every ear/war need to share user session information and 
cached information.  Also, every web page in the web apps will share the same 
menu.

Here is an excerpt of my deployment structure:
jboss-server/survey.ear (which has 1 survey.war)
jboss-server/search.ear (which has 1 search.war)

My question is: 
how can I share the same information between these 2 web apps efficiently?  We 
considered remoting, but are not convinced of the performance impact!

regards
Alain St-Pierre

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to