You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Carlos Orrego <or...@inflexa.com> on 2002/10/07 18:39:44 UTC

Portlet Registry entry

hola,

anybody has documentation or examples on working with the portlet registries?
What i want to do is create portler entries dynamically through code and not to use the xreg files. I know this can be done, and i
have studied the javadocs but a would example would make my work much simpler.

thanks very much

Carlos Orrego
www.inflexa.com

"Salve un árbol. No imprima."
"Save a tree. Do not print."



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Portlet Registry entry

Posted by Paul Spencer <pa...@apache.org>.
Carlos,

Look at the registry tests.  I believe some of them, including the 
registry security ones, create portlet registry entries.

Paul Spencer

Carlos Orrego wrote:

> hola,
> 
> anybody has documentation or examples on working with the portlet registries?
> What i want to do is create portler entries dynamically through code and not to use the xreg files. I know this can be done, and i
> have studied the javadocs but a would example would make my work much simpler.
> 
> thanks very much
> 
> Carlos Orrego
> www.inflexa.com
> 
> "Salve un árbol. No imprima."
> "Save a tree. Do not print."
> 
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Portlet Registry entry

Posted by Mark Orciuch <ma...@ngsltd.com>.
Carlos,

Study code for CastorRegistryService. It has all the methods you need to
manipulate the portlet registry entries (addEntry, getEntry, removeEntry).
Any entries you create programmatically will end up in local-portlets.xreg
(by default). Also, there may be some related posts in the archives.

Shortly, I will be working on on-line registry maintenance program which
will have plenty of examples. I don't know when I'll be done with it.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: mark_orciuch@ngsltd.com
web: http://www.ngsltd.com


> -----Original Message-----
> From: Carlos Orrego [mailto:orrego@inflexa.com]
> Sent: Monday, October 07, 2002 11:40 AM
> To: Jetspeed User List
> Subject: Portlet Registry entry
>
>
>
> hola,
>
> anybody has documentation or examples on working with the portlet
> registries?
> What i want to do is create portler entries dynamically through
> code and not to use the xreg files. I know this can be done, and i
> have studied the javadocs but a would example would make my work
> much simpler.
>
> thanks very much
>
> Carlos Orrego
> www.inflexa.com
>
> "Salve un árbol. No imprima."
> "Save a tree. Do not print."
>
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>