You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by jt...@apache.org on 2005/06/14 01:11:11 UTC

svn commit: r190529 - in /incubator/derby/site/trunk: build/site/integrate/JPetStoreDerby.html src/documentation/content/xdocs/integrate/JPetStoreDerby.xml

Author: jta
Date: Mon Jun 13 16:11:11 2005
New Revision: 190529

URL: http://svn.apache.org/viewcvs?rev=190529&view=rev
Log:
iBATIS graduated from the Apache incubator, so updated URLS in 
integrate/JPetStoreDerby.{xml,html} to new home at ibatis.apache.org.

Modified:
    incubator/derby/site/trunk/build/site/integrate/JPetStoreDerby.html
    incubator/derby/site/trunk/src/documentation/content/xdocs/integrate/JPetStoreDerby.xml

Modified: incubator/derby/site/trunk/build/site/integrate/JPetStoreDerby.html
URL: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/build/site/integrate/JPetStoreDerby.html?rev=190529&r1=190528&r2=190529&view=diff
==============================================================================
--- incubator/derby/site/trunk/build/site/integrate/JPetStoreDerby.html (original)
+++ incubator/derby/site/trunk/build/site/integrate/JPetStoreDerby.html Mon Jun 13 16:11:11 2005
@@ -259,10 +259,10 @@
 <h2 class="boxed">Introduction</h2>
 <div class="section">
 <p>
-JPetStore is a rewritten Pet Store application based on Sun's J2EE Pet Store.  It was originally designed to compare the .NET and J2EE architectures.  It is now the official example application for the iBATIS SQL Maps 2.0 and DAO 2.0 open source software products.  See the 'JPetStore' and 'iBATIS' links in the related links section below to download JPetStore and for more information on the application history and architecture.  iBATIS is currently an Apache incubator project (graduation to an official Apache project is expected soon and may have occurred by the time you read this).
+JPetStore is a rewritten Pet Store application based on Sun's J2EE Pet Store.  It was originally designed to compare the .NET and J2EE architectures.  It is now the official example application for the iBATIS SQL Maps 2.0 and DAO 2.0 open source software products.  See the 'JPetStore' and 'iBATIS' links in the related links section below to download JPetStore and for more information on the application history and architecture.  
 </p>
 <p>
-This document demonstrates setting up the JPetStore 4.0 application to run on a J2EE Application Server using an embedded Apache Derby database as the persistence layer.  Apache Derby is a small footprint, open source, relational database engine written in Java.  It is ideally suited for use with J2EE and Web applications where reliability, portability, ease of use and low maintenance is important.  Derby, like iBATIS, is an Apache incubator project.
+This document demonstrates setting up the JPetStore 4.0 application to run on a J2EE Application Server using an embedded Apache Derby database as the persistence layer.  Apache Derby is a small footprint, open source, relational database engine written in Java.  It is ideally suited for use with J2EE and Web applications where reliability, portability, ease of use and low maintenance is important.  Derby is an Apache incubator project.
 </p>
 <p>
 One of the more difficult parts of installing JPetStore is meeting the initial assumption that you have some sort of relational database installed and working.  Apache Derby, in it's embedded configuration, is a single 2 Mb jarfile that simply needs to be in the classpath of the application.  The jarfile can be bundled with the application files and in many cases the user is not aware that a database is in use at all.  Because it's java it does not matter what physical architecture the application will be deployed on.  The same database files and database classes can be copied directly to any platform and used as-is.  No local application or database build is required, only a functioning JVM is needed.
@@ -589,7 +589,7 @@
   
 </li>
 <li>
-	For more information on iBATIS see the <a href="http://incubator.apache.org/ibatis/site/index.html">  Apache Ibatis incubator site</a>
+	For more information on iBATIS see the <a class="external" href="http://ibatis.apache.org">  Apache iBATIS site</a>
   
 </li>
 

Modified: incubator/derby/site/trunk/src/documentation/content/xdocs/integrate/JPetStoreDerby.xml
URL: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/src/documentation/content/xdocs/integrate/JPetStoreDerby.xml?rev=190529&r1=190528&r2=190529&view=diff
==============================================================================
--- incubator/derby/site/trunk/src/documentation/content/xdocs/integrate/JPetStoreDerby.xml (original)
+++ incubator/derby/site/trunk/src/documentation/content/xdocs/integrate/JPetStoreDerby.xml Mon Jun 13 16:11:11 2005
@@ -9,9 +9,9 @@
 <section>
    <title>Introduction</title>
 <p>
-JPetStore is a rewritten Pet Store application based on Sun's J2EE Pet Store.  It was originally designed to compare the .NET and J2EE architectures.  It is now the official example application for the iBATIS SQL Maps 2.0 and DAO 2.0 open source software products.  See the 'JPetStore' and 'iBATIS' links in the related links section below to download JPetStore and for more information on the application history and architecture.  iBATIS is currently an Apache incubator project (graduation to an official Apache project is expected soon and may have occurred by the time you read this).
+JPetStore is a rewritten Pet Store application based on Sun's J2EE Pet Store.  It was originally designed to compare the .NET and J2EE architectures.  It is now the official example application for the iBATIS SQL Maps 2.0 and DAO 2.0 open source software products.  See the 'JPetStore' and 'iBATIS' links in the related links section below to download JPetStore and for more information on the application history and architecture.  
 </p><p>
-This document demonstrates setting up the JPetStore 4.0 application to run on a J2EE Application Server using an embedded Apache Derby database as the persistence layer.  Apache Derby is a small footprint, open source, relational database engine written in Java.  It is ideally suited for use with J2EE and Web applications where reliability, portability, ease of use and low maintenance is important.  Derby, like iBATIS, is an Apache incubator project.
+This document demonstrates setting up the JPetStore 4.0 application to run on a J2EE Application Server using an embedded Apache Derby database as the persistence layer.  Apache Derby is a small footprint, open source, relational database engine written in Java.  It is ideally suited for use with J2EE and Web applications where reliability, portability, ease of use and low maintenance is important.  Derby is an Apache incubator project.
 </p><p>
 One of the more difficult parts of installing JPetStore is meeting the initial assumption that you have some sort of relational database installed and working.  Apache Derby, in it's embedded configuration, is a single 2 Mb jarfile that simply needs to be in the classpath of the application.  The jarfile can be bundled with the application files and in many cases the user is not aware that a database is in use at all.  Because it's java it does not matter what physical architecture the application will be deployed on.  The same database files and database classes can be copied directly to any platform and used as-is.  No local application or database build is required, only a functioning JVM is needed.
 </p><p>
@@ -235,7 +235,7 @@
   </li> <li>
 	For more information on Derby see the <a href="http://incubator.apache.org/derby/index.html">Apache Derby incubator site</a>	
   </li><li>
-	For more information on iBATIS see the <a href="http://incubator.apache.org/ibatis/site/index.html">  Apache Ibatis incubator site</a>
+	For more information on iBATIS see the <a href="http://ibatis.apache.org">  Apache iBATIS site</a>
   </li>
 </ul>