Overview
- Home
- Portlet Concepts
- Portlet Classes
- Portlet TagLib
- JavaDocs
- Portlet DTD
- Download
Writing Portlets
- Hello World
- Portlet with Action
- More examples
Project
- Mailing Lists
- Source Repository
- Issue Tracking
- Project Team
- Road Map
Portlet Catalog
- Basic Portlet
- Bookmarks
- RSS Feed
- Menu
- Login/Logout
- Poll
- Google Search
- Discussion Forum
- Contacts
- Calendar
- Email Client
- Document Manager
Misc.
- Setup jPortlet Project
- Server Side Include
- Internationalization
- Portlet Actions
- Changing Look & Feel
|
Overview
|
jPortlet is an open-sourced implementation of a Portlet Container.
Portlets are components that run inside the portlet container of a portal server,
similar to a servlet running on an application server.
The interface between the container and the portlets is defined by the Portlet API.
Since the current JSR 168 has been kept secret for more
than 1 year now, jPortlet is not JSR 168 compliant, but the jPortlet API is very similar
to the IBM WebSpere Portal Server
|
|
Features
|
jPortlet offers the following features:
- Multi-mode: Portlet can be viewed in different modes: VIEW, EDIT, CONFIGURE or HELP
- Multi-device: The API allow portlets to be deployed on WebBrowser, PDA, cell-phones etc.
- Caching: The portlet container is able to cache portlet's content in order to accelerate the portlet rendering
- Security: Role based security
- Internationalization
- Integration with Velocity
- Integration with Hibernate 1.x
- Model-View-Controller framework
- Skinnable look & feel
|
|
|