IntelliJ Java IDE
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: 2329
Sounds like a job for cron (on Unix/Linux) or Task Scheduler (on Windows).
 
IntelliJ Java IDE
 
subject: Creating service or daemon in Java
 
Threads others viewed
How Big?
a regular activity and Thread
Weblogic Exception
Problem with file creating....
File Splliting
MyEclipse, The Clear Choice