I'll create a new BasePortletSet which I'll probably name PreloadPortletSet. And I'll probably have to muck with some other stuff too.
-Andy
Todd Kuebler wrote:
At 11:47 AM 11/18/2002 -0800, Andrew C. Oliver wrote: > Thanks! > 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... }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. -- To unsubscribe, e-mail: For additional commands, e-mail:
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
