org.jboss.sample.project Project%3A Source%20folder%3A%20 /org.jboss/sample.project/src/main/java Browse... Create%20a%20JAX-RS%20Resource Java%20package%3A Browse... Class%20name%3A Superclass%3A Browse... Browse... Interfaces%3A Resource%20path%3A Resource%20path%20should%20be%20a%20plural%20form%20of%20the%20class%20name%20%28minus%20the%20%22Resource%22%20prefix%20if%20specified%29.%0AEg%3A%20classname%3DCustomerResource%20-%3E%20path%3D/customers 1 bottom solid To%20generate%20and%20fill%20the%20@Produces%20and%20@Consumes%20annotation%20at%20the%20type%20level%20%28only%29 Media-types%3A Browse... bottom GET%20%28all%29 Which%20Resource%20Method%20stubs%20would%20you%20like%20to%20create%20%3F GET%20%28single%29 POST PUT DELETE Generate%20Resource%20Methods%20based%20on%20the%20Class%20name.%0AFor%20example%2C%20with%20CustomerResource%3A%0A%20%0A@GET%20%0Apublic%20Response%20getCustomers%28%29%20%7B%0A%20%20%20//TODO%0A%20%20%20return%20null%3B%0A%7D%0A%20%0A@GET%0A@Path%28%22/%7Bid%7D%22%29%20%0Apublic%20Response%20getCustomers%28@PathParam%28%22id%22%29%20String%20id%29%20%7B%0A%20%20%20//TODO%0A%20%20%20return%20null%3B%0A%7D%0A%20%0A@POST%0Apublic%20Response%20getCustomers%28Customer%20customer%29%20%7B%0A%20%20%20//TODO%0A%20%20%20return%20null%3B%0A%7D%0A%20%0AThe%20question%20is%3A%20how%20should%20the%20user%20specify%20this%20%27Customer%27%20class%20%3F bottom Next center Cancel center Finish left disabled Back If%20no%20JAX-RS%20Application%20%28or%20%22activator%22%29%20has%20been%20defined%20in%20the%20project%2C%20the%20user%20SHOULD%20go%20to%20the%20next%20page%20where%20he%27ll%20fill%20the%20info%20to%20create%20it. org.jboss.sample.project Project%3A Source%20folder%3A%20 /org.jboss/sample.project/src/main/java Browse... Create%20a%20JAX-RS%20Resource disabled Next center Cancel center Finish left up Back bottom Java%20package%3A Browse... Class%20name%3A Superclass%3A javax.ws.rs.core.Application Browse... Application%20Path%3A /rest selected Application%20subclass disabled Application%20Path%3A disabled /rest up Web%20deployment%20descriptor Select%20the%20kind%20of%20JAX-RS%20Activator%20you%20want%20to%20create