My Quotes


When U were born , you cried and the world rejoiced
Live U'r life in such a way that when you go
THE WORLD SHOULD CRY






Monday, April 28, 2014

Automatically autowire quartz objects using Spring


Just put 
SpringBeanAutowiringSupport.processInjejctionBasedOnCurrentContext(this);
as the first line Job.execute(JobExecutionContext context) method

No comments :