Is there a way to integrate Spring DI with Jersey if I am not using
servlets or applicationContext.xml? I tried the spring3 integration
approach and that gave me an exception that there was no
applicationContext.xml. This application uses Java Config and does not use
servlets.
TIA,
Robert