Related Links: Understanding Portals and Portlets: Part Two
It used to be difficult if you wanted to create a Web-based site that offered
users the ability to access various systems from a single page. Systems were
too severely disjointed and required a huge investment of time and work in
order to bring them together in a single Web page.
Although there are many efforts taking place in the Java arena to provide
systems integration, none have made the same impact as portals.
Understanding the JSR 168 Specification
The current breed of portals either already support the JSR 168
specification, or the developers are working quickly to try and bring them up
to par with the specification. JSR 168 provides instructions to both portal
software manufacturers and portlet developers.
For portal software manufacturers, this JSR provides the details on how a
portal should be develo... (more)
Related Links: Understanding Portals and Portlets: Part One
In the November issue of JDJ (Vol. 9, issue 11) I explained the theory behind
the JSR 168 (Portlet Specification) from an academic perspective. The
specification provides the infrastructure, classes, interfaces, and JSP tags
for building applications that can be pieced together from a handful of
off-the-shelf or custom portlets. This time around, I provide you with a
real-world implementation that utilizes the knowledge you picked up from Part
1 of this series.
Along the way, you'll learn how to properly install Pluto (t... (more)