Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jax-rs

Authentication method for REST Web Service using SecurityContext

Using Spring profiles inside a namespace

spring cxf jax-rs

How to integrate Restful Web Services with Struts 2

rest struts2 jax-rs

GlassFish 4 + JAX-RS Filter with @EJB

glassfish ejb jersey jax-rs

Unable to find contextual data of type: javax.ws.rs.core.UriInfo

jboss jax-rs resteasy wildfly

java.lang.ClassNotFoundException: javax.ws.rs.MessageProcessingException

Adding JAR with ObjectMapper makes my ObjectMapper non-discoverable

Show XML/JSON sample value in Swagger UI using swagger's annotations

Declaring to throw an exception without ever throwing it

java ejb jax-rs javabeans

How to use CDI into JAX-RS client

Creating a simple Restful api in Java

java jax-rs

Sending protocol buffers via REST

install and use jersey on Eclipse

java spring jaxb jersey jax-rs

Is there a possibility to hide the "@type" entry when marshalling subclasses to JSON using EclipseLink MOXy (JAXB)?

How can I override the decisions made during JAX-RS Content Negotiation?

java rest jax-rs resteasy

REST and HttpSession object

Why is it that @MatrixParam values seem to only come from the final segment?

java tomcat uri jax-rs

How to access files within a JAX-RS web service directory by specifying their URL?

@JsonFilter throws "JsonMappingException: Can not resolve BeanPropertyFilter"

json cxf jax-rs jackson

Obtaining "MessageBodyWriter not found for media type=application/json" trying to send JSON object through JAX-RS web service