jax-rs
Any good sources for using Apache-cxf/jax-rs to pass an object to a rest service? Looking for help
I am currently passing an object to my Apache CXF Rest client and it is not getting through. Relevant stack trace below:[详细]
2023-04-06 09:42 分类:问答Jersey initialization code after webapp is fully started
I asked this question earlier: Jersey app-run initialization code on startup to initialize application[详细]
2023-04-05 15:50 分类:问答Get all html form param name & value using jersey
I have a html form which contains elements like this <input type=\"text\" value=\"Val1\" name=\"Name1\"/>[详细]
2023-04-04 20:06 分类:问答RestEasy ExceptionMapper not catching the exceptions
I\'m throwing an exception MyCustomException from my application. (EJB Layer) I\'ve an exception mapper in web service layer which looks like following -[详细]
2023-04-04 16:14 分类:问答Why "invalid request" when requesting resource with mime type application/xml in Jersey?
In our application there is a working method that returns a JSON representation of Company.I modified @Produces by adding MediaType.APPLICATION_XML.However, when I set the \"Accept\" header in the req[详细]
2023-04-03 07:01 分类:问答API Development: When to return a BAD REQUEST HTTP Status Code (REST)
We\'re authoring REST services, and there\'s a debate on what to do when someone requests a resource with a parent ID that does not exist.[详细]
2023-04-02 07:57 分类:问答Integrating WebService (JAX-RS) with Java Stripes
I have a web application developed in Stripes. Now I need to develop RESTful webservices (probably using JAX-RS) in the same app. How do I integrate my Stripes application to contain these webserv开发[详细]
2023-04-01 18:48 分类:问答CXF Jax-RS server service returning only header but no response JSON
I have a very basic Rest Server which returns JSON object. I tested it with Poster Firefox extension and I get both header and response.[详细]
2023-04-01 14:12 分类:问答maintain multiple session request over webservices in java
I want to implement following solution (described in a image) using Java Web Services When ever a user request with a valid credentials using web services , a session is created over server and tha[详细]
2023-03-31 08:57 分类:问答Jersey Tutorials from Basics
I am using Jersey 1.8 and the tutorials that I am referring are quiet old. Nothing works. I am referring to the tutorial given here[详细]
2023-03-31 04:34 分类:问答