You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-user@portals.apache.org by Richard Jacob <ja...@apache.org> on 2004/02/03 10:27:01 UTC

Re: persistent storage...why?

Alexis BERNARD wrote:

>Hi all,
>
>I am not sure to understand the interest to use persistent storage...In
>case of the consumer registry for example, since the consumer registration
>is put in a hasmap, why write it in a persistent store? In case of a
>restart of the server?
>  
>
well, correct.
The data like consumer registrations or consume configured portlets are 
cached for now.
However after a restart you must accept a registration handle comming 
from the cosumer and
also need to recognize the consumer configured portlet handles 
associated with a registration.
In addition portlet preferences are stored, too.

cu
Richard