论坛

主页 » Liferay Portal » English » 3. Development

组合视图 统一视图 树状图
讨论主题 [ 上一个 | 下一个 ]
toggle
zahid khan
How to schedule task of other portlets using a scheduler portlet.
2008年8月27日 上午3:31
答复

zahid khan

等级: Regular Member

帖子: 116

加入日期: 2008年7月30日

最近的帖子

Hi everyone,

here i am trying to execute some of my portlets functionalities using a seperate portlet called as scheduler portlet.

what i want to know is that do liferay have any built in portlet or mechanism to do the same so that i don't have to develop a new portlet ,but use the default one for the porpuse and save my time and work and off course which will be better then what i will develop.

And what are these quartz_job.. ,quartz_scheduler tables for, i suppose they are for the same reason i.e for scheduling jobs(task at particular intervals) .

If some one from the liferay team or any one who can help me this ,it will be of great help to me(i am working on LR 5.1.1 with Mysql as the database).


thanks in advance.
Ray Augé
RE: How to schedule task of other portlets using a scheduler portlet.
2008年8月27日 上午8:07
答复

Ray Augé

LIFERAY STAFF

等级: Liferay Legend

帖子: 1206

加入日期: 2005年2月7日

最近的帖子

Have a look at the sample-test-portlet (plugin repository or Sourceforge). It contains a simple Scheduled task you can use as a boiler plate.

HTH!