From: dajevtic <nu...@jb...> - 2005-05-16 09:22:04
|
A good idea would be to use the session Id of the user as the key. That way, another portlet could retrieve the object by just passing the session id to the Manager class and retrieve the contents. We mainly use this to store request parameters which are posted from one portlet and being retrieved by another one. This can be implemented as a stack as well, pushing parameters from one portlet and popping the parameters from another portlet. I'll be glad to help if anyone has problems/questions regarding this matter. Regards! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877806#3877806 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877806 |