-
Portlet Repository Project: creating services to find portlets (9 messages)
- Posted by: Joseph Ottinger
- Posted on: October 13 2006 06:38 EDT
Roy Russo has announced the creation of the Portlet Repository Project, which "seeks to define a common Web Service API used to communicate with portlet repositories. It will also establish the format and meta-data to be included when defining a specific portlet within a repository." Participants include JBoss Portal, Sun's Portal Server, and more. According to the project's home page, "PRP is similar in functionality to that of a plugin installer/updater, with the exception that it is meant for portlets, thereby lending a portlet container to be enhanced in a pluggable manner." Portal administrators would be able to use a web service from within a given portal to look up portlets, and install them much as developers currently install plugins to various IDEs. The project is still in development, so portal vendors and potential users might be interested in taking a look and making sure it becomes viable and useful.Threaded Messages (9)
- Re: Portlet Repository Project: creating services to find portle by Marina Prikaschikova on October 13 2006 09:26 EDT
- Re: Portlet Repository Project: creating services to find portle by Roy Russo on October 13 2006 11:36 EDT
-
Re: Portlet Repository Project: creating services to find portle by Dmitry Namiot on October 13 2006 02:06 EDT
- Re: Portlet Repository Project: creating services to find portle by Roy Russo on October 13 2006 02:32 EDT
-
Re: Portlet Repository Project: creating services to find portle by Dmitry Namiot on October 13 2006 02:06 EDT
- Re: Portlet Repository Project: creating services to find portle by Sunny Liu on October 13 2006 14:45 EDT
- Re: Portlet Repository Project: creating services to find portle by Roy Russo on October 13 2006 02:51 EDT
- Re: Portlet Repository Project: creating services to find portle by Punit Pandey on October 15 2006 10:18 EDT
- Re: Portlet Repository Project: creating services to find portle by Roy Russo on October 13 2006 11:36 EDT
- SOAP? by Jonathan Carlson on October 16 2006 15:36 EDT
-
Re: Portlet Repository Project: creating services to find portle[ Go to top ]
- Posted by: Marina Prikaschikova
- Posted on: October 13 2006 09:26 EDT
- in response to Joseph Ottinger
and what is the biggest portal repository right now? Marina Coldbeans -
Re: Portlet Repository Project: creating services to find portle[ Go to top ]
- Posted by: Roy Russo
- Posted on: October 13 2006 11:36 EDT
- in response to Marina Prikaschikova
and what is the biggest portal repository right now
I may be wrong, but its possibly JBoss Portletswap (www.portletswap.com). I would suspect the Sun Portal repository to grow substantially, in the near future, due to their OSS initiatives. STAY METAL! Roy Russo -
Re: Portlet Repository Project: creating services to find portle[ Go to top ]
- Posted by: Dmitry Namiot
- Posted on: October 13 2006 14:06 EDT
- in response to Roy Russo
Do we really need some automation for such huge collections? -
Re: Portlet Repository Project: creating services to find portle[ Go to top ]
- Posted by: Roy Russo
- Posted on: October 13 2006 14:32 EDT
- in response to Dmitry Namiot
Do we really need some automation for such huge collections?
They aren't huge currently, but they *are* all spread out over many repositories. So yes, this protocol will have a unifying effect, and also include more information (metadata) on the individual components being browsed/retrieved/deployed. As opposed to what we have now... disparate repositories all brandishing their own metadata that *they* deem to be important for users. STAY METAL! Roy Russo -
Re: Portlet Repository Project: creating services to find portle[ Go to top ]
- Posted by: Sunny Liu
- Posted on: October 13 2006 14:45 EDT
- in response to Marina Prikaschikova
I think IBM's Portal catalog has more portlets than anyone else at this time. http://catalog.lotus.com/wps/portal/portal? -
Re: Portlet Repository Project: creating services to find portle[ Go to top ]
- Posted by: Roy Russo
- Posted on: October 13 2006 14:51 EDT
- in response to Sunny Liu
Yes, I was in an OSS frame-of-mind when I answered. There is nothing stopping IBM/BEA/Oracle/etc.. from exposing their portlet repositories with this API. It makes no distintction between commercial/opensource/demoware/etc... which is why we hope the commercial vendors support this endeavour... or at least their portlet vendors do. ;-) STAY METAL! Roy Russo -
Re: Portlet Repository Project: creating services to find portle[ Go to top ]
- Posted by: Punit Pandey
- Posted on: October 15 2006 10:18 EDT
- in response to Marina Prikaschikova
Yes, commercial vendors like IBM, BEA and Oracle do have pretty big repositories. It would be good to get their collaboration. -- Punit Pandey http://portlets.blogspot.com -
SOAP?[ Go to top ]
- Posted by: Jonathan Carlson
- Posted on: October 16 2006 15:36 EDT
- in response to Joseph Ottinger
When I see WSAPI, I assume SOAP. Assuming my assumption is correct, why is SOAP needed here? All that is needed is a simple XML file accessible via GET. If RSS meets the need, use that, or they can define a comman XML format. I assume there is a very good reason to add the extra overhead of SOAP, but if there's not, please rethink it. - Jonathan -
Re: SOAP?[ Go to top ]
- Posted by: Roy Russo
- Posted on: October 17 2006 16:57 EDT
- in response to Jonathan Carlson
We've taken your suggestions in to the discuss list. We want a light-weight protocol, so RSS fit well here. There are other protocols being discussed as well.