I was thinking of a design in which I have an xml file at particular location and I want that a particular period of time this xml should be picked and kept to the required location , so in other words I want to design a batch program with the help of quartz scehduler this is my analysis of running as batch job with quartz sceduler, Please also advise for other best approaches ..!!
I have to be more descriptive this time now , I have one xml file at one location on the server now I want to write a java class and in that class I want to write a logic that should be as batch job that is it will pick up the file from one location and will sent that file to another location and for controlling this class I want to implement a sceduler at what time this java batch class job will run, for this please advise what technologies will I required that will not make impact on the performance..!