Nabh News
 
MVCPortlet 0.8 released
03/09/2005 11:26 AM

Nabh is pleased to announce release of MVCPortlet framework version 0.8. This release adds a new action processor that can be used to conditionally route processAction requests to an appropriate functional processor. It also provides a new "showIfAllowed" JSP tag that can be used to show links or action buttons if the user has access to a specified action or render request.

About MVCPortlet

MVCPortlet is a model-view-controller framework for building JSR 168 compliant portlets. It provides a ControllerPortlet that handles all render() and processAction requests to the portlet. It is used in conjunction with RequestProcessor and ActionProcessor objects that handle the business logic processing. Support is provided for internationalization, production of client-specific output, and client/server side input validation.