Return-Path: X-Original-To: apmail-abdera-user-archive@www.apache.org Delivered-To: apmail-abdera-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 62103931C for ; Sat, 24 Mar 2012 20:06:47 +0000 (UTC) Received: (qmail 63823 invoked by uid 500); 24 Mar 2012 20:06:47 -0000 Delivered-To: apmail-abdera-user-archive@abdera.apache.org Received: (qmail 63790 invoked by uid 500); 24 Mar 2012 20:06:47 -0000 Mailing-List: contact user-help@abdera.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@abdera.apache.org Delivered-To: mailing list user@abdera.apache.org Received: (qmail 63782 invoked by uid 99); 24 Mar 2012 20:06:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Mar 2012 20:06:47 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dventimi@gmail.com designates 209.85.220.170 as permitted sender) Received: from [209.85.220.170] (HELO mail-vx0-f170.google.com) (209.85.220.170) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Mar 2012 20:06:41 +0000 Received: by vcbfo14 with SMTP id fo14so3781433vcb.15 for ; Sat, 24 Mar 2012 13:06:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=vyEE9SVXCTYNlWAgEMmaqQSEd+hDhG9/8FzzqWLzmT4=; b=mkJmHFUlZ74C81vB4wLfVaDAXtRbrklwnm39tj9XCh9vbshqDDAnEPhMxwKKapxzUc p854cod0XQ/9DxHdoWqLTRSSFeaX844DfOmG++nU2vB0bX5z/g6q16V+ekZCL7+WbvXZ s+i+TkH7fZlcmirvd9YRsqz1Lfh+6totySj7PKl0LHz221Z6cQRf0mAd9+/7919vTQjF nLN23ulCln5kDJ2SrliL8UtRbraZv7AqTGwhh9xsnbRga6OXw2qTSzQkv0S4IYTkE5m+ 9g6G9rtQBuhH6jRc78EOHE3gaE1UwouZbDjnELWfqNLkyqS1GyW7XuZwpec3331RdhdA dNQA== MIME-Version: 1.0 Received: by 10.52.179.168 with SMTP id dh8mr6248385vdc.120.1332619581156; Sat, 24 Mar 2012 13:06:21 -0700 (PDT) Received: by 10.52.31.73 with HTTP; Sat, 24 Mar 2012 13:06:21 -0700 (PDT) Received: by 10.52.31.73 with HTTP; Sat, 24 Mar 2012 13:06:21 -0700 (PDT) In-Reply-To: References: Date: Sat, 24 Mar 2012 13:06:21 -0700 Message-ID: Subject: Re: Where are DefaultProvider and SimpleWorkspaceInfo? From: David Ventimiglia To: user@abdera.apache.org Content-Type: multipart/alternative; boundary=bcaec51a7c08c16d7204bc02ac32 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec51a7c08c16d7204bc02ac32 Content-Type: text/plain; charset=ISO-8859-1 Chad, your tutorial shows the use of DefaultProvider and SimpleWorkspaceInfo, like the tutorial on the Apache Abdera Web site does. I'm not asking, How do I make an AtomPub server using Abdera. My question is, Why does the documentation have a tutorial that doesn't compile because it uses types (DefaultProvider and SimpleWorkspaceInfo) that aren't in the API? On Mar 24, 2012 10:51 AM, "Chad Lung" wrote: > David, > > I have a tutorial here that might be of help to you: > http://www.giantflyingsaucer.com/blog/?p=2947 > > Also some additional Abdera articles here: > http://www.giantflyingsaucer.com/blog/?cat=49 > > Chad > > > On Sat, Mar 24, 2012 at 11:58 AM, David Ventimiglia >wrote: > > > Hi, > > > > The documentation at Dashboard >> Apache Abdera >> Getting Started >> > > Your first AtomPub Server > > ( > > > https://cwiki.apache.org/confluence/display/ABDERA/Your+first+AtomPub+Server > > ) > > has an example Servlet that uses DefaultProvider and > > SimpleWorkspaceInfo. However, I cannot get it to compile with Abdera > > 1.1.1, since these classes are unavailable. In addition, the Abdera > > 1.1.1 JavaDocs at http://abdera.apache.org/docs/api/index.html show no > > evidence of these classes. Are there changes to the API that are not > > reflected in the example documentation? > > > > Thanks, > > David > > > --bcaec51a7c08c16d7204bc02ac32--