jax-rs


Related Questions
Hello, I have configured a simple JAX-RS (not WebEngine as it is for programmatic web services) application as described in the documentation . I am using the Nuxeo-WebModule: org.nuxeo.ecm.webengine.jaxrs.scan.DynamicApplicationFactory line to ...
  0 votes
  1 answers
  4 comments
  3173 views

Hi, I'm just trying to build a simple app that can handle get requests. I created an empty bundle by following http://doc.nuxeo.com/display/NXDOC/How+to+create+an+empty+bundle . Now if I want to do something like the example at ...
  0 votes
  2 answers
  3 comments
  2003 views

I have created a new class: @Path("/pidedit") @WebObject(type = "pidedit") public class PIDEditorModule extends ModuleRoot { public static final String PID_FIELD = "note:note"; @GET @Path(value = "{id}/html") @Produces("text/html;charset=UTF-8") ...
  0 votes
  1 answers
  0 comments
  1618 views