Sample JSR168 based portlet in its simplest form
(download)
This download contains everything you need to get started with a JSR168 portlet. This Java
...(more)
This download contains everything you need to get started with a JSR168 portlet. This Java portlet supports view, edit, and help modes. An Ant build.xml file is provided to create the .ear file, and includes the built .ear file if you dont have Ant installed. This Java portlet has been tested in Oracle Portal 10.1.4.
(less)
|
Sample JSR168 based portlet implemented using Velocity, Spring, and Hibernate
(download)
This involved example demonstrates a multitier portlet based open source implementation. I
...(more)
This involved example demonstrates a multitier portlet based open source implementation. It demonstrates: JSR-168 based ActionRequest handling, portlet VIEW-EDIT-HELP modes, the use of the Spring Framework from a Java standards portlet, rendering of a Velocity template from within a portlet, and the use of Hibernate with declarative transaction management from Spring. This zip file (5.7Meg) contains all dependencies needed to build an run the example (with the exception of the oracle jdbc driver). This portlet has been developed using a pluggable Service Oriented Architecture (SOA) and Data Access Object (DAO) layer. It has been deployed and tested in Oracle Portal 10.1.4.
(less)
|