Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jax-rs

JAX-RS: Multiple paths

java jax-rs

JAX-RS Frameworks [closed]

java rest jax-rs

Custom ObjectMapper with Jersey 2.2 and Jackson 2.1

Servlet vs RESTful

jakarta-ee servlets jax-rs

How to set response header in JAX-RS so that user sees download popup for Excel?

How to set the charset with JAX-RS?

How do you map multiple query parameters to the fields of a bean on Jersey GET request?

java jersey jax-rs

CXF JAXRS - How do I pass Date as QueryParam

java rest service cxf jax-rs

How can I customize serialization of a list of JAXB objects to JSON?

A message body writer for Java class not found

java rest jax-rs

Could not serialize object cause of HibernateProxy

What is the difference between @PathParam and @PathVariable [closed]

javax.xml.bind.JAXBException: Class *** nor any of its super class is known to this context

java rest jaxb jax-rs

Staying DRY with JAX-RS

java jersey jax-rs

Practical advice on using Jersey and Guice for RESTful service

java guice jersey jax-rs jsr330

How to combine websockets and http to create a REST API that keeps data up to date? [closed]

Get ServletContext in JAX-RS resource

How to have a @PATCH annotation for JAX-RS?

java jax-rs

File upload along with other object in Jersey restful web service

Inject an EJB into JAX-RS (RESTful service)

java rest jakarta-ee ejb jax-rs