Neeme Praks wrote:
> 
> I'm still a little bit confused about applications. I'll give my
> understanding about them here and I hope someone confirms or corrects
> me.
> 
> Application is nothing more than a portlet that can be referenced from
> URL and, thus, can be displayed separately from all the other portlets.
> Right?

No.  An Application is a Portlet that essentially must take 100% of the
screen real estate because it's UI is large.  iCalendar should be an
application, user customization should be an application.

The metaphor really isn't that great.  I am not sure how long the
Application concept will be around for.  Clearly we can do this with
some meta info.
 
> Now, I want to have the possibility to have application consisting of
> more than one portlet that would make it possible to refer to this
> portletset as one entity and also display nothing else on the page.
> Similar to <portlets> tag, just allowing to reference this set of
> portlets alone on a page.

That is interesting.  I think it is a good idea.  But should it be
implemented with the public PSML thread we talked about or another
mechanism?

The more I think about it, publishing PSML content as web content could
be *really* cool.
 
> Also, I would like to have the ability to disable the showing of header
> and footer from the URL (possibility to specify the navigation parts in
> the URL?). This issue also comes up when we want to implement the
> "undocking" of portlets.

We need to do pathinfo with /layout/none.  Right now the
PortletViewerScreen can except ?raw=true and it will internally strip
the layout.  This was stupid of me though :(  Total hack :(
 
> Are these features already there or where/how should I start?
> Any comments welcome...

You can get the above by setting the navigations in
JetspeedResources.properties to JetspeedNoTopNavigation, etc.  There
needs to be a better way to do this. IMO

I want to get a way to specify Layout via the URI.  (see
EmptyLayout.java).  I experimented with /layout/EmptyLayout and gave up
after 5 minutes :)... I am sure you could trivially hack it to work
again.

Kevin

-- 
Kevin A Burton ([EMAIL PROTECTED])
http://relativity.yi.org
Message to SUN:  "Please Open Source Java!"
"For evil to win is for good men to do nothing."


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