Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 11401 invoked from network); 20 Mar 2007 16:51:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Mar 2007 16:51:43 -0000 Received: (qmail 42884 invoked by uid 500); 20 Mar 2007 16:51:51 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 42847 invoked by uid 500); 20 Mar 2007 16:51:51 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 42834 invoked by uid 99); 20 Mar 2007 16:51:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2007 09:51:50 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [192.18.42.249] (HELO nwk-ea-fw-1.sun.com) (192.18.42.249) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2007 09:51:39 -0700 Received: from d1-sfbay-10.sun.com ([192.18.39.120]) by nwk-ea-fw-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id l2KGpIgZ029196 for ; Tue, 20 Mar 2007 08:51:18 -0800 (PST) Received: from conversion-daemon.d1-sfbay-10.sun.com by d1-sfbay-10.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) id <0JF700L01O3RWF00@d1-sfbay-10.sun.com> (original mail from david@vancouvering.com) for derby-dev@db.apache.org; Tue, 20 Mar 2007 09:51:18 -0700 (PDT) Received: from [192.168.1.162] ([75.42.129.102]) by d1-sfbay-10.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPSA id <0JF700M3SO5IDBFM@d1-sfbay-10.sun.com>; Tue, 20 Mar 2007 09:51:18 -0700 (PDT) Date: Tue, 20 Mar 2007 09:51:23 -0700 From: David Van Couvering Subject: Re: Derby storage using Java Web Start PersistenceService API - work started In-reply-to: <079BCEE7-A8A3-4A45-A839-7AC7417B947F@gmail.com> Sender: David.Vancouvering@Sun.COM To: derby-dev@db.apache.org Cc: luigi.lauro@gmail.com Message-id: <4600110B.6020706@vancouvering.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT References: <57F1AAEA-F502-4889-9034-F7EDE98B8869@gmail.com> <079BCEE7-A8A3-4A45-A839-7AC7417B947F@gmail.com> User-Agent: Thunderbird 1.5.0.10 (Macintosh/20070221) X-Virus-Checked: Checked by ClamAV on apache.org Great! Let us know how we can help. As you go through this, you'll probably get gentle corrections about approach, process, style, etc. Hopefully this won't be too off-putting. For example, a general rule is to not cross-post to two Apache aliases. This sounds like a development discussion at this point, so I'm routing to derby-dev. I'm copying you directly Luigi in case you're not on derby-dev yet. David Luigi Lauro wrote: > Thanks everyone for all the helpful replies regarding this matter in my > previous post on derby-user. > > I've opened a JIRA ticket and I've started working on it in order to > evaluate the effort required to provide a JNLP PersistenceService > storage implementation around WritableStorageFactory API. I'm a senior > java developer, but with no experience regarding derby internals. > > As I said previously: feel free to contribute in any way you think > useful to this matter. > > Thanks in advance > > Luigi Lauro > > Previous Thread: > http://thread.gmane.org/gmane.comp.apache.db.derby.user/6365 > JIRA Ticket: https://issues.apache.org/jira/browse/DERBY-2469 > JNLP APIs: http://java.sun.com/javase/6/docs/jre/api/javaws/jnlp/ > PersistenceService: > http://java.sun.com/javase/6/docs/jre/api/javaws/jnlp/javax/jnlp/PersistenceService.html > > >