users@jersey.java.net

hierarchy of resources ?

From: Felipe Gaúcho <fgaucho_at_gmail.com>
Date: Fri, 1 May 2009 10:46:45 +0200

may I create subresources ??

like:

@Path("/root")
class A {
        @Path("/method")
        public String aaa() {
          ........
        }
}


@Path("/root/sub")
class B extends A { <<<<<<< is this possible ?
        @Path("/other")
        public String bbb() {
          ........
        }
}


-- 
Please help to test this application:
http://fgaucho.dyndns.org:8080/cejug-classifieds-richfaces