Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jax-rs

How can I send a JSON object with Jersey in a Rest Service

java maven jersey jax-rs

JBOSS 6 deployment issues, JAX-RS with jersey

java jboss jersey jax-rs

In Jersey, can I combine QueryParams and FormParams into one value for a method?

java jersey jax-rs

JAX-RS Jersey JSON preserve null using annotations

json jaxb jersey jax-rs

JAXB or JAX-RS is wrapping numbers in my JSON responses with quotes, turning them into strings. Why this is the default behavior, and how to fix it?

java jaxb jax-rs

Practical validation of JAXB data with JAX-RS?

java validation jaxb jax-rs

JAX-RS without jersey on WAS7

Can you do traditional Servlet Filtering with JAX-RS/Jersey?

InjectionResolver with Jersey 2.x -- Resource being called twice

JAX-RS Application subclass injection

java jersey jax-rs jersey-2.0

JAX-RS: returning concrete class instance from method with declared abstract return type

java xml rest jackson jax-rs

Multiple @QueryParam keys for a single value in Jersey

JAX-RS Response for XML or JSON is not working

generics jax-rs java-ee-7

Integration testing of JAX-RS services

Can I wrap all JAX-RS requests with custom pre-dispatch, post-dispatch and error-handler code?

java jersey jax-rs

JAX-RS Custom ExceptionMapper not intercept RuntimeException

jersey jax-rs

Leaving some {template} in builder URI with UriBuilder

java jersey uri jax-rs

How to manage transactions with JAX-RS, Spring and JPA

spring jpa transactions jax-rs

Generated WADL for a List of Resources

list jaxb jersey jax-rs wadl

JAX-RS: Convert Response to Exception

java rest jax-rs