I'm using spring quartz library, I need to deal with a spring components like (webservices, services and DAO) as i using it to make a cron job which update my database.
I have an issue as i couldn't use spring DI (Autowiring) to use webservices or services. Any suggestions? :confused:
