> That's cool because I don't plan to have any portlet preference > stored in PSML this time around :) > However I do need a way to uniquely reference a PortletEntity > > from the page markup. Is a simple portletEntity ID enough as a key,
The PortletEntity's id is a composite key, "portlet name":"portlet id":"instance name" "instance name" being the name defined in the PSML. "portlet id" is guaranteed unique as it serves also as the PK in the PORTLET_DEFINITION table. We may need to extend the PorletEntity's id to include an information that makes it unique portal-wide. I was also thinking about using the java.rmi.server.UID to create additional "salt" for the PortletEntity's id. *===================================* * Scott T Weaver������������������� * * Jakarta Jetspeed Portal Project�� * * [EMAIL PROTECTED] * *===================================* � > -----Original Message----- > From: Luta, Raphael (VUN) [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 05, 2003 8:58 AM > To: 'Jetspeed Developers List' > Subject: RE : [J2] New Page API committed to CVS > > > De : Weaver, Scott [mailto:[EMAIL PROTECTED] > > > > > > <snip> > > > to implement in a SQL format and with proper separation > > > between page > > > > description and customization and portlet customization. > > > > > > > > > Make sure you look at the preferences and PortletEntity > > > before you go to far. I have already setup tables/created > > > the object model to maintain portlet preferences. It's 100% > > > but it's a start ;) > > > > > That's cool because I don't plan to have any portlet preference > stored in PSML this time around :) > However I do need a way to uniquely reference a PortletEntity > > from the page markup. Is a simple portletEntity ID enough as a key, > > or will I need a (pe id, User id) composite key ? > > > > I'm going to finalizee/refine a PageManager service with > > > an XML and OJB implementation in the few coming days. > > > > > > > I'd value any feedback on the object model, especially an > > > shortcomings in the interface. > > > > > > > > > Will do! > > > > > > Cool. > > -- > Rapha�l Luta - [EMAIL PROTECTED] > Jakarta Jetspeed - Enterprise Portal in Java > http://jakarta.apache.org/jetspeed/ > > ********************************************** > Vivendi Universal - HTTP://www.vivendiUniversal.com: > > The information transmitted is intended only for the person or entity > to which it is addressed and may contain confidential and/or privileged > material of Vivendi Universal which is for the exclusive use of the > individual designated above as the recipient. Any review, retransmission, > dissemination or other use of, or taking of any action in reliance upon, > > this information by persons or entities other than the intended recipient > > is prohibited. If you received this in error, please contact immediately > > the sender by returning e-mail and delete the material from any computer. > > If you are not the specified recipient, you are hereby notified that all > > disclosure, reproduction, distribution or action taken on the basis of > this > > message is prohibited. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]
