How to inject dependencies into HttpSessionListener, using Spring and without calls, like context.getBean(\"foo-bar\") ?
context.getBean(\"foo-bar\")
With Spring 4.0 but also works with 3, I implemented the example detailed below, listening to ApplicationListener and injecting the HttpSession https://stackoverflow.com/a/19795352/2213375
ApplicationListener
HttpSession