Scheduled job to import data
We have a requirement where we need to call external REST service, fetch data and create JCR node entries on certain time in a day.
1. Can someone help me to guide what is the best option do achieve that...?
We also use Jenkins in our project which probably can be used to schedule job ...?
2. I can write java class to write JCR data, can that java class file be called using scheduler..?