Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jax-rs

Using the google appengine maven plugin to deploy a Jax-RS war

@Stateless webservice with JPA+JTA: How to commit changes of managed entity?

java jpa ejb jax-rs jta

JavaEE Web JAX-RS: can i use instance variables inside it's class?

java thread-safety jax-rs

Jersey custom Context injection

Using Server Request and Response filters for ThreadLocal storage in a RestEasy based service

Is it necessary to protect JAX-RS requests against CSRF?

How to read the contents of an OutboundJaxrsResponse in Java

java jersey jax-rs response

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

Jersey JAX-RS Instance injection

java rest jax-rs jersey-2.0

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