Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 8289 invoked from network); 28 Jun 2006 19:57:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jun 2006 19:57:22 -0000 Received: (qmail 78537 invoked by uid 500); 28 Jun 2006 19:57:22 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 78515 invoked by uid 500); 28 Jun 2006 19:57:22 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 78506 invoked by uid 99); 28 Jun 2006 19:57:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jun 2006 12:57:21 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jasnell@gmail.com designates 64.233.184.235 as permitted sender) Received: from [64.233.184.235] (HELO wr-out-0506.google.com) (64.233.184.235) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jun 2006 12:57:20 -0700 Received: by wr-out-0506.google.com with SMTP id i28so379200wra for ; Wed, 28 Jun 2006 12:57:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=Q/J4Cw234ulfqKEqC85b4Awotj7r8RQw0eiAPGb+SvxKmOEtgIKxrVkCNE5tcGRN/Ax8JGMk+KismrDNpVK/2FNXnkeWDXYMLyfz335nj18BzVUgwWXxg7mBe5h4smk+KnyQWJiN5YT27bl+C1PHVGGRBxKCXZQqYy03KdI9P1M= Received: by 10.54.82.4 with SMTP id f4mr1197988wrb; Wed, 28 Jun 2006 12:57:00 -0700 (PDT) Received: from ?172.30.1.26? ( [66.100.255.7]) by mx.gmail.com with ESMTP id 9sm2775001wrl.2006.06.28.12.56.59; Wed, 28 Jun 2006 12:56:59 -0700 (PDT) Message-ID: <44A2DF0A.4080306@gmail.com> Date: Wed, 28 Jun 2006 12:56:58 -0700 From: James M Snell User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: abdera-dev@incubator.apache.org Subject: Re: Getting started with Abdera References: <35379c520606271852q68c13cd6g3f3b9924e1f00280@mail.gmail.com> <7edfeeef0606271903v49251ce9v390e2d7270a92cdd@mail.gmail.com> <44A1E51A.6090201@gmail.com> <35379c520606281027m2f4f94b1uffbab830d177b017@mail.gmail.com> <7edfeeef0606281151s7121010cj3addedeb42b06efb@mail.gmail.com> In-Reply-To: <7edfeeef0606281151s7121010cj3addedeb42b06efb@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I'm giving some thought to this as we need something along these lines for JSON/RDF conversions. I'll see if I can post some additional information in the coming few days. - James Garrett Rooney wrote: > On 6/28/06, joe kim wrote: > >> You are right, I got it wrong. But, what is the advantage of only >> pulling files from the classpath? > > The advantage is that the example is self contained ;-) > >> > Yep, although the barrier is a bit high. The FOM* impl classes are >> > dependent on the Axiom implementation. So you either implement JDOM as >> > a layer under Axiom or create a JDOM-based impl of the FOM* classes. >> >> Sounds quite involved. Are there no Atom model pojo's that can just >> be populated with data by some arbitrary code? > > Currently, not that I'm aware of, at least not in Abdera's codebase. > > -garrett >