Hi Sergey, could you elaborate a bit more on the ?_js or ?_lang=js stuff
please. I thought what Benson and Arul were talking about is a pure client
stack that is implemented in Java script that can connect to JAX-RS
compatible RESTful services. As far as the JAX-RS  server side is concerned,
it does not matter the request is coming from a java script client or
anything else, does it?


Cheers,
Jervis

On Sat, Mar 22, 2008 at 1:27 AM, Sergey Beryozkin <[EMAIL PROTECTED]>
wrote:

> Hi Benson
>
> For current CXF JAX-RS impl, the idea is to treat queries starting from
> '_' as system ones, intended for the JAX-RS runtime, such
> that such queries can be distinguished from application-specific ones.
> We've added SystemQueryHandlers which are invoked before the
> actual target object, so one of such handlers can be created to handle
> '_js' extension to avoid a clash with ?js support in
> runtime/js...
>
> Cheers, Sergey
>
> ----------------------------
> IONA Technologies PLC (registered in Ireland)
> Registered Number: 171387
> Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland
>

Reply via email to