WSRP Support in Portal 2.4
JBoss's implementation of WSRP is available as part of JBoss Portal 2.4. This page describes the level of support for this first implementation.*
Test suite
Producer
Required Base level support:
Implements only the MUST interfaces
No state (session or persistent); uses opaque mechanism to send state back to Consumer
No cloning
No initialization required
Does not rewrite URLs in markup
Does not require registration
Consumer
Required Base level support:
Implements only the MUST interfaces
VIEW mode, NORMAL window state only
Supplies no user information (portlet may fault or degrade functionality in response).
Rewrites URLs
Initializes the Producer if required (initCookie)
Handles Producer cookies
Limited markup types (e.g. html)
Does not clone (�readOnly�; may limit functionality of portlets that offer personalization)
No in-band registration
Added functionality (overriding the above if necessary):
Support for JSR-168 window states (normal, minimized, maximized) and modes (view, edit, help)
Minimal registration interface: only supports String registration properties
Comments