Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to enable Cross domain requests on JAX-RS web services?

MessageBodyWriter not found for media type=application/json

java rest jersey jax-rs

How to POST a JSON object to a JAX-RS service

json jersey jax-rs

How to choose between Jersey, Apache Wink and JBoss RESTEasy? [closed]

apache jersey jax-rs resteasy

How to handle CORS using JAX-RS with Jersey

java rest jersey jax-rs cors

JAX-RS Post multiple objects

java rest jax-rs

Required @QueryParam in JAX-RS (and what to do in their absence)

java jax-rs

What exactly is the ResourceConfig class in Jersey 2?

jersey jax-rs jersey-2.0

How to set up JAX-RS Application using annotations only (no web.xml)?

Testing a JAX-RS Web Service?