In this tutorial we are going to see how to download image file using RESTful web service @Produces("image/png") annotation 1....
Saturday, 30 November 2013
Download PDF file using JAX-RS RESTful Webservice
11/30/2013 11:49:00 pm
In this tutorial we are going to see how to download pf file using RESTful web service @Produces("application/pdf") annotation ...
Download Text file using JAX-RS RESTful Webservice
11/30/2013 11:30:00 pm
In this tutorial we are going to see how to download text file using RESTful web service @Produces("text/plain") annotation 1. Cr...
JAX-RS XML Service using JAXB
11/30/2013 11:04:00 pm
In this tutorial we are going to see how to convert object to XML using JAXB and return back to user using JAX-RS RESTful web service. 1. Cr...
JAX-RS Get HTTP Headers using @HeaderParam
11/30/2013 09:34:00 pm
In this tutorial we are going to see how to get HTTP request header using JAX-RS RESTful web service @HeaderParam 1. Create new Dynamic w...
JAX-RS Get HTTP Headers using @Context
11/30/2013 09:20:00 pm
In this tutorial we are going to see how to get HTTP request header using JAX-RS RESTful web service @Context 1. Create new Dynamic web p...
JAX-RS @FormParam
11/30/2013 07:12:00 pm
In this tutorial we are going to see how to get HTML form parameters in java method using RESTful web service via URL using @FormParam @Fo...
JAX-RS @MatrixParam
11/30/2013 06:04:00 pm
In this tutorial we are going to see JAX-RS MatrixParam using RESTful web service @MatrixParam annotation MatrixParam is set of name value ...
Saturday, 16 November 2013
JAX-RS @QueryParam with @DefaultValue
11/16/2013 10:00:00 pm
In this tutorial we are going to see how set default value to query parameters in RESTful web service using @DefaultValue 1. Create ne...
JAX-RS get QueryParam using @Context UriInfo
11/16/2013 06:32:00 pm
In this tutorial we are going to see how to retrieve query parameters in RESTful web service using @Context UriInfo 1. Create new Dynamic...
Subscribe to:
Posts (Atom)