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 EF0049F8D for ; Sat, 24 Mar 2012 16:58:51 +0000 (UTC) Received: (qmail 8920 invoked by uid 500); 24 Mar 2012 16:58:51 -0000 Delivered-To: apmail-abdera-user-archive@abdera.apache.org Received: (qmail 8809 invoked by uid 500); 24 Mar 2012 16:58:50 -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 8792 invoked by uid 99); 24 Mar 2012 16:58:50 -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 16:58:50 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=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 16:58:44 +0000 Received: by vcbfo14 with SMTP id fo14so3726550vcb.15 for ; Sat, 24 Mar 2012 09:58:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=Eyf4Lfh5e5TAYDKT8U82+v6Sj6JQt0rR2awgs3lGU0k=; b=Rw2GpWEGFahlp3oYsff4Nb23O6zqEXajWWfSrrud7FzW23e6tQwV5nbnwjezFlbwA3 8g/WvQ187ZCt+iNGAQH3L6b3VeC7APsGALkh9SkbeCSjnl2ZZk+mQSznZirpP51HbmEt eEWnrog9soB/YgEGOvRAoiBMT3aBf9/kO5BF9m8svweC/co4+cH38xnlXDXqr2VNcGKO XxHmsMl4e4ksE+5uMtY/JYudhuiPCplodHoxqib0xzXe+BCeBhPFrHbWLD2FpZygBGUy oTNoiqTFYYCjs4GAY45nBq/Di9tvga1azjjUJb9OXLUwL/n2v9k7oqeIEWey6TDBKfZz 9cAw== Received: by 10.220.157.7 with SMTP id z7mr2502943vcw.2.1332608303666; Sat, 24 Mar 2012 09:58:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.31.73 with HTTP; Sat, 24 Mar 2012 09:58:03 -0700 (PDT) From: David Ventimiglia Date: Sat, 24 Mar 2012 09:58:03 -0700 Message-ID: Subject: Where are DefaultProvider and SimpleWorkspaceInfo? To: user@abdera.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org 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