I am using Glassfish. I actually want to connect two database at certain time interval and read data from one using jTDS and write to another database. I did it using timer in plain java. But is there any open source javaEE(or other web application) app based on quartz that can be used to create schedule and monitor it.
I found mySchedule are there other’s too.
I am using Glassfish. I actually want to connect two database at certain time
Share
Ended using mySchedule . It has all the required and I could get started quickly.
User guide here.