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/01/07 02:13:59 UTC

svn commit: r124469 - in incubator/derby/site/trunk: build/site build/site/papers src/documentation/content/xdocs src/documentation/content/xdocs/papers

Author: jta
Date: Thu Jan  6 17:13:58 2005
New Revision: 124469

URL: http://svn.apache.org/viewcvs?view=rev&rev=124469
Log:
Added RIFE to integrations page and added patch notes to the downloads and Get Involved! pages. Also cleaned up some email references.


Modified:
   incubator/derby/site/trunk/build/site/derby_comm.html
   incubator/derby/site/trunk/build/site/derby_downloads.html
   incubator/derby/site/trunk/build/site/faq.html
   incubator/derby/site/trunk/build/site/papers/misc.html
   incubator/derby/site/trunk/src/documentation/content/xdocs/derby_comm.xml
   incubator/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml
   incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml
   incubator/derby/site/trunk/src/documentation/content/xdocs/papers/misc.xml

Modified: incubator/derby/site/trunk/build/site/derby_comm.html
Url: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/build/site/derby_comm.html?view=diff&rev=124469&p1=incubator/derby/site/trunk/build/site/derby_comm.html&r1=124468&p2=incubator/derby/site/trunk/build/site/derby_comm.html&r2=124469
==============================================================================
--- incubator/derby/site/trunk/build/site/derby_comm.html	(original)
+++ incubator/derby/site/trunk/build/site/derby_comm.html	Thu Jan  6 17:13:58 2005
@@ -322,6 +322,21 @@
 </p>
 <p> 
 
+<strong>Submit patches against the trunk</strong>
+
+</p>
+<p> 
+New features, code cleanup, performance
+fixes and other significant changes need to be submitted against the trunk.
+</p>
+<p> 
+Bug fixes may be submitted against either the trunk or a branch.
+</p>
+<p> 
+See the <a href="http://mail-archives.apache.org/eyebrowse/BrowseList?listName=derby-dev@db.apache.org&by=subject&from=702025&to=702025&first=1&count=6">"Contributing with patches"</a> mail list topic.
+</p>
+<p> 
+
 <strong>Enigmail tips for sending and saving patches</strong>
 
 </p>
@@ -358,7 +373,7 @@
 
 <p>
 
-<em>Last updated: 7-October-2004</em>
+<em>Last updated: January 6, 2005</em>
 
 </p>
 

Modified: incubator/derby/site/trunk/build/site/derby_downloads.html
Url: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/build/site/derby_downloads.html?view=diff&rev=124469&p1=incubator/derby/site/trunk/build/site/derby_downloads.html&r1=124468&p2=incubator/derby/site/trunk/build/site/derby_downloads.html&r2=124469
==============================================================================
--- incubator/derby/site/trunk/build/site/derby_downloads.html	(original)
+++ incubator/derby/site/trunk/build/site/derby_downloads.html	Thu Jan  6 17:13:58 2005
@@ -231,6 +231,9 @@
 <li>
 <a href="#How+to+test+Derby">How to test Derby</a>
 </li>
+<li>
+<a href="#How+to+submit+a+patch">How to submit a patch</a>
+</li>
 </ul>
 
 
@@ -463,7 +466,7 @@
     <td colspan="1" rowspan="1">
        <a href="http://cvs.apache.org/builds/jakarta-servletapi-4/nightly/">http://cvs.apache.org/builds/jakarta-servletapi-4/nightly/</a>;
        however, see the
-       <a href="http://mail-archives.apache.org/eyebrowse/BrowseList?listName=derby-dev@db.apache.org&by=subject&from=658425&to=658425&first=1&count=2">mail list thread regarding this file</a>.
+       <a href="http://mail-archives.apache.org/eyebrowse/BrowseList?listName=derby-dev@db.apache.org&by=subject&from=658425&to=658425&first=1&count=2">"Can't find jakarta-servlet api for building Derby"</a> mail list topic.
 	</td>
     
 </tr>
@@ -551,9 +554,21 @@
 </div>
 
 
+<a name="N1020A"></a><a name="How+to+submit+a+patch"></a>
+<h3>How to submit a patch</h3>
+<div style="margin-left: 0 ; border: 2px">
+<p>
+See the
+<a href="derby_comm.html#Contribute+Code+or+Documentation">Contribute Code
+or Documentation</a> section in the
+<a href="derby_comm.html">Get Involved!</a> page.
+</p>
+</div>
+
+
 <p>
 
-<em>Last updated: Dec 9, 2004</em>
+<em>Last updated: January 6, 2005</em>
 
 </p>
 

Modified: incubator/derby/site/trunk/build/site/faq.html
Url: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/build/site/faq.html?view=diff&rev=124469&p1=incubator/derby/site/trunk/build/site/faq.html&r1=124468&p2=incubator/derby/site/trunk/build/site/faq.html&r2=124469
==============================================================================
--- incubator/derby/site/trunk/build/site/faq.html	(original)
+++ incubator/derby/site/trunk/build/site/faq.html	Thu Jan  6 17:13:58 2005
@@ -381,11 +381,13 @@
 <div style="margin-left: 15 ; border: 2px">
 <p>
       Because
-      <a href="http://mail-archives.apache.org/eyebrowse/BrowseList?listName=derby-user@db.apache.org&by=subject&from=649251&to=649251&first=1&count=4">Derby
-      maps a SQL INTEGER to Java int (a primitive)</a>
+      Derby maps a SQL INTEGER to Java int (a primitive)
       and passing SQL NULLs is not supported for primitive types.
       Derby also maps the SMALLINT, REAL, DOUBLE, and BIGINT SQL types to
       Java primitives (short, float, double, long).
+      See the
+      <a href="http://mail-archives.apache.org/eyebrowse/BrowseList?listName=derby-user@db.apache.org&by=subject&from=649251&to=649251&first=1&count=4">"How to return null param from a stored procedure?"</a>
+      mail list topic.
       </p>
 </div>
 <a name="N100B3"></a><a name="pda"></a>
@@ -400,9 +402,9 @@
       A feature on the <a href="DerbyToDo.html#Features">To Do list</a> 
       will modify Derby to support 
       J2ME/CDC/Foundation with JSR169 as the JDBC api. 
-      Also see the discussions on the
-      <a href="http://mail-archives.apache.org/eyebrowse/BrowseList?listName=derby-user@db.apache.org&by=subject&from=685470&to=685470&first=1&count=8">derby-user</a>
-      list.
+      Also see the 
+      <a href="http://mail-archives.apache.org/eyebrowse/BrowseList?listName=derby-user@db.apache.org&by=subject&from=685470&to=685470&first=1&count=8">"derby inside pda"</a>
+      mail list topic.
       </p>
 </div>
 <a name="N100C3"></a><a name="limit"></a>

Modified: incubator/derby/site/trunk/build/site/papers/misc.html
Url: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/build/site/papers/misc.html?view=diff&rev=124469&p1=incubator/derby/site/trunk/build/site/papers/misc.html&r1=124468&p2=incubator/derby/site/trunk/build/site/papers/misc.html&r2=124469
==============================================================================
--- incubator/derby/site/trunk/build/site/papers/misc.html	(original)
+++ incubator/derby/site/trunk/build/site/papers/misc.html	Thu Jan  6 17:13:58 2005
@@ -495,6 +495,16 @@
 
 <tr>
    
+<td colspan="1" rowspan="1"> <a href="http://rife.dev.java.net">RIFE</a></td>
+   <td colspan="1" rowspan="1"> LGPL </td>
+   <td colspan="1" rowspan="1"> RIFE is a
+   <a href="http://mail-archives.apache.org/eyebrowse/ReadMsg?listName=derby-user@db.apache.org&msgNo=466">web application framework</a></td>
+
+</tr>
+
+
+<tr>
+   
 <td colspan="1" rowspan="1"> <a href="http://squirrel-sql.sourceforge.net/">SQuirreL SQL</a></td>
    <td colspan="1" rowspan="1"> LGPL </td>
    <td colspan="1" rowspan="1"> SQuirreL SQL is an open source
@@ -523,7 +533,7 @@
 </div>
 
 
-<a name="N10256"></a><a name="Wish+List"></a>
+<a name="N1026E"></a><a name="Wish+List"></a>
 <h3>Wish List</h3>
 <div style="margin-left: 0 ; border: 2px">
 <p>
@@ -548,7 +558,7 @@
 </div>
 
 
-<a name="N10277"></a><a name="Products+by+Type"></a>
+<a name="N1028F"></a><a name="Products+by+Type"></a>
 <h3>Products by Type</h3>
 <div style="margin-left: 0 ; border: 2px">
 <p>
@@ -635,12 +645,69 @@
 </tr>
 
 
+<tr>
+  
+<td colspan="1" rowspan="3">Web Application Framework</td>
+  <td colspan="1" rowspan="1"> <a href="http://cocoon.apache.org/">Cocoon</a> </td>
+
+</tr>
+
+
+<tr>
+   
+<td colspan="1" rowspan="1"> <a href="http://java.sun.com/j2ee/">J2EE</a> </td>
+
+</tr>
+
+
+<tr>
+   
+<td colspan="1" rowspan="1"> <a href="http://rife.dev.java.net">RIFE</a></td>
+
+</tr>
+
+
+<tr>
+  
+<td colspan="1" rowspan="5">Web Application Server</td>
+  <td colspan="1" rowspan="1"> <a href="http://geronimo.apache.org/">Geronimo</a> </td>
+
+</tr>
+
+
+<tr>
+   
+<td colspan="1" rowspan="1"> <a href="http://www.jboss.org">JBoss</a> </td>
+
+</tr>
+
+
+<tr>
+  
+<td colspan="1" rowspan="1"> <a href="http://jonas.objectweb.org">JOnAS</a> </td>
+
+</tr>
+
+<tr>
+  
+<td colspan="1" rowspan="1"> <a href="http://www.redhat.com/docs/manuals/rhaps">Red Hat 
+               Application Server</a> </td>
+
+</tr>
+
+<tr>
+   
+<td colspan="1" rowspan="1"> <a href="http://jakarta.apache.org/tomcat/">Tomcat</a></td>
+
+</tr>
+
+
 </table>
 </div>
 
 
 <p>
-<em>Last Updated: December 3, 2004</em>
+<em>Last Updated: January 6, 2005</em>
 </p>
 
 <div class="attribution"></div>

Modified: incubator/derby/site/trunk/src/documentation/content/xdocs/derby_comm.xml
Url: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/src/documentation/content/xdocs/derby_comm.xml?view=diff&rev=124469&p1=incubator/derby/site/trunk/src/documentation/content/xdocs/derby_comm.xml&r1=124468&p2=incubator/derby/site/trunk/src/documentation/content/xdocs/derby_comm.xml&r2=124469
==============================================================================
--- incubator/derby/site/trunk/src/documentation/content/xdocs/derby_comm.xml	(original)
+++ incubator/derby/site/trunk/src/documentation/content/xdocs/derby_comm.xml	Thu Jan  6 17:13:58 2005
@@ -97,6 +97,23 @@
 </p> 
 
 <p> 
+<strong>Submit patches against the trunk</strong>
+</p> 
+
+<p> 
+New features, code cleanup, performance
+fixes and other significant changes need to be submitted against the trunk.
+</p> 
+
+<p> 
+Bug fixes may be submitted against either the trunk or a branch.
+</p> 
+
+<p> 
+See the <a href="http://mail-archives.apache.org/eyebrowse/BrowseList?listName=derby-dev@db.apache.org&amp;by=subject&amp;from=702025&amp;to=702025&amp;first=1&amp;count=6">"Contributing with patches"</a> mail list topic.
+</p> 
+
+<p> 
 <strong>Enigmail tips for sending and saving patches</strong>
 </p> 
 
@@ -135,7 +152,7 @@
 </section>
 
 <p>
-<em>Last updated: 7-October-2004</em>
+<em>Last updated: January 6, 2005</em>
 </p>
 
 </body>

Modified: incubator/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml
Url: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml?view=diff&rev=124469&p1=incubator/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml&r1=124468&p2=incubator/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml&r2=124469
==============================================================================
--- incubator/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml	(original)
+++ incubator/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml	Thu Jan  6 17:13:58 2005
@@ -202,7 +202,7 @@
     <td>
        <a href="http://cvs.apache.org/builds/jakarta-servletapi-4/nightly/">http://cvs.apache.org/builds/jakarta-servletapi-4/nightly/</a>;
        however, see the
-       <a href="http://mail-archives.apache.org/eyebrowse/BrowseList?listName=derby-dev@db.apache.org&amp;by=subject&amp;from=658425&amp;to=658425&amp;first=1&amp;count=2">mail list thread regarding this file</a>.
+       <a href="http://mail-archives.apache.org/eyebrowse/BrowseList?listName=derby-dev@db.apache.org&amp;by=subject&amp;from=658425&amp;to=658425&amp;first=1&amp;count=2">"Can't find jakarta-servlet api for building Derby"</a> mail list topic.
 	</td>
     </tr>
     <tr>
@@ -267,8 +267,18 @@
 </p>
 </section>
 
+<section>
+<title>How to submit a patch</title>
+<p>
+See the
+<a href="derby_comm.html#Contribute+Code+or+Documentation">Contribute Code
+or Documentation</a> section in the
+<a href="derby_comm.html">Get Involved!</a> page.
+</p>
+</section>
+
 <p>
-<em>Last updated: Dec 9, 2004</em>
+<em>Last updated: January 6, 2005</em>
 </p>
 
 </body>

Modified: incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml
Url: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml?view=diff&rev=124469&p1=incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml&r1=124468&p2=incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml&r2=124469
==============================================================================
--- incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml	(original)
+++ incubator/derby/site/trunk/src/documentation/content/xdocs/faq.xml	Thu Jan  6 17:13:58 2005
@@ -115,11 +115,13 @@
       <answer>
       <p>
       Because
-      <link href="http://mail-archives.apache.org/eyebrowse/BrowseList?listName=derby-user@db.apache.org&amp;by=subject&amp;from=649251&amp;to=649251&amp;first=1&amp;count=4">Derby
-      maps a SQL INTEGER to Java int (a primitive)</link>
+      Derby maps a SQL INTEGER to Java int (a primitive)
       and passing SQL NULLs is not supported for primitive types.
       Derby also maps the SMALLINT, REAL, DOUBLE, and BIGINT SQL types to
       Java primitives (short, float, double, long).
+      See the
+      <link href="http://mail-archives.apache.org/eyebrowse/BrowseList?listName=derby-user@db.apache.org&amp;by=subject&amp;from=649251&amp;to=649251&amp;first=1&amp;count=4">"How to return null param from a stored procedure?"</link>
+      mail list topic.
       </p>
       </answer>
     </faq>
@@ -134,9 +136,9 @@
       A feature on the <link href="DerbyToDo.html#Features">To Do list</link> 
       will modify Derby to support 
       J2ME/CDC/Foundation with JSR169 as the JDBC api. 
-      Also see the discussions on the
-      <link href="http://mail-archives.apache.org/eyebrowse/BrowseList?listName=derby-user@db.apache.org&amp;by=subject&amp;from=685470&amp;to=685470&amp;first=1&amp;count=8">derby-user</link>
-      list.
+      Also see the 
+      <link href="http://mail-archives.apache.org/eyebrowse/BrowseList?listName=derby-user@db.apache.org&amp;by=subject&amp;from=685470&amp;to=685470&amp;first=1&amp;count=8">"derby inside pda"</link>
+      mail list topic.
       </p>
       </answer>
 

Modified: incubator/derby/site/trunk/src/documentation/content/xdocs/papers/misc.xml
Url: http://svn.apache.org/viewcvs/incubator/derby/site/trunk/src/documentation/content/xdocs/papers/misc.xml?view=diff&rev=124469&p1=incubator/derby/site/trunk/src/documentation/content/xdocs/papers/misc.xml&r1=124468&p2=incubator/derby/site/trunk/src/documentation/content/xdocs/papers/misc.xml&r2=124469
==============================================================================
--- incubator/derby/site/trunk/src/documentation/content/xdocs/papers/misc.xml	(original)
+++ incubator/derby/site/trunk/src/documentation/content/xdocs/papers/misc.xml	Thu Jan  6 17:13:58 2005
@@ -202,6 +202,13 @@
 </tr>
 
 <tr>
+   <td> <a href="http://rife.dev.java.net">RIFE</a></td>
+   <td> LGPL </td>
+   <td> RIFE is a
+   <a href="http://mail-archives.apache.org/eyebrowse/ReadMsg?listName=derby-user@db.apache.org&amp;msgNo=466">web application framework</a></td>
+</tr>
+
+<tr>
    <td> <a href="http://squirrel-sql.sourceforge.net/">SQuirreL SQL</a></td>
    <td> LGPL </td>
    <td> SQuirreL SQL is an open source
@@ -300,10 +307,43 @@
    <td> <a href="http://squirrel-sql.sourceforge.net/">SQuirreL SQL</a></td>
 </tr>
 
+<tr>
+  <td rowspan="3">Web Application Framework</td>
+  <td> <a href="http://cocoon.apache.org/">Cocoon</a> </td>
+</tr>
+
+<tr>
+   <td> <a href="http://java.sun.com/j2ee/">J2EE</a> </td>
+</tr>
+
+<tr>
+   <td> <a href="http://rife.dev.java.net">RIFE</a></td>
+</tr>
+
+<tr>
+  <td rowspan="5">Web Application Server</td>
+  <td> <a href="http://geronimo.apache.org/">Geronimo</a> </td>
+</tr>
+
+<tr>
+   <td> <a href="http://www.jboss.org">JBoss</a> </td>
+</tr>
+
+<tr>
+  <td> <a href="http://jonas.objectweb.org">JOnAS</a> </td>
+</tr>
+<tr>
+  <td> <a href="http://www.redhat.com/docs/manuals/rhaps">Red Hat 
+               Application Server</a> </td>
+</tr>
+<tr>
+   <td> <a href="http://jakarta.apache.org/tomcat/">Tomcat</a></td>
+</tr>
+
 </table>
 
 </section>
 
-<p><em>Last Updated: December 3, 2004</em></p>
+<p><em>Last Updated: January 6, 2005</em></p>
 </body>
 </document>