Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jax-rs

MediaType.APPLICATION_XML and MediaType.APPLICATION_JSON in a Jersey demo application

java json rest jersey jax-rs

JAX-RS default @Produces

CXF unit testing

junit cxf jax-rs

JAX-RS exception handling on Websphere Liberty

Can Jersey Client automatically encode POJO entities into application/x-www-form-urlencoded, or do I need to write custom MessageBodyWriter?

JAXB issues under Java 7 it says it can't find RI 2.1.0

java linux jaxb jersey jax-rs

"No resource methods" when using JAX-RS on TomEE+

Read another parameter within jersey's ParamConverter

java jersey jax-rs jersey-2.0

@JsonFormat for date parsing in JAX-RS service is ignored

java rest date jersey jax-rs

How to list all registered JAX-RS Entity Providers in Jersey

java jersey jax-rs jersey-2.0

Stream large responses with jersey, asynchronously

Configure Wildfly 10 to use Jackson (as JSON provider)

How to inject dependencies into resources with Jersey?

@jsonview of jackson not working with jax-rs

java jackson jax-rs

Using Multiple JAX-RS Application Classes with Swagger

CXF and Google Guice using JAX-RS + JAX-WS

jax-ws cxf jax-rs guice

Securing JAX-RS with Apache CXF and OAuth 2.0

java oauth-2.0 cxf jax-rs

Does JAX-RS needs a war module?

jakarta-ee ejb jax-rs ear

Can I overload REST url resource having different arguments?

java rest jax-rs

Attaching query parameters in a ClientRequestFilter