Top "Resteasy" questions

A JBoss project that provides various frameworks to help build RESTful web services and Java applications

Best way to handle JAX-RS REST API URI versioning

I did my search first in stackoverflow & I was not able to find out any answers related to my …

java rest jax-rs resteasy
RestEasy Jax-RS in Jboss 7.1 doesn't work

I'm trying to deploy a simple web application under JBoss AS 7.1 which comes bundled with resteasy. According to the documentation …

rest jakarta-ee web-applications jboss7.x resteasy
Can I get application.wadl file using RESTeasy?

I need to get WADL file for RESTful service. I know that in case using jersey it's available as http://…

java web-services resteasy wadl
REST HTTP Authentication - How?

So, I'm developing a REST webservice using RESTeasy and Google App Engine. My question isn't related to GAE, but I …

java web-services authentication resteasy
@MultipartForm How to get the original file name?

I am using jboss's rest-easy multipart provider for importing a file. I read here http://docs.jboss.org/resteasy/docs/1.0.0.…

java web-services jakarta-ee jboss resteasy
How to generate x.509 certificate by the Java keytool command-line interface

I am using RESTEasy encryption. For that I have to generate x.509 certificate by the Java 'keytool' command-line interface. Please …

java resteasy bouncycastle
@JsonIgnore and @JsonBackReference are being Ignored

I'm working with RestEasy, Jboss 7 and EJB 3.1. I'm creating a RESTful web service that returns data in JSON format. The …

json jackson jboss7.x resteasy ejb-3.1
REST using JAX RS or Spring MVC

I'm trying to build a REST web service (server side) that will allow a partner system to connect/POST order …

rest spring-mvc jax-rs resteasy
Return File From Resteasy Server

Hi, I wanted to return a file from a resteasy server. For this purpose, I have a link at the …

java rest file-io resteasy java-io
How to generate Java client proxy for RESTful service implemented with Spring?

We use Spring to implement REST controller, for example: @Controller @RequestMapping("/myservice") public class MyController { @RequestMapping(value = "foo", method = RequestMethod.…

spring rest resteasy resttemplate