users@jersey.java.net

RE: [Jersey] Accessing some kind of configuration in an Application

From: Markus KARG <markus.karg_at_gmx.net>
Date: Thu, 23 Jul 2009 19:13:22 +0200

Hey Dude, read the spec! ;-)

 

As JAX-RS can be used with both, JavaSE and JavaEE, and such can use the
native configuration APIs of those, there is no need for its own
configuration technology. Just use whatever technology your container
provides, and JAX-RS will be happy with it.

 

Regards

Markus

 

 

 

From: Daniel Manzke [mailto:daniel.manzke_at_googlemail.com]
Sent: Mittwoch, 22. Juli 2009 23:22
To: users_at_jersey.dev.java.net
Subject: [Jersey] Accessing some kind of configuration in an Application

 

Hi,

 

is there a possibility to access any kind of configuration in an
(javax.ws.rs.core.)Application? (ServletConfig or anything else?)

 

 

 

Thanks,

Daniel