Content deleted Content added
defines a contract between the portlet container and portlets |
merging in content from JSR-268 |
||
Line 7:
* portlet data model, allowing the portlet to store view information in the render parameters, session related information in the portlet session and per user persistent data in the portlet preferences
* a packaging format in order to group different portlets and other [[J2EE]] artifacts needed by these portlets into one portlet application which can be deployed on the portal server.
'''JSR-286''' is the Java Portlet specification v2.0 as developed under the [[Java Community Process|JCP]] and created in alignment with the updated version 2.0 of [[Web Services for Remote Portlets|WSRP]].<ref>{{cite web | url = http://www.jcp.org/en/jsr/detail?id=286 | title = JSR 286: Portlet Specification 2.0}}</ref> It was developed to improve on the short-comings on version 1.0 of the specification, [[JSR-168]]. Some of its major features include:<ref>
{{cite web | last = Hepper | first = Stefan | title = What's new in the Java Portlet Specification V2.0 (JSR 286)? | publisher = IBM | date = 18 March 2008 | url =http://www.ibm.com/developerworks/websphere/library/techarticles/0803_hepper/0803_hepper.html }}</ref>
* Inter-Portlet Communication through events and public render parameters
* Serving dynamically generated resources directly through portlets
* Serving [[AJAX]] or [[JSON]] data directly through portlets
* Introduction of portlet filters and listeners
== Portal servers ==
Line 33 ⟶ 42:
==See also==
* [[Web Services for Remote Portlets]] (WSRP)
== References ==
<references />
== External links ==
Line 42 ⟶ 53:
* [http://community.java.net/portlet/ Open source JSR 168/WSRP community] at http://java.net
* [http://soap-portlet.sourceforge.net/ Dynamic SOAP Portlet], for dynamic integration of [[SOAP]] services in JSR-168 portals
{{standard-stub}}
|