iam newbie to clojure, just curious as to can i use jersey REST api as REST webframework for clojure? all along i see people talking about compojure? 开发者_开发知识库if you can provide me any resourc
There are a lot of questions on Stackoverflow about curl but I could not figure out what is that I am doing what I am not supposed to.
I want to send an XML file and receive the response back as an XML file. The code that I am trying throws an exception, please could someone help. I am not sure what is going wrong here
I have the following returned from a Jersey @GET method. It works, fine but always includes the No-cache header. I\'d like to allow the client to cache this data since it rarely changes.
I need to secure a simple Jersey RESTful API in a Tomcat 6.0.24 container. I\'d like to keep the authentication with Basic Authentication using the tomcat-users.xml file to define the users and roles
I am new to JAX-RS and I am trying to use Jersey to build a simple RESTful Webservice. I have 2 questions. Please clarify these:
I\'m developing a Client-Server-Application with Hibernate as persistence layer and Jersey REST for network communication.
I have the following XSD defined to generate some jaxb objects. It works well. <xsd:element name=\"Person\" type=\"Person\" />
So, I\'m coming up to speed on Jersey and have a \"best practice\" question. How strict should keep the resources self contained in one file. Should one resource class reference another class if neede
If you are looking for /Resource/Id and that resource does not exist, I had always though that 404 was the appropriate response. However, when returning null from a Jersey handler, I get back a \"204