I'm trying to setup an architecture based on guice, OSGI embedded in Jetty, Jersey and I would like to able to register / remove Jersey REST services dynamically. How I can get a reference to the jersey context and add new REST services from a bundle installed dynamically. Thanks
Asked
Active
Viewed 588 times
1 Answers
1
If its just about REST services and the dynamically usage, have a look to the Amdatu project.

christian.vogel
- 2,117
- 18
- 22
-
Thanks for the link, it seems quit interesting ! – yesil Jan 17 '13 at 22:34