users@jersey.java.net

[Jersey] Integrating Spring DI and Jersey without Servlets or XML

From: Robert DiFalco <robert.difalco_at_gmail.com>
Date: Tue, 15 Sep 2015 07:36:47 -0700

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