Tuesday, October 30, 2007
Spring portlet sample with maven2 on Apache Pluto
As part of my learning process to portals and JSR-168 portlets I decided to go and do some hands on testing based on the publicly available spring portlets and Apache pluto. While I was there I converted the sample to use maven build and decided to publish the results here in case someone else is thinking about the same.
So have fun with spring-portlet-sample-maven.tar.gz.
Compile the portlet application by running
Installation instructions are simple, once you have your pluto-tomcat-bundle up and running (available here) just copy the resulting war file under tomcats webapp directory and use the Pluto Page Administrator to add the portlets to your page.
So have fun with spring-portlet-sample-maven.tar.gz.
Compile the portlet application by running
mvn clean installInstallation instructions are simple, once you have your pluto-tomcat-bundle up and running (available here) just copy the resulting war file under tomcats webapp directory and use the Pluto Page Administrator to add the portlets to your page.
