This is probably more a spring question than a CXF question, but ... using org.springframework.web.context.ContextLoaderListener, I'd like to get a reference to the servlet context in a bean which is not a service bean of my jax-rs service. Can I just implement ServletContextListener, or is there some other spring-trick here?
- Injecting a servlet context into an arbitrary bean Benson Margulies
- Re: Injecting a servlet context into an arbitrary be... Sergey Beryozkin
