Return-Path: Delivered-To: apmail-incubator-isis-dev-archive@minotaur.apache.org Received: (qmail 79585 invoked from network); 2 Dec 2010 23:10:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Dec 2010 23:10:37 -0000 Received: (qmail 78857 invoked by uid 500); 2 Dec 2010 23:10:37 -0000 Delivered-To: apmail-incubator-isis-dev-archive@incubator.apache.org Received: (qmail 78830 invoked by uid 500); 2 Dec 2010 23:10:37 -0000 Mailing-List: contact isis-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: isis-dev@incubator.apache.org Delivered-To: mailing list isis-dev@incubator.apache.org Received: (qmail 78819 invoked by uid 99); 2 Dec 2010 23:10:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Dec 2010 23:10:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Dec 2010 23:10:34 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB2NACR6013816 for ; Thu, 2 Dec 2010 23:10:12 GMT Message-ID: <7991109.84331291331412771.JavaMail.jira@thor> Date: Thu, 2 Dec 2010 18:10:12 -0500 (EST) From: "Matthew T. Adams (JIRA)" To: isis-dev@incubator.apache.org Subject: [jira] Created: (ISIS-14) Add JDO 3.0 object store in order to support any datastore MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Add JDO 3.0 object store in order to support any datastore ---------------------------------------------------------- Key: ISIS-14 URL: https://issues.apache.org/jira/browse/ISIS-14 Project: Isis Issue Type: New Feature Reporter: Matthew T. Adams Given that JDO's charter is to be datastore-agnostic, a JDO object store should be high on the list. It supports both relational and non-relational databases, including object databases, NoSQL data stores and **literally** anything else. By leveraging the plugins of DataNucleus, the Apache-licensed open source JDO reference implementation, the following object stores below can be supported out of the box. RDBMS (all major vendors) DB4O LDAP Excel XML Neodatis JSON ODF HBase See http://www.datanucleus.org/plugins/ for more info. Google's BigTable could also be supported thanks to their Google AppEngine for Java persistence solution, which is a DataNucleus plugin, enabling Isis- & JDO-based apps to run on GAEJ. Note that DN also supports Joda & javax.time datetime types as well. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.