[hibernate-commits] Hibernate SVN: r12711 - tags/shards_3_0_0_Beta1/HibernateExt/shards and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Jul 3 14:11:39 EDT 2007


Author: steve.ebersole at jboss.com
Date: 2007-07-03 14:11:39 -0400 (Tue, 03 Jul 2007)
New Revision: 12711

Added:
   shards/tags/shards_3_0_0_Beta1/readme.txt
Removed:
   tags/shards_3_0_0_Beta1/HibernateExt/shards/readme.txt
Log:
SVN layout migration for shards/tags/shards_3_0_0_Beta1

Copied: shards/tags/shards_3_0_0_Beta1/readme.txt (from rev 12710, tags/shards_3_0_0_Beta1/HibernateExt/shards/readme.txt)
===================================================================
--- shards/tags/shards_3_0_0_Beta1/readme.txt	                        (rev 0)
+++ shards/tags/shards_3_0_0_Beta1/readme.txt	2007-07-03 18:11:39 UTC (rev 12711)
@@ -0,0 +1,46 @@
+Hibernate Shards
+================
+Version: 3.0.0.Beta1, 19.03.2007
+
+Description
+-----------
+
+You can't always put all your relational data in a single relational database.
+Sometimes you simply have too much data. Sometimes you have a distributed deployment architecture
+(network latency between California and India might be too high to have a single database). There might
+even be non-technical reasons (a potential customer simply won't do the deal unless her company's data lives in its
+own db instance). Whatever your reasons, talking to multiple relational databases inevitably complicates
+the development of your application. Hibernate Shards is a framework that is designed to encapsulate and
+reduce this complexity by adding support for horizontal partitioning on top of Hibernate Core. Simply put, 
+we aim to provide a unified view of multiple databases via Hibernate.
+
+Instructions
+------------
+
+Unzip to installation directory, read doc/reference
+
+
+Contact
+------------
+
+Latest Documentation:
+
+   http://hibernate.org
+
+Bug Reports:
+
+   Hibernate JIRA (preferred)
+   hibernate-devel at lists.sourceforge.net
+
+Free Technical Support:
+
+   http://forum.hibernate.org
+
+
+Notes
+-----------
+
+If you want to contribute, go to http://www.hibernate.org/
+
+This software and its documentation are distributed under the terms of the
+FSF Lesser Gnu Public License (see lgpl.txt).
\ No newline at end of file

Deleted: tags/shards_3_0_0_Beta1/HibernateExt/shards/readme.txt
===================================================================
--- tags/shards_3_0_0_Beta1/HibernateExt/shards/readme.txt	2007-07-03 18:11:33 UTC (rev 12710)
+++ tags/shards_3_0_0_Beta1/HibernateExt/shards/readme.txt	2007-07-03 18:11:39 UTC (rev 12711)
@@ -1,46 +0,0 @@
-Hibernate Shards
-================
-Version: 3.0.0.Beta1, 19.03.2007
-
-Description
------------
-
-You can't always put all your relational data in a single relational database.
-Sometimes you simply have too much data. Sometimes you have a distributed deployment architecture
-(network latency between California and India might be too high to have a single database). There might
-even be non-technical reasons (a potential customer simply won't do the deal unless her company's data lives in its
-own db instance). Whatever your reasons, talking to multiple relational databases inevitably complicates
-the development of your application. Hibernate Shards is a framework that is designed to encapsulate and
-reduce this complexity by adding support for horizontal partitioning on top of Hibernate Core. Simply put, 
-we aim to provide a unified view of multiple databases via Hibernate.
-
-Instructions
-------------
-
-Unzip to installation directory, read doc/reference
-
-
-Contact
-------------
-
-Latest Documentation:
-
-   http://hibernate.org
-
-Bug Reports:
-
-   Hibernate JIRA (preferred)
-   hibernate-devel at lists.sourceforge.net
-
-Free Technical Support:
-
-   http://forum.hibernate.org
-
-
-Notes
------------
-
-If you want to contribute, go to http://www.hibernate.org/
-
-This software and its documentation are distributed under the terms of the
-FSF Lesser Gnu Public License (see lgpl.txt).
\ No newline at end of file




More information about the hibernate-commits mailing list