Hi
Hiram has started a project showing how to do and test GWT JSON based apps with both Jersey and CXF, see the blog entry (with the
link to the project) :
http://hiramchirino.com/blog/tag/json/
this might be of interest to you
Sergey
----- Original Message -----
From: "Michael Guyver" <[email protected]>
To: <[email protected]>
Sent: Tuesday, January 19, 2010 12:09 AM
Subject: GWT service from CXF?
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 GWT-JSON
(IIRC it's worlds apart from "normal" JSON). Would you create some sort of
MessageBodyReader and MessageBodyWriter implementation analogous to the
AbstractJAXBProvider?
Cheers
Mike