[Resteasy-users] Ho to call a method of another REST interface from a given interface within same container?

2014-02-06 Thread Cassa L
Hi, I have two REST interfaces in my web application. say RestA and RestB. RestB needs to invoke a method from RestA within same container from one of its method. How do I call this? If I try to create ProxyFactory, I need to give URI. Is there a way to just call this resource without using

[Resteasy-users] forward request from REST Easy pre-process interceptor

2013-04-10 Thread Cassa L
Hi, Is there a way to forward request to other URL from preProcessor interceptor? Thanks, L. -- Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes A

[Resteasy-users] RESTEasy-jaxb performance.

2012-01-09 Thread Cassa L
in the past. It seemed that there is significant overhead only at initialization time (when you first create the JAXBContext). Other than that, it seemed to perform quite well. Is that what you're talking about? On 1/6/12 1:57 PM, Cassa L wrote: > Hi, >While trying to find out bo