Hello
This is my first big spring app and I need some help!
I am using Spring 3, I have Controllers, Services and DAO all working well using annotations.
I need to use a service outside of a Controller, I have tried using the @Component for the class then using the
But the services are always null.Code:@Autowired private Service service;
Please help!
Many Thanks


Reply With Quote