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,