At 11:47 AM 11/18/2002 -0800, Andrew C. Oliver wrote:
Thanks!This would be most excellent. I've found that I've had to implement some strange stuff to achieve user level data caching since the init() call is not tied to a request and is missing rundata/user info. And the parallelization of portlet content fetching would be really appreciated.
preLoad isn't intent on
creating anything that could be construed as "View". The idea is that
data that the view might depend upon can be loaded...
So for instance...
init
preload(RunData) { get stuff from the database }
getContent(RunData) { get the database stuff from the cache and present it via Velocity JSP whatever... }
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
