« Return to Thread: caching Java objects

caching Java objects

by Mitch Claborn :: Rate this Message:

Reply to Author | View in Thread

What is the preferred method of caching arbitrary Java objects locally
in a Struts application?  I've been making my actions implement
ApplicationAware and storing objects in that Map.  (I think this comes
from the ServletContext?)  Is that the best way or is there something else?

Mitch


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@...
For additional commands, e-mail: user-help@...

 « Return to Thread: caching Java objects