jax-rs
Are asynchronous RESTful web services possible?
Reading RESTful documentation, it does not seem like it is possible to implement an asynchronous instance, but someone may know better on SO.[详细]
2023-04-08 19:54 分类:问答Using REST as Business Logic Layer ,Con and Pro [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-08 14:46 分类:问答java.lang.ClassCastException: org.jersey.webservice.Login cannot be cast to javax.servlet.Servlet
I already done a lot of search and I can\'t fix this. I\'m bulding a Web Service with Tomcatv7.0, Jersey and Eclipse.[详细]
2023-04-07 20:02 分类:问答Adding description to RestEasy's web service parameters?
Is there some way/annotation by which I can add the description to the parameters of a RestEasy web service? I went through the api-开发者_如何学Pythondoc of the annotations, but found nothing there.[详细]
2023-04-07 16:23 分类:问答Can we send or return char in java webservices using JAX-RS
I am new to webservices. I have some services which accept char as input parameter e.g char langPref etc.[详细]
2023-04-07 13:48 分类:问答Can I use JAXRS annotations(for example @Produces) in an interface class in Grails
I am trying to create an interface class in Grails and implement that in a resource. I wanted to use the @Produces annotation in the interface class and use(implement) that in my resources class. I cr[详细]
2023-04-07 04:48 分类:问答Access external objects in Jersey Resource class
I have the scenar开发者_StackOverflow社区io where I have the following embedded jetty server: Server server = new Server(8080);[详细]
2023-04-07 03:53 分类:问答Using custom annotations to generate biolerplate code
Folks, I am about to write a ton of J2EE/JAX-RS code where practically all public methods will do the following:[详细]
2023-04-07 00:45 分类:问答How to create a Restful web service with input parameters?
I am creating restful web service and i wanted to know how do we create a service with input parameters and also how to invoke it from a web browser.[详细]
2023-04-06 21:39 分类:问答Is it possible to reroute a Jersey JSP template response to an InputStream?
All, I am using Java/Jersey 1.9 to create a web service that generates XML.I\'m generating XML using a JSP template (explicitly via the Viewable class).Is there any way to reroute the JSP results to[详细]
2023-04-06 13:42 分类:问答