jax-rs
Testing @MultipartForm RestEasy Rest Based Web Service
Does anyone know how to test the below @MultipartForm RestEasy Webservice? I\'m unsure of how to setup the request to the below service, any ideas?[详细]
2023-03-01 03:02 分类:问答how to PUT multiple query parameter in REST web service
Do anyone know how to PUT multiple query parameter in REST web service? I have write using java.My curl sample is like this:[详细]
2023-02-28 21:38 分类:问答Securing JAX-RS in a bundle
I am creating a REST service in glassfish (which uses Jersey as the JAX-RS impl.). I want to deploy my service as an OSGI bundle which works fine, I add the \"Web-ContextPath:\" in the manifest and th[详细]
2023-02-28 09:48 分类:问答Conflicting error messages for JAX-RS web service
I am developing a RESTful web service using JAX-RS. I am using JAXB to map my classes to the XML that is sent as a request parameter in POST and PUT requests.[详细]
2023-02-28 07:16 分类:问答Create Rest Web Service to receive an Image
How would you design a REST based web service that receives an image file in the form of an 开发者_C百科InputStream? If the InputStream is posted to a REST end point, how does that end point receive i[详细]
2023-02-27 23:24 分类:问答Dynamically create image from JAX-RS servlet
Is it possible to create a PNG image and output it straight to the browser as part of a JAX-RS resource?[详细]
2023-02-27 04:57 分类:问答How to handle persistence context (EntityManager) with jax-rs sub-resource locators?
I am using jax-rs restful web service in my application with sub-resource locators. However after passing entityManager to sub-resource I cannot persist any new objects in this sub-resource.[详细]
2023-02-27 04:02 分类:问答JAX-RS - Can two classes have the same @Path identifier?
I have a webapp that redirects to a particular URI: let\'s say /service/library. In another bundle, I have a jaxrs server that listens for /service in the URI, and defines some beans to handle the req[详细]
2023-02-27 01:43 分类:问答How do you map multiple query parameters to the fields of a bean on Jersey GET request?
A service class has a @GET operation that accepts multiple parameters. These parameters are passed in as query parameters to the @GET service call.[详细]
2023-02-26 20:59 分类:问答how to pass parameter
I have written a method for user authentication method in REST web service. After successful authentication, I want to pass the username. How can I pass it? Can I get value pass from login web service[详细]
2023-02-25 17:54 分类:问答
加载中,请稍侯......