Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 76376 invoked from network); 17 Jan 2005 06:03:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Jan 2005 06:03:03 -0000 Received: (qmail 35647 invoked by uid 500); 17 Jan 2005 06:03:01 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 35571 invoked by uid 500); 17 Jan 2005 06:03:01 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 35556 invoked by uid 99); 17 Jan 2005 06:03:00 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 16 Jan 2005 22:03:00 -0800 Received: (qmail 76305 invoked from network); 17 Jan 2005 06:02:59 -0000 Received: from localhost.hyperreal.org (HELO minotaur.apache.org) (127.0.0.1) by localhost.hyperreal.org with SMTP; 17 Jan 2005 06:02:59 -0000 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: commons-dev@jakarta.apache.org To: commons-dev@jakarta.apache.org Subject: =?iso-8859-1?q?=5BJakarta_Commons_Wiki=5D_New=3A__CodeConPresentation?= Date: Mon, 17 Jan 2005 06:02:59 -0000 Message-ID: <20050117060259.76303.71038@minotaur.apache.org> X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Date: 2005-01-16T22:02:59 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: CodeConPresentation URL: http://wiki.apache.org/jakarta-commons/CodeConPresentation no comment New Page: * Challenges with building a feed parser * Too many standards * RSS (0.9, 0.91, 0.92, 1.0, 2.0) * Atom (0.3 and all draft specs) * OPML * FOAF = * RDF * Modules (dc, aggregation, content, etc) * Semantic confusion: * rss:entry vs atom:item * title issues across specifications (dc, rss, atom, etc) * Encoding issues * Invalid entity references * XML prefix prior to (usually XML comments) * Date encoding issues: = * RFC822 (RSS 2.0) * ISO8601 (RSS 1.0 and Atom) * Feed Event Model * FeedParserListener: * init() * onChannel( state, title, link description ): void * onItem( state, title, link description ): void * onItemEnd(): void * HTTP issues: * Timeouts * ETags (If-None-Modified) * If-Modified-Since * UserAgent * Problems with DOM models: * Namespace matching doesn't line up correctly. = = * Doesn't support ad-hoc schema updates with extenions * Plugin API to pass events with vendor specific interfaces. = * mod_bigcompany * BigCompanyEventListener * Totally isolated development. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org