Questions tagged [resteasy]

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

RESTEasy is a fully certified and portable implementation of the JAX-RS specification.

JAX-RS is a new JCP specification that provides a Java API for RESTful Web Services over the HTTP protocol.

Full details are available at the JBoss RESTEasy site.

2470 questions
1
vote
1 answer

RestEasy Client 3.0.* handling large content

We are using RestEasy Client version 3.0*. We are trying to post very large content in the request body. When the content length is less than 1 MB the following code is running correctly. When the content length is very large (about 500 MB) the…
Guri
  • 41
  • 4
1
vote
0 answers

how to share data between jsf bean and restful resource bean?

Using JBoss 7.1.1.Final and running a very basic restful web service. I have a linux dream plug box running a node js http client that connects to the web service at port 8080. It sends a request and gets back JSON data from the webservice just…
zoroloco
  • 51
  • 3
1
vote
1 answer

REST Easy Webservice

Hi I have Implemented a RESTful webservice using JBOSS-Rest Easy. Each REST service has instance variable which provides service methods. Does having instance variables make restful web services thread unsafe ? Is there any thing else i need to do…
Swakesh
  • 233
  • 5
  • 15
1
vote
0 answers

How to inject HTTP query parameters into beans list or array as method's parameter with JAX-RS by Apache CXF?

I'm learning JAX-RS by making sample webapp, and I have a question about parameters injection from HTTP request to java method's parameters. Now, I'm trying to inject query parameters into some beans on sample JAX-RS project , named 'cxftest01'…
Joe Hayek
  • 31
  • 1
  • 5
1
vote
0 answers

Custom ContextResolver not called prior to unmarshalling a request in RESTEasy 2.3.5

I have a problem with a custom ContextResolver for JAXBContext after upgrading from RESTEasy version 2.3.2 to 2.3.5. This resolver should be called prior to unmarshalling the request and prior to marshalling the response. This worked in RESTEasy…
Benjamin
  • 618
  • 2
  • 6
  • 17
1
vote
2 answers

Why doesn't this work - jsonp and REST Easy?

JS code