Pruitt, Byron S wrote: > I would like to start using JAX-RS with some existing REST services. > Currently, I have implemented their api with standard Servlets using > the HttpService. I have installed Jersey as my implementation. > > I understand the annotation model well enough to start, but the piece I > am missing is how to make resource classes known to the handler > listening for the resource urls. Presumably something in Jersey. I > would like to keep it very simple and need any other frameworks like > cxf, etc.
AFAIK Jersey's proper OSGi support is still in the making specifically to address your issue (and related things to class loading); I am waiting for this myself. I suggest you follow the Jersey list, I'm sure can provide up-to-date info about the status of this issue. Holger _______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
