Re: GWT service from CXF?

2010-02-08 Thread Michael Guyver
to retrieve the value, perhaps using some of the readFrom parameters ? If needed you can also have a thread local map which will be used to increment the parameters index ? If you could post the sample method signature then it would help cheers, Sergey Michael Guyver-3 wrote: Hi everyone

Re: GWT service from CXF?

2010-02-08 Thread Michael Guyver
Michael Guyver-3 wrote: Hi everyone, I've been having a closer look at how to implement a MessageBodyReader for the GWT RPC protocol, and while I'm aware of a JSON-related project (http://hiramchirino.com/blog/tag/json/), it's not a solution for GWT-RPC. I'm a relative GWT noob but I think you

Re: GWT service from CXF?

2010-02-05 Thread Michael Guyver
to this problem? Cheers Mike On 19 January 2010 00:09, Michael Guyver michael.guy...@gmail.com wrote: Hi there, This is a borderline hypothetical question - but say I had a GWT application that existed within a custom static HTML/Velocity/Trimpath/Spring MVC application and I wanted to have

Re: GWT service from CXF?

2010-02-01 Thread Michael Guyver
to the project) : http://hiramchirino.com/blog/tag/json/ this might be of interest to you Sergey - Original Message - From: Michael Guyver michael.guy...@gmail.com To: users@cxf.apache.org Sent: Tuesday, January 19, 2010 12:09 AM Subject: GWT service from CXF? Hi

GWT service from CXF?

2010-01-18 Thread Michael Guyver
Hi there, This is a borderline hypothetical question - but say I had a GWT application that existed within a custom static HTML/Velocity/Trimpath/Spring MVC application and I wanted to have GWT's AJAX requests handled by the CXF JAXRS implementation, how would I go about parsing and writing

Re: Access to HTTP cookie values in Interceptor or Invoker implementation?

2010-01-14 Thread Michael Guyver
2010/1/14 Sergey Beryozkin sbery...@progress.com: Hi One can write either a CXF interceptor or CXF JAXRS RequestHandler filter, please see http://cxf.apache.org/docs/jax-rs.html#JAX-RS-DifferencebetweenJAXRSfiltersandCXFinterceptors If you do JAX-RS only then writing a filter could be a

Re: Access to HTTP cookie values in Interceptor or Invoker implementation?

2010-01-13 Thread Michael Guyver
2010/1/13 Daniel Kulp dk...@apache.org: new MessageContextImpl(message).getHttpHeaders().getCookies() That's probably the easiest.    I guess the more standard way would be to pull the stuff off the message directly instead of using the MessageContextImpl wrapper thing, but the wrapper

Access to HTTP cookie values in Interceptor or Invoker implementation?

2010-01-12 Thread Michael Guyver
Hi there, I'm new to CXF and JAX-RS programming so the paradigm is quite foreign to me. At the moment I'm trying to figure out how one would go about implementing a Interceptor or Invoker that would execute prior to the service class mapped to the specific request, for example to validate a