2

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

yesil
  • 697
  • 1
  • 9
  • 19

1 Answers1

1

If its just about REST services and the dynamically usage, have a look to the Amdatu project.

christian.vogel
  • 2,117
  • 18
  • 22