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