[Resteasy-users] RESTEasy-jaxb performance.

2012-01-09 Thread Cassa L
benching 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 bottlenecks

[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