Jump to content

Java Portlet Specification

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 106.51.119.231 (talk) at 10:11, 23 January 2014 (JSR 286). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Java Portlet Specification defines a contract between the portlet container and portlets and provides a convenient programming model for Java portlet developers.

JSR 168

The Java Portlet Specification V1.0 was developed under the Java Community Process as Java Specification Request JSR 168, and released in its final form in October 2003.[1]

The Java Portlet Specification V1.0 introduces the basic portlet programming model with:

  • two phases of action processing and rendering in order to support the Model-View-Controller pattern.
  • portlet modes, enabling the portal to advise the portlet what task it should perform and what content it should generate
  • window states, indicating the amount of portal page space that will be assigned to the content generated by the portlet
  • 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 Java EE artifacts needed by these portlets into one portlet application which can be deployed on the portal server.
  • Portal development as a way to integrate the different web-based applications for supporting deliveries of information and services.
  • Portal

Portal servers

See Enterprise Portal Vendors.

See also

References

  1. ^ "JSR 168". JCP.