Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jax-rs

java.lang.NullPointerException for JerseyServletContainerInitializer while deploying web app on Websphere 8.5

jersey jax-rs websphere-8

Automatic Jax-RS registration in Weblogic 12.2.1 when adding eclipselink artifact

Is there a mechanism for integration testing JAX-RS services without deploying (a la MockMVC)?

Does Jersey support dollar sign in Path annotation of JAX-RS?

java regex jersey jax-rs

Validating JAX-RS (Apache Wink) resources with JSR303?

CXF JAXRS - How to POST more than one parameter

java web-services cxf jax-rs

How to get around Jackson's inability to handle direct self-references in JPA beans

java jaxb jersey jax-rs jackson

How to retrieve data from database using webservices (JAX - RS) in eclipse using Java

java mysql eclipse jersey jax-rs

Advantage of using JAX-RS 2.0 with CDI/Weld instead of Guice?

java jax-rs guice cdi weld

How to determine JAX-RS resource paths programatically?

java url jax-rs

Jersey @Context scope

Injection to ContainerRequestFilter in a java REST API

NPE Thrown Marshalling Entity in JAX-RS

jpa jaxb eclipselink jax-rs moxy

Spring, Jersey and Viewable JSP Integration

java spring jersey jax-rs

How to POST JSON request to a Jersey REST service?

jersey eclipselink jax-rs moxy

AsynchronousDispatcher error

java jax-rs jboss7.x

How to force URIBuilder.path(...) to encode parameters like "%AD"? This method doesn't always encode parameters with percentage, correctly

jersey jax-rs jersey-1.0

Serialize Date in a JSON REST web service as ISO-8601 string

json jax-rs jboss7.x resteasy

How to log request body in JAX-RS client

Unable to find a MessageBodyReader of content-type application/json and type class java.lang.String