The Apache Portals team is pleased to announce the General Availability of Apache Pluto version 3.1.0.
The release contains the new "MVCBean" feature, which is an implementation of a large subset of the MVC 1.0 Specification. New demos are available that demonstrate the features and benefits of MVCBean portlet development. New Maven archetypes are available for MVCBean as well: https://portals.apache.org/pluto/v310/mvcbean-portlets.html Additional Resources: The Java Community Process JSR 362 page will allow you to access the complete specification for full details. http://jcp.org/en/jsr/detail?id=362 The Portlet API Version 3.0 page documents the portlet programming interface. http://portals.apache.org/pluto/portlet-3.0-apidocs/index.html For a full overview of all the Pluto features, see the online documentation. To get up and running quickly, download the bundle which comes with a bundled latest Tomcat 8 ready to run. Features: https://portals.apache.org/pluto/v310/mvcbean-portlets.html http://portals.apache.org/pluto/v310/v3Features.html Release notes: http://portals.apache.org/pluto/v310/release-notes.html Website Documentation: http://portals.apache.org/pluto Download and Deploying: http://portals.apache.org/pluto/v310/deploying.html KEYS file: https://www.apache.org/dist/portals/pluto/KEYS Tomcat 8 Bundle: https://www.apache.org/dist/portals/pluto/pluto-bundle-3.1.0.zip https://www.apache.org/dist/portals/pluto/pluto-bundle-3.1.0.zip.asc https://www.apache.org/dist/portals/pluto/pluto-bundle-3.1.0.zip.sha1 Using the Portlet 3.0 API with Maven: <dependency> <groupId>javax.portlet</groupId> <artifactId>portlet-api</artifactId> <version>3.0.0</version> <scope>provided</scope> </dependency> -- Neil Griffin On behalf of the Apache Portals PMC
