users@jersey.java.net

setting up Jersey without using Maven or web applications

From: Amir Pourteymour <pourteymour_at_gmail.com>
Date: Tue, 3 Feb 2009 10:38:26 -0500

Hi,

To use Jersey, so far I found out two ways;

1-Using web.xml in WebContent\WEB-INF of web applications, or

2-using POM.XML and using Maven.

Is there any other way to point out my Jersey in some sort of an
application-context.xml file, but without having my application as a web
application or using Maven?

thanks,