java - dependency inject servlet listener - Stack Overflow public class MyServletListener implements...

Please Visit: http://ift.tt/1ajReyV



java - dependency inject servlet listener - Stack Overflow

public class MyServletListener implements ServletContextListener, HttpSessionAttributeListener, HttpSessionListener {

@Autowired

private SomeService someService;

@Autowired

private AnotherService anotherService;

public void contextInitialized(ServletContextEvent sce) {

SpringBeanAutowiringSupport.processInjectionBasedOnCurrentContext(this);

}

...

}http://ift.tt/1onstNO

http://ift.tt/1nHaM9F



java - dependency inject servlet listener - Stack Overflow







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1onswcu

via LifeLong Community

No comments:

Post a Comment