Thursday, March 20, 2008

Jsr 168 and IBM portal

Features

Similarities

JSR 168

IBM Portal

Portlet Mode

Window State

Portlet Packaging

Application

Request / response objects

Global Http Session

Redirect

Eventing

Syntax

Edit, Help and View

Max, Min and Normal

Use War File with DD (eg. Portlet.xml)

------

------

------

------

------

Config mode like (print, print view, edit-default)

------

------

Use two different Request/Response objects one is in render phase and other is in action phase

Data Available in the portlet are available in whole web application

Portlet can redirect to other web resources

Event Can be sent between portlets

Class portlet extends genericportlet

{

Render (){}

Action (){}

}

------

Solo window is supported

Portlet.xml differs

Use only one Request/Response Objects which is used for both render and action phase

------

------

------

class portlet extends Abstract Portlet implements ActionListner

{

Render (){}

Public void action Performed (Action Event ae)

{

}

}

Source : IBM Portlal Websites

No comments: