[jboss-user] [EJB 3.0] - javax.portlet.PortletPreferences

pedalshoe do-not-reply at jboss.com
Sun Jan 28 02:44:03 EST 2007


Where are the values persisted?  Is it in the database or in a file somewhere in Jboss portal?  Is it by user?

For instance, in the Weather Portlet:

         PortletPreferences prefs = request.getPreferences();
         try
         {
            prefs.setValue("RssXml", RSS_URL_PREFIX + newZip);
            prefs.store();
         }
         catch(Exception e)
         {
            e.printStackTrace();
         }


Thanks,

Christopher

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007371#4007371

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007371



More information about the jboss-user mailing list