0

I want to use the dependency injection from spring framework in my jersey-rest project?? Is there any other way to load the spring context when my web application context loads other then spring-mvc??

Karan Khanna
  • 1,947
  • 3
  • 21
  • 49
  • 1
    Look at the [example](https://github.com/jersey/jersey/tree/2.22.2/examples/helloworld-spring-webapp), and [here](http://stackoverflow.com/a/32357991/2587435) – Paul Samsotha Mar 18 '16 at 15:47

1 Answers1

0

I wrote a sample code to test this out once. This GIT link has the code for Jersey and Spring integration.

Kishore Bandi
  • 5,537
  • 2
  • 31
  • 52