Return-Path: Delivered-To: apmail-cxf-users-archive@www.apache.org Received: (qmail 32080 invoked from network); 1 Feb 2010 22:04:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2010 22:04:08 -0000 Received: (qmail 19068 invoked by uid 500); 1 Feb 2010 22:04:07 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 18981 invoked by uid 500); 1 Feb 2010 22:04:07 -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 18971 invoked by uid 99); 1 Feb 2010 22:04:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 22:04:07 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of michael.guyver@gmail.com designates 209.85.220.216 as permitted sender) Received: from [209.85.220.216] (HELO mail-fx0-f216.google.com) (209.85.220.216) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 22:03:57 +0000 Received: by fxm8 with SMTP id 8so4966165fxm.6 for ; Mon, 01 Feb 2010 14:03:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=dJxCGWBOwfmPF+RdQkK7G0mimXUR0+CUOxDvGlvXyFU=; b=ZlcecOZZ4cm4fn+EDGRUWozt9H/HWEkktz8/YVLZ8H4+QtJk9ZgyhMIk7gQhJA7rov xEolrL2IZA9pkcm8NSiUwTlGhVkLkQcmG5smWoiYgGFEb8nM2/lBs8J3m56BL1qMdMMs iub/9K+WYVKQEK3X2JsqZIZjrzcil2xg8FOGo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=YfuGsMLIpMYWltzDeVyKnznLcKSa+ouj+vOCJAS2YGP76ofELRr5OFAqWPtlBNuY2t 7M5OAzWvRKhE3gyXfD5+Krj+q3lA0WdQY8D8TCVp62PQE0WkDtLYzIK9oB5M/ONk3AVS eZdLHXKsHifxaf97b0PDgvYm/XRh4jqpLnWj4= MIME-Version: 1.0 Received: by 10.87.40.18 with SMTP id s18mr189227fgj.7.1265061817371; Mon, 01 Feb 2010 14:03:37 -0800 (PST) In-Reply-To: <053301caa34d$0cd0a4d0$1f02050a@emea.progress.com> References: <053301caa34d$0cd0a4d0$1f02050a@emea.progress.com> Date: Mon, 1 Feb 2010 22:03:37 +0000 Message-ID: Subject: Re: GWT service from CXF? From: Michael Guyver To: users@cxf.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Thanks Sergey, as ever, that's some top stewarding of this forum. Cheers Mike On 1 February 2010 14:44, Sergey Beryozkin wrote: > 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" > > To: > 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 >> > >