Return-Path: Delivered-To: apmail-cxf-users-archive@www.apache.org Received: (qmail 51098 invoked from network); 19 Jan 2010 00:10:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Jan 2010 00:10:20 -0000 Received: (qmail 11489 invoked by uid 500); 19 Jan 2010 00:10:20 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 11392 invoked by uid 500); 19 Jan 2010 00:10:19 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 11382 invoked by uid 99); 19 Jan 2010 00:10:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jan 2010 00:10:19 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of michael.guyver@gmail.com designates 209.85.220.228 as permitted sender) Received: from [209.85.220.228] (HELO mail-fx0-f228.google.com) (209.85.220.228) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jan 2010 00:10:12 +0000 Received: by fxm28 with SMTP id 28so1517084fxm.6 for ; Mon, 18 Jan 2010 16:09:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=vT3ldoIRqgOFyRDDlCvIB+qCxa927B5CwrBZ7cwTB8s=; b=jd74mUdOQ01HfAdK2XrhH34lQfVGagQs7WLApRwNUeNws2V5y30SmQ4+0dBPRTouyn dx8X55o4Vk9RH+eglTCkOINet0Zdbci43rxS6keumgl0i8nZBqMcL7yB3aL+ypjr1dih Alj9PpmFMf5bad6aFmdi5tFGymBuo4Nmiz/78= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=CjQcMtj3m51MjOo1qOcWzwi6K47yIJGWPEX1023KxsaUhSRJKZDtMTgiFIg9rCUB+O 4xlg6CNtbEhxOWlqRJPex7YeWBzWH/igF1KdxhVqCGCgzHVjUZCMqxDm/mR5FB/U+dnL QKcYtdaKoVE3N8E7tSIIjpP95Tju51Q0v0Qng= MIME-Version: 1.0 Received: by 10.87.47.37 with SMTP id z37mr8768065fgj.9.1263859787208; Mon, 18 Jan 2010 16:09:47 -0800 (PST) Date: Tue, 19 Jan 2010 00:09:47 +0000 Message-ID: Subject: GWT service from CXF? From: Michael Guyver To: users@cxf.apache.org Content-Type: multipart/alternative; boundary=001485f78c0ea997b4047d794990 --001485f78c0ea997b4047d794990 Content-Type: text/plain; charset=UTF-8 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 --001485f78c0ea997b4047d794990--