You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Borut BolĨina <bo...@gmail.com> on 2008/09/17 10:50:31 UTC

Sharing between two webapps

Hello,

maybe this is a bit off-topic, but I will give it a shot here.

If one web application is developed in JSP and the other in Tapestry 5 and
both of them are deployed into a single instance of Resin/Tomcat, what is
the best way to share some common very large objects (~200MB)? Only in
memory solutions apply, NOT database - speed is essential. The web app can
have up to 5GB of heap space.

Cheers,
Borut