Ed Knutson wrote:
> 
> On Mon, 10 Apr 2000, David Leal wrote:
> > On Sun, Apr 09, 2000 at 09:30:05PM -0700, Kevin A. Burton wrote:
> >
> > > **** 1.2 ****
> > >
> > > - User based customization
> >
> >    I would like to help with this. Can you tell me how you are planning
> > to implement it?
> 
> Sounds like there are at least three of us now.  (I think) Kevin said last week
> he wanted to just save customized portlet markup in the filesystem until we can
> work out a comfy XML<->DB arrangement.
> 
> This should be saved in a private directory (ie, the webserver has read/write
> permissions but it is not accessible via HTTP URL).
> 

This part is implemented, I just have to merge my files with the current
Jetspeed
tree, clean up the code and commit all my diffs... give me a couple of days :/

> One idea is to put check boxes next to the items in the PortletBrowser and make
> an HTML form.  This should be implemented however with "standalone" mode (ie not
> running as a servlet) in mind.  Somehow, this form is processed and a
> customized defaultPortlets is written for the user.  This file is then fed to
> the PortletController when a user logs in.
> 

I also implemented a PortletRegistry which allows the user config files to 
reference portlets by name. This is important IMO because I can upgrade 
portlets in the registry without the user knowing it as long at the upgraded
version supports the same parameters.

I also have the markup ready for creating user profiles which can be used to 
initialize a user environment upon creation.

> We also want to add a portlet "state" to the config options.  This means that
> the user can set the level of detail for portlets.  For efficiency's sake, we
> should make this a global option first, then add the ability to select a state
> for each individual portlet once we have a better way of storing the info (this
> could be a pulldown menu next to the checkbox).
> 

I wonder how this can be achieved globally since we don't know what is a
"level of detail" for a given portlet. How should the FilePortlet deal with that
parameter ?

--
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]

Reply via email to