Client Side Programming Model Support

Previous versions of WebSphere® Portal required that a request be sent to the server for each portlet operation. For example, if you changed a portlet window state to minimize or maximize, a submit request was sent to the server and then sent back. This would also cause an unwanted page refresh. These types of server side operations typically require multiple trips to the server.

To reduce this type of sever traffic, WebSphere Portal V6.1 now supports a client side programming model in which portlet state changes can be performed more efficiently on the client side.

You can use the client side programming model for writing your portlets. You can do everything with the client side programming model that you can do with the server side portlet programming model. Additionally, the client side programming model has the following advantages:

Client-side support is enabled automatically when you create a new portlet project.

 

Related tasks

Enabling client-side support for a portlet project