aspose file tools
The moose likes Threads and Synchronization and the fly likes Creating service or daemon in Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "Creating service or daemon in Java " Watch "Creating service or daemon in Java " New topic
Author

Creating service or daemon in Java

Raj Bansilal Champaneriya
Ranch Hand

Joined: Dec 17, 2011
Posts: 36

Hello Ranchers,

I have to work on a project called Backup and Recovery. In that I have to provide a functionality of schedule backup.
So I thought of creating a service or daemon that will invoke my tool at scheduled time.

Am I going in right direction? Your valuable suggestion is welcomed. Thanks
Tim Moores
Rancher

Joined: Sep 21, 2011
Posts: 2407
Sounds like a job for cron (on Unix/Linux) or Task Scheduler (on Windows).
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Creating service or daemon in Java
 
Similar Threads
Weblogic Exception
How Big?
Problem with file creating....
a regular activity and Thread
File Splliting