From java-dev-return-14368-apmail-lucene-java-dev-archive=lucene.apache.org@lucene.apache.org Tue Jun 06 15:41:03 2006 Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 39273 invoked from network); 6 Jun 2006 15:41:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jun 2006 15:41:02 -0000 Received: (qmail 33962 invoked by uid 500); 6 Jun 2006 15:40:59 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 33921 invoked by uid 500); 6 Jun 2006 15:40:58 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 33909 invoked by uid 99); 6 Jun 2006 15:40:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 08:40:58 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [64.34.172.19] (HELO ohana.manawiz.com) (64.34.172.19) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 08:40:57 -0700 Received: from [172.25.1.157] ([::ffff:67.123.81.126]) (AUTH: LOGIN chuck, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by ohana.manawiz.com with esmtp; Tue, 06 Jun 2006 15:40:34 +0000 id 0070C19A.4485A1F3.000015A0 Message-ID: <4485A210.5060809@manawiz.com> Date: Tue, 06 Jun 2006 08:41:04 -0700 From: Chuck Williams User-Agent: Thunderbird 1.5.0.2 (X11/20060516) MIME-Version: 1.0 To: java-dev@lucene.apache.org Subject: Re: create feeds in GDATA - Server References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 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 Simon, What are your U requirements in the CRUD? Are these only on individual items so that delete/add is sufficient, or do you have any bulk update requirements? Chuck Simon Willnauer wrote on 06/06/2006 05:47 AM: > Hello, > > the first version of the GDATA server is already running and it > supports all > the CRUD actions base on a lucene storage. > so the next thing is to enable multiple feed ( I wouldn't be a proper > server > serving just one single feed instance :). > Basically the gdata - protocol description doesn't say anything about > inserting new feed instances, the API neither. > Lot's of possibilities are around to create an interface for inserting > new > feeds. XML descriptors per feed could be possible but that could easily > become a xml nightmare. So what else could be provided... There could > be a > SOAP endpoint for creating/deleteing new Feeds or a secondary REST - > Based > Interface could be provided. This feeds could be stored inside the > storage > component including user account data (should we provide more than one > user > account for altering feeds?!). Quiet easy to use would be a > administration > JSP based component of the server, but guys don't forget I just have 2 > 1/2 > month time ;). No problem doing all these extra features when SoC has > finished. > --> I thought about a mySQL connector for storing entries and requesting > feeds in addition to the lucene base storage and BerkleyDB as well. > > regards Simon > --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org