I am a Restlet program which will be executed in a Linux Server as a background process, since it is going to pull many data from several websites, I will make it to execute this task as a second thread for every 5 minutes; in Restlet I know there is a TaskService class which helps me to achieve this task; however I googled several results and also searched the stackoverflow posts but did not find any standalone example for using Restlet TaskService.
It is NOT common so that no one use this class compared with Activiti, Spring? Any help is appreciated, thanks.