留言板

jQuery javascript framework for portlet programming.

thumbnail
Sampsa Sohlman,修改在14 年前。

jQuery javascript framework for portlet programming.

Regular Member 帖子: 230 加入日期: 07-9-27 最近的帖子
Hi everybody

I have created javascript framework for portlet programming. The framework it self it is not targeted to Liferay Portal only and can be used with other portals too.

The jQuery portlet framework gives tools and programming pattern so that your javascript portlet code doesn't effect other portlet's on same portal page - not even if there more instances of same portlet. It helps to separate layout and logic and create browser side portlet to portlet communication.

It put's your javascript logic nicely to separate javascript file and Liferay gives tools to bind this javascript file to portlet it self on liferay-portlet.xml.

There is sample portlet application for Liferay with 3 portlets for quick evaluation.
Link to project:

http://code.google.com/p/jquery-portlet/

- Sampsa