I am thinking that I could use a session bean to query the app (I have already written a codebase in Java to fetch the app's data from queries), but things like list boxes would need to be populated in JSP/HTML forms from semi-current data. This is the sort of thing that I would prefer to cache rather than constantly be querying the application whenever someone requests a new HTML/JSP.
In short, when building a J2EE app to access legacy applications, what is a good strategy for maintaining an app-level cache?
Thanks for your opinions.
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]