Alexandre Maret wrote:
>
> * Functionnal Issues
>
> There's 2 areas I'm focusing on at the moment. I'll be happy to help the
> development of these in order to reach our goals.
>
> ** PSML
>
> We (my company) want to allow users to fully customize user/group profiles
> through an admin portlet.
>
> What is the current status of the PSML implementation ?
> There is a very interesting package
> (org.apache.jetspeed.portal.portlets.util.customizer) ... but there is no
> code in it right now. I'd like to know if anybody is actively working on it
> and learn about the status of the configuration portlet and classes allowing
> PSML modifications and update.
>
PSML (aka piecemeal) is currently evolving:
- new registry settings
- GUIDs
- etc...
The layout part is currently stable and I don't think major improvements are
planned for 1.2b2.
I don't know the status of the customizer right now. If you want, you can
dynamically generate PSML files by serving them from a servlet...
psml.base.url=/servlet/generatePSML/user/
Just write a generatePSML servlet and use the path_info to locate the userfile
required.
(NOTE:
psml.base.url=/servlet/Turbine/screen/PSML/action/generate/user/
works fine too...
)
--
Rapha�l Luta - [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]