In a struts app, I would like to have some objects which load themselves via 
db queries on app startup, and remain in memory for quick information 
access. They would need to refresh different pieces of data on different 
schedules, and also be triggered manually to refresh based on some user 
action. In some cases, I would even like to modify these in-memory objects 
and have that information persist back to the database.

Are there any utilities or plugins which exist that would do the job of 
running a separate thread to manage objects like this?

I'm not looking for something like Hibernate - I don't want a persistence 
layer between my app and the database. I need a way to manage objects that 
cache information, refresh intelligently, and optionally write their 
information back to some tables when modified. The end goal is to speed up 
critical screens which rely on complex data retrieval and business rules.

Any suggestions?

-- 
Matt Kruse
http://www.JavascriptToolbox.com
http://www.AjaxToolbox.com




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

Reply via email to