jersey
Passing Image between servers for remote saving
My Spring application passes image file to Jersey application to get rid of all image manipulation tasks.[详细]
2023-04-09 02:03 分类:问答How to send to a jsp page from a rest call
I\'ve written a rest interface (with jersey), a browser w开发者_如何转开发ill be calling this rest interface. I would like show some html/jsp to the user as a response to this rest call...[详细]
2023-04-09 00:23 分类:问答JBoss6 with REST client (jersey-client)
I want to consume a REST service in my web app (.war with 6.0.0.Final), but have problems adding jersey-client libs:[详细]
2023-04-08 23:47 分类:问答ibatis / mybatis caching within a restful webservice
I am using mybatis withi开发者_如何学JAVAn a Jax-RS (Jersey) restful web app. So automatically, I dont have a session or state management.[详细]
2023-04-08 13:50 分类:问答Uncompress GZIP http-response (using jersey client api, java)
Could someone tell me what I need to do in order to uncompress a GZIP content when getting the response from some Http-call.[详细]
2023-04-08 02:08 分类:问答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 分类:问答Jersey + Oauth 2.0
I\'m working on the creation of a REST API using Jersey + Spring 3.0. Jersey is set up and is working correc开发者_Go百科tly however I\'m at the point where I need to add authentication to the service[详细]
2023-04-07 05:38 分类:问答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 分类:问答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 分类:问答