Return-Path: Delivered-To: apmail-labs-commits-archive@locus.apache.org Received: (qmail 42124 invoked from network); 25 Dec 2007 06:28:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Dec 2007 06:28:41 -0000 Received: (qmail 43339 invoked by uid 500); 25 Dec 2007 06:28:30 -0000 Delivered-To: apmail-labs-commits-archive@labs.apache.org Received: (qmail 43238 invoked by uid 500); 25 Dec 2007 06:28:30 -0000 Mailing-List: contact commits-help@labs.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: labs@labs.apache.org Delivered-To: mailing list commits@labs.apache.org Received: (qmail 43227 invoked by uid 99); 25 Dec 2007 06:28:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Dec 2007 22:28:29 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Dec 2007 06:28:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1012F1A9832; Mon, 24 Dec 2007 22:28:10 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r606763 - in /labs/fluid/slice: openjpa-slice-0.2.0-SNAPSHOT.jar src/site/apt/index.apt Date: Tue, 25 Dec 2007 06:28:09 -0000 To: commits@labs.apache.org From: ppoddar@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071225062810.1012F1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ppoddar Date: Mon Dec 24 22:27:59 2007 New Revision: 606763 URL: http://svn.apache.org/viewvc?rev=606763&view=rev Log: apt changes Modified: labs/fluid/slice/openjpa-slice-0.2.0-SNAPSHOT.jar labs/fluid/slice/src/site/apt/index.apt Modified: labs/fluid/slice/openjpa-slice-0.2.0-SNAPSHOT.jar URL: http://svn.apache.org/viewvc/labs/fluid/slice/openjpa-slice-0.2.0-SNAPSHOT.jar?rev=606763&r1=606762&r2=606763&view=diff ============================================================================== Binary files - no diff available. Modified: labs/fluid/slice/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/labs/fluid/slice/src/site/apt/index.apt?rev=606763&r1=606762&r2=606763&view=diff ============================================================================== --- labs/fluid/slice/src/site/apt/index.apt (original) +++ labs/fluid/slice/src/site/apt/index.apt Mon Dec 24 22:27:59 2007 @@ -1,14 +1,15 @@ Introduction to Slice +------------------------------------------------------------------------- - Slice extends {{{http://openjpa.apache.org}OpenJPA}} to work with horizontally-partitioned, distributed databases. + Slice extends OpenJPA to work with horizontally-partitioned, distributed databases. +------------------------------------------------------------------------- [images/slice_small] Slice abstracts horizontally-partitioned, distributed databases as a single - virtual database for OpenJPA so that the user application can use all OpenJPA - features without the technical challenges of handling multiple databases. + virtual database so that the user application can use every + powerful feature of {{{http://openjpa.apache.org}OpenJPA}} + in a distributed environment without any complexity or code change. {{{http://en.wikipedia.org/wiki/Partition_(database)}Horizontal partitioning}} refers to partitioning of the rows of a table across many databases. We refer these underlying databases as in this context. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org For additional commands, e-mail: commits-help@labs.apache.org