Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Portals and Portlets and the fly likes Oracle 10g Portal WTF -- portlet definitions are position based? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "Oracle 10g Portal WTF -- portlet definitions are position based? " Watch "Oracle 10g Portal WTF -- portlet definitions are position based? " New topic
Author

Oracle 10g Portal WTF -- portlet definitions are position based?

Greg Charles
Bartender

Joined: Oct 01, 2001
Posts: 2550
    
  10

I've just started working on a project based on Oracle 10g Portal Server. Yes, it's sunsetted. That explains why we're working in the dark.

Anyway, portlets are defined in an XML configuration file like this:



So, yes, we have to put the name of the portlet in 18 different ways, but fine. What's really weird is that when I put in a new portlet definition among the old ones, it basically broke the whole application. My team members tell me that deleting an obsolete portlet definition has the same effect. They say that the portal pages use some kind of index when placing portlets on a page, instead of matching on the ID, and so if you do anything to derange the positions of portlet definitions in that XML file, you break all the defined portal pages for everyone. SOP is to add new portlet definitions to the bottom of the XML, and never, never delete a definition. Is that really the way we have to work, or are we doing something wrong?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Oracle 10g Portal WTF -- portlet definitions are position based?
 
Similar Threads
Portal/Portlet Plugins For Eclipse Helios
Configure Custom mode(Edit_Defaults) in Vignette Application Portal 7.3
Problem with Portlet Preferences not loading
Problems developing a new Hello Word�s Portlet for JetSpeed
navigation between the pages in different portlets using JSR286