30 October 2006 09:30
Introducing the Portlet Specification, Part 1 - Java World
JSR 168 defines portlets as Java-based Web components, managed by a portlet container, that process requests and generate dynamic content. Portals use portlets as pluggable user interface components that provide a presentation layer to information systems.
Developing to the Java Portlet Specification
This article will walk through the development of a simple portlet application to demonstrate the inner workings of a compliant portlet.
1
(3 marks)