Apache CXF: JAX-RS Restful web service using JAXB + JSON example
In the previous article, we learnt and implemented an example on how to use JAX-RS Restful web service to send & receive XML data as Read More
In the previous article, we learnt and implemented an example on how to use JAX-RS Restful web service to send & receive XML data as Read More
In this article, we will learn and implement a JAX-RS Restful web service using JAXB. Although there are various types of input/output formats can be Read More
In this article, we will learn and implement an example to get header details of Restful web service using @HeaderParam and @Context annotations @HeaderParam Read More
In this article, we will learn and implement @FormParam annotation in JAX-RS Restful web service. @FormParam binds the value/s of form parameter sent by the Read More
In this article, we will learn and implement @MatrixParam annotation in JAX-RS Restful web service. Matrix parameters are set of “key=value” pair with semicolon (;) Read More
In this article, we will learn and implement @QueryParam annotation in JAX-RS Restful web service. Using QueryParam, you can map/bind URL query parameter into Java Read More
In this article, we will learn and implement @PathParam annotation in JAX-RS Restful web service. Using @PathParam, you can map/bind values of the URL parameter Read More
In this article, we will learn and understand about web service and its different types. Further, we will concentrate on the Restful web service Web Read More
In the previous article, we have seen how to extend the Spring MVC web application to convert it into REST web service using annotations. With Read More
In the previous articles, we have discussed about Spring MVC web application using both XML-based & @Controller annotation-based approach in detail. Now let’s explore by Read More