+

Search Tips   |   Advanced Search


Web 2.0 user interface features

Learn about new portal features that pertain to the next generation type of Web user interface.

Web technology has recently evolved towards a new direction.

In the public this evolution has been named Web 2.0. This term does not describe a new type of technology, but has been used in a broad manner to describe a change to a more user centered focus. Among the benefits are improved customer and service orientation, increased user activities, easier communication and collaboration, better usability, faster performance, etc. WebSphere Portal v6.1.5 offers several new technical features that can be related to this next generation type of Web user interface as they greatly enhance the portal user experience:

Within portal, the new features are implemented as follows:


Terminology

These are terms that are used in the documentation for the new features:

CSA

Client Side Aggregation. This means aggregation based on JavaScript and XSLT transformations that are executed on the client.

This is the new aggregation model that provides an improved user experience by faster response and performance.

SSA

Server Side Aggregation. This means aggregation based on JSPs that are executed on the Server. This is the "old" portal aggregation model; this still works as before.

Pure Server Side Portlet

This is a normal server side portlet that uses Java and JSPs; it usually uses no JavaScript. Portlets that are written to the client side model use no or few JSPs.

AJAX Portlet

This is a normal server side portlet that uses lots of JavaScript and AJAX technologies and less Java & JSPs.

DPR

Differential Page Rendering. This denotes the server side rendering model that is used by the Web 2.0 theme. The concept of DPR is to render only those parts of a portal page that were affected by the a user interaction.

For example, if a user interacts with a single self-contained portlet that runs in the Web 2.0 theme, the portal refreshes only this portlet rather than the entire portal page.

REST

Representational State Transfer.


Parent topic:

Develop portlets