Re: Plug-In for in-memory caching/refreshing?

2006-04-14 Thread James Mitchell
I've done this with Spring + EHCache. I used a method interceptor so both my struts code and my facade implementation was none the wiser. http://opensource.atlassian.com/confluence/spring/display/DISC/Caching +the+result+of+methods+using+Spring+and+EHCache You could even get creative and ab

Plug-In for in-memory caching/refreshing?

2006-04-14 Thread news.gmane.org
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 act