users@jersey.java.net

AW: [Jersey] Resource autoscan despite the existence of an Application class

From: Christian Helmbold <christian.helmbold_at_yahoo.de>
Date: Thu, 12 Aug 2010 09:42:36 +0000 (GMT)

Thank you, Paul. > public class MyApp extends PackagesResourceConfig { > public MyApp(Map<String, String> props) { > super(props); > ... > } > } Cool! I'm starting to love Jersey :-) Since I'm a big fan of Java config, I used the constructor with the package names. Christian