google Analytics

Friday, August 20, 2010

RESTfull webservice, Using Jboss Resteasy folder Structure


RESTeasy is deployed as a WAR archive and thus depends on a Servlet container.
Download RESTeasy and unzip it you will see a lib/ directory that contains the
libraries needed by resteasy. Copy these into your /WEB-INF/lib directory. Place your JAX-RS
annotated class resources and providers within one or more jars within /WEB-INF/lib or your raw
class files within /WEB-INF/classes

Anish

No comments:

Post a Comment