Hi, you might be interested in a technique we borrowed from a JavaWorld article:

http://www.javaworld.com/javaworld/jw-06-1999/jw-06-cooltools.html

It's a "cache" that can be used to conveniently store objects in-between HTTP requests. We easily extended this caching mechanism to write out the objects to disk when they expire, and to retrieve them from disk if they are not in the cache.

Nate

brian wrote:

Hello,

      Is there a way to save an object in the
(org.apache.velocity.context.Context) for longer than the current page
request, so it may retrieved from a different template page later?



Brian A








---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to