Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jax-rs

Returning ZipInputStream as a Jax-RS Response object

CXF JAXRS | Complex response types are not present in the generated wadl

java rest cxf jax-rs wadl

Marshal a java.util.Map<String,String>

java xml jaxb cxf 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

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