What about concurrency?
What happen if i have 50 connections at the same time:

1) Can i create a independent invoke for each process ?

2) All the invoke process are to the same socket number ?

jOliveira

On Sun, Jan 4, 2009 at 3:34 PM, Ian Roberts <[email protected]>wrote:

> Julio Oliveira wrote:
> > There are some for JAX-RS ?
>
> As far as I know, CXF doesn't provide anything for the *client* side of
> RESTful services.
>
> For server-side session support you should just be able to make your
> service beans session-scoped (with <aop:scoped-proxy/>).  See the notes
> at the bottom of http://cwiki.apache.org/CXF20DOC/jax-rs-jsr-311.html
> about Spring AOP for details of the potential pitfalls.  Alternatively
> you could use the HttpSession directly by injecting a MessageContext
> into a singleton service bean and accessing the HttpServletRequest
> through that.
>
> Ian
>
> --
> Ian Roberts               | Department of Computer Science
> [email protected]  | University of Sheffield, UK
>



-- 
Saludos

Julio Oliveira - Buenos Aires

[email protected]

http://www.linkedin.com/in/juliomoliveira

Reply via email to