WHAT IS A JAVA PORTLET?
Core Architecture :
- There are two JSR standards that govern portal/portlet behavior.
- JSR-168 is the Portlet 1.0 Specification.
- It was created out of a need to have a specification for displaying multiple applications on the same page.
- JSR-286 is the Portlet 2.0 Specification which retains backwards
- compatibility with 1.0 (JSR-168) portlets.
- Adds new features based on the experience of the different portal vendors.
- The portlet specification defines the life cycle of a portlet as well as its characteristics.
Core Architecture :
- The core architecture will be the same across Java Standard compliant portals.
- Portlets written to the standard will run on all compliant portlet containers.
Documentation :
- The Portlet Specification will not change, and you can reliably refer to it for information.
- Standard Portlet API for developers.





