users@jersey.java.net

[Jersey] Jersey2: How to pass parameters from web.xml to the Application?

From: cowwoc <cowwoc_at_bbs.darktech.org>
Date: Fri, 25 Oct 2013 14:03:43 -0400

Hi,

     I posted this question here: http://stackoverflow.com/q/19596592/14731

     The container needs to be able to tell the Application whether it
is running in debug or release mode. The container needs to know this
information because it exposes extra resources in debug mode, and the
application needs to know this because it registers different
implementations in debug mode. Any ideas?

Gili