So it should be possible with a cooler PortletControl implementation to
have support for "docking" content into Mozilla/Netscape 6.  If anyone
hasn't used it yet there is a "SideBar" that has an API which you can
dock content and it will always be available to you.  This has huge
implications within Jetspeed as any Portlet could be docked and
subscribed to within Netscape.

Some things will need to be improved.  The mime type publication request
mechanism IE:

Portlet.getContent(MimeType type) throws TypeNotSupportedException;

MimeType[] Portlet.getMimeTypes();

needs to be improved in the DefaultPortletControl.  When it encounters
text/html and the client is Mozilla we can add some Javascript so that
the user can add this to their sidebar.

Should be really cool.  Here is some more info.

http://developer.netscape.com/browser/index.html?content=/docs/manuals/browser/sidebar/index.html


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