users@jersey.java.net

[Jersey] Re: JerseyTest and configuration methods

From: Marek Potociar <marek.potociar_at_oracle.com>
Date: Fri, 11 Oct 2013 10:09:35 +0200

On Oct 10, 2013, at 9:07 PM, Louis Crandell <crandell.louis_at_gmail.com> wrote:

> Jersey 1.x had a nice builder interface to build the application context withing JerseyTest.

Cannot you just use ResourceConfig?
https://jersey.java.net/apidocs/2.3.1/jersey/org/glassfish/jersey/server/ResourceConfig.html


> Why was it taken out of Jersey 2.x and why is there no way to load a concrete web.xml?

Please file an improvement suggestion in our Jira: https://java.net/jira/browse/JERSEY

Marek