You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Prasad, Kamakshya" <kp...@capitalservicing.co.jp> on 2004/04/28 04:09:01 UTC

Design question: Caching

Hi,
 
We are building a web application with the application layer (ejb+dao)
present in one machine and web container (struts as web framework) in
another machine. We need some kind of caching mechanism in the
application layer. Similar to what is there in struts, caching data by
putting it in the servletcontext, is that possible in app layer with
ejbcontext or should we go by the standard mechanism of putting in
static HashMap.
 
Regards,
Kamakshya