views:

57

answers:

0

I want to use classes from a specific JAX-RS implementation together with the classes defined by Java EE, which are available on an application server. More specifically I want to use Viewable from Jersey but want to use the default Java EE deployment without wrapper servlet.

Is it possible? How? Is it a good idea? Or would it be better to bundle the complete JAX-RS (Jersey) implementation with my application and use the servlet deployment?