JAX-RS @MatrixParam example

In this tutorial we will discuss about Matrix parameters, these are a set of "name=value" in URI path, for example-…

12 years ago

JAX-RS @QueryParam example

In this article we will explain about the JAX-RS, you can use @QueryParam annotation to inject URI query parameter into…

12 years ago

JAX-RS @PathParam example

In this article we will explain in JAX-RS, you can use @PathParam to inject the value of URI parameter that…

12 years ago

JAX-RS @Path URI matching example

In this JAX-RS tutorial , you can use @Path to bind URI pattern to a Java method. See following examples…

12 years ago

Using JAX-RS With JAXB

Java Architecture for XML Binding (JAXB) is an XML-to-Java binding technology that simplifies the development of web services by enabling…

12 years ago

Annotations for Field and Bean Properties of Resource Classes

JAX-RS annotations for resource classes let you extract specific parts or values from a Uniform Resource Identifier (URI) or request…

12 years ago

@Consumes and @Produces Annotation to Customize Requests and Responses

The information sent to a resource and then passed back to the client is specified as a MIME media type…

12 years ago