I want to run some jobs just after loading the Spring context but I do not know how to do this.
Do you have any idea how to do that?
thank you all for your reply. In fact I missed a little detail in my question, I wanted to run Quartz Job just after loading the application context.. I tried the solution stakfeman, but I had some problems running the Quartz Jobs. Finally I found that solution: Use Quartz within Spring ,here is the code:
thank you again for the help and I apologize if the question was not very clear ':(