users@jersey.java.net

[Jersey] cofigure JAX-RS on glassfish 3.1.1

From: Leonardo <sombriks_at_gmail.com>
Date: Fri, 2 Sep 2011 11:26:02 -0300

Hello everyone i have a question:

as far as i know jersey comes bundled inside glassfissh so my ear will
have little footprint. In the early days i used to configure JAX-RS
following those steps (or something like this):

http://www.vogella.de/articles/REST/article.html#first_servletdispatcher

but with JEE 6 i am able to not use an web.xml file so, how can i do
this configuration using the @WebServlet annotation? just extend
ServletContainer will do the job?

thanks in advance.

ps: when using JAX-WS the annotated classes gets scanned and published
automatically, will such kind of feature be available to JAX-RS too?