Welcome !
Minimize Refresh Maximize Detach Home
Project MVCPortlet
Status Active Access Type Open Access
Start Date 2004-06-01 End Date
Project Charter

MVCPortlet is a framework for developing JSR 168 compliant portlets using a pattern similar to Model-View-Controller. MVCPortlet provides all essential elements needed for writing a well-behaved business portlet. The framework provides a "ControllerPortlet" that receives all "processAction" and "render" requests. The request is delegated to a "processor" that implements the business logic for a specific request type. The processors may manipulate the "model" by directly accessing a relational database or via Java/EJ beans. The "view" is generated by forwarding the render requests to JSPs. The current features offered in MVCPortlet include:
  • Development of JSR 168 compliant portlets based on MVC pattern
  • Input validation
  • Internationalization
  • Extensible permissioning module for action/render type level access control
  • No coding required for simple database driven portlets
  • Device-specific display generation (xhtml/wap/html)
  • Tag library for navigation, form elements

Project News
Nov 1, 2005 9:58 AM MVCPortlet 1.0 released
Mar 9, 2005 11:26 AM MVCPortlet 0.8 released