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/10/07 23:32:45 UTC

svn commit: r307200 - in /db/derby/site/trunk: build/site/integrate/misc.html src/documentation/content/xdocs/integrate/misc.xml

Author: jta
Date: Fri Oct  7 14:32:43 2005
New Revision: 307200

URL: http://svn.apache.org/viewcvs?rev=307200&view=rev
Log:
Modified the integration summary page to add Torque to the Product List section,
an ORM category to the Products by Type section, and a pointer to Susan Cline's 
Cloudscape Workbench announcement to GUI Tools category.

Modified:
    db/derby/site/trunk/build/site/integrate/misc.html
    db/derby/site/trunk/src/documentation/content/xdocs/integrate/misc.xml

Modified: db/derby/site/trunk/build/site/integrate/misc.html
URL: http://svn.apache.org/viewcvs/db/derby/site/trunk/build/site/integrate/misc.html?rev=307200&r1=307199&r2=307200&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/integrate/misc.html (original)
+++ db/derby/site/trunk/build/site/integrate/misc.html Fri Oct  7 14:32:43 2005
@@ -488,10 +488,17 @@
   
 <td colspan="1" rowspan="1"> <a class="external" href="http://www.jpox.org">JPOX JD0</a> </td>
   <td colspan="1" rowspan="1">  <a class="external" href="http://www.jpox.org/docs/license.html">Apache 2.0</a></td>
-  <td colspan="1" rowspan="1"> JPOX is an open source JDO implementation
+  <td colspan="1" rowspan="1"> JPOX is an open source Java Data Objects (JDO) implementation
   that <a class="external" href="http://mail-archives.eu.apache.org/mod_mbox/db-derby-dev/200501.mbox/%3c20050120161855.A9B0020793C@poczta.interia.pl%3e">works with Derby</a>.
-  Also see the discussions on
-<a class="external" href="http://mail-archives.eu.apache.org/mod_mbox/db-jdo-dev/200502.mbox/%3c42165573.1040405@sun.com%3e">jdo-dev@db.apache.org</a>.
+  </td>
+
+</tr>
+
+<tr>
+  
+<td colspan="1" rowspan="1"> <a class="external" href="http://incubator.apache.org/jdo">Apache JD0</a> </td>
+  <td colspan="1" rowspan="1">  Apache 2.0</td>
+  <td colspan="1" rowspan="1"> Apache JDO is an incubator project.
   </td>
 
 </tr>
@@ -585,12 +592,23 @@
 
 </tr>
 
+<tr>
+   
+<td colspan="1" rowspan="1"><a href="http://db.apache.org/torque">Torque</a></td>
+   <td colspan="1" rowspan="1"> Apache 2.0 </td>
+   <td colspan="1" rowspan="1"> Torque is a persistence layer that performs mapping between Java
+       objects and databases.
+       <a href="db_torque.html">Torque works with the Derby embedded driver.</a>
+   </td>
+
+</tr>
+
 
 </table>
 </div>
 
 
-<a name="N10365"></a><a name="Wish+List"></a>
+<a name="N1038F"></a><a name="Wish+List"></a>
 <h2 class="boxed">Wish List</h2>
 <div class="section">
 <p>
@@ -611,7 +629,7 @@
 </div>
 
 
-<a name="N10381"></a><a name="Products+by+Type"></a>
+<a name="N103AB"></a><a name="Products+by+Type"></a>
 <h2 class="boxed">Products by Type</h2>
 <div class="section">
 <p>
@@ -705,11 +723,13 @@
 
 <tr>
   
-<td colspan="1" rowspan="4">GUI Tools</td>
+<td colspan="1" rowspan="5">GUI Tools</td>
   <td colspan="1" rowspan="1"> <a class="external" href="http://www.eclipse.org/webtools/">Eclipse Web Tools Project (WTP)</a></td>
 
 </tr>
 
+
+
 <tr>
   
 <td colspan="1" rowspan="1"> <a class="external" href="http://mail-archives.apache.org/mod_mbox/db-derby-user/200509.mbox/%3c432F6BDA.8010605@CharlieKelly.com%3e">Eclipse + Hibernate</a></td>
@@ -719,6 +739,14 @@
 
 <tr>
   
+<td colspan="1" rowspan="1"> <a class="external" href="http://mail-archives.apache.org/mod_mbox/db-derby-user/200510.mbox/%3c20051004211010.83287.qmail@web81305.mail.yahoo.com%3e">IBM Cloudscape
+       Workbench</a></td>
+
+</tr>
+
+
+<tr>
+  
 <td colspan="1" rowspan="1"> <a class="external" href="http://isql.sourceforge.net/">iSQL-Viewer</a></td>
 
 </tr>
@@ -788,12 +816,41 @@
 </tr>
 
 
+<tr>
+  
+<td colspan="1" rowspan="4">Persistence / Object Relational Mapping (ORM)</td>
+  <td colspan="1" rowspan="1"> <a href="db_torque.html">Torque</a> </td>
+
+</tr>
+
+
+<tr>
+  
+<td colspan="1" rowspan="1"> <a class="external" href="http://incubator.apache.org/jdo">Apache JDO</a> </td>
+
+</tr>
+
+
+<tr>
+  
+<td colspan="1" rowspan="1"> <a class="external" href="http://www.jpox.org">JPOX JD0</a> </td>
+
+</tr>
+
+
+<tr>
+  
+<td colspan="1" rowspan="1"> <a class="external" href="http://www.hibernate.org">Hibernate</a></td>
+
+</tr>
+
+
 </table>
 </div>
 
 
 <p>
-<em>Last updated: September 23, 2005</em>
+<em>Last updated: October 7, 2005</em>
 </p>
 
 </div>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/misc.xml
URL: http://svn.apache.org/viewcvs/db/derby/site/trunk/src/documentation/content/xdocs/integrate/misc.xml?rev=307200&r1=307199&r2=307200&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/misc.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/misc.xml Fri Oct  7 14:32:43 2005
@@ -233,10 +233,14 @@
 <tr>
   <td> <a href="http://www.jpox.org">JPOX JD0</a> </td>
   <td>  <a href="http://www.jpox.org/docs/license.html">Apache 2.0</a></td>
-  <td> JPOX is an open source JDO implementation
+  <td> JPOX is an open source Java Data Objects (JDO) implementation
   that <a href="http://mail-archives.eu.apache.org/mod_mbox/db-derby-dev/200501.mbox/%3c20050120161855.A9B0020793C@poczta.interia.pl%3e">works with Derby</a>.
-  Also see the discussions on
-<a href="http://mail-archives.eu.apache.org/mod_mbox/db-jdo-dev/200502.mbox/%3c42165573.1040405@sun.com%3e">jdo-dev@db.apache.org</a>.
+  </td>
+</tr>
+<tr>
+  <td> <a href="http://incubator.apache.org/jdo">Apache JD0</a> </td>
+  <td>  Apache 2.0</td>
+  <td> Apache JDO is an incubator project.
   </td>
 </tr>
 
@@ -307,6 +311,14 @@
 	  uses Tomcat.
     </td>
 </tr>
+<tr>
+   <td><a href="http://db.apache.org/torque">Torque</a></td>
+   <td> Apache 2.0 </td>
+   <td> Torque is a persistence layer that performs mapping between Java
+       objects and databases.
+       <a href="db_torque.html">Torque works with the Derby embedded driver.</a>
+   </td>
+</tr>
 
 </table>
 
@@ -389,14 +401,21 @@
 </tr>
 
 <tr>
-  <td rowspan="4">GUI Tools</td>
+  <td rowspan="5">GUI Tools</td>
   <td> <a href="http://www.eclipse.org/webtools/">Eclipse Web Tools Project (WTP)</a></td>
 </tr>
+
+
 <tr>
   <td> <a href="http://mail-archives.apache.org/mod_mbox/db-derby-user/200509.mbox/%3c432F6BDA.8010605@CharlieKelly.com%3e">Eclipse + Hibernate</a></td>
 </tr>
 
 <tr>
+  <td> <a href="http://mail-archives.apache.org/mod_mbox/db-derby-user/200510.mbox/%3c20051004211010.83287.qmail@web81305.mail.yahoo.com%3e">IBM Cloudscape
+       Workbench</a></td>
+</tr>
+
+<tr>
   <td> <a href="http://isql.sourceforge.net/">iSQL-Viewer</a></td>
 </tr>
 
@@ -437,10 +456,27 @@
    <td> <a href="http://jakarta.apache.org/tomcat/">Tomcat</a></td>
 </tr>
 
+<tr>
+  <td rowspan="4">Persistence / Object Relational Mapping (ORM)</td>
+  <td> <a href="db_torque.html">Torque</a> </td>
+</tr>
+
+<tr>
+  <td> <a href="http://incubator.apache.org/jdo">Apache JDO</a> </td>
+</tr>
+
+<tr>
+  <td> <a href="http://www.jpox.org">JPOX JDO</a> </td>
+</tr>
+
+<tr>
+  <td> <a href="http://www.hibernate.org">Hibernate</a></td>
+</tr>
+
 </table>
 
 </section>
 
-<p><em>Last updated: September 23, 2005</em></p>
+<p><em>Last updated: October 7, 2005</em></p>
 </body>
 </document>