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 rh...@apache.org on 2006/09/24 02:01:02 UTC

svn commit: r449336 - /db/derby/code/branches/10.2/index.html

Author: rhillegas
Date: Sat Sep 23 17:01:02 2006
New Revision: 449336

URL: http://svn.apache.org/viewvc?view=rev&rev=449336
Log:
DERBY-1880 and DERBY-1882: Two fixes to index.html: 1) Only refer to jdbc3 javadoc, 2) Correct link to pdf version of admin guide.

Modified:
    db/derby/code/branches/10.2/index.html

Modified: db/derby/code/branches/10.2/index.html
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/index.html?view=diff&rev=449336&r1=449335&r2=449336
==============================================================================
--- db/derby/code/branches/10.2/index.html (original)
+++ db/derby/code/branches/10.2/index.html Sat Sep 23 17:01:02 2006
@@ -37,18 +37,12 @@
 For information on developing and deploying an application with Derby, see the <a href="docs/html/devguide/index.html"/>Derby Developer's Guide</a> <a href="docs/html/devguide/devguide-single.html">[HTML Book]</a> <a href="docs/pdf/devguide/derbydev.pdf"/>[PDF]</a>. A complete reference to Derby's use of JDBC and SQL can be found in the <a href="docs/html/ref/index.html">Derby Reference Manual</a> <a href="docs/html/ref/ref-single.html">[HTML Book]</a> <a href="docs/pdf/ref/refderby.pdf">[PDF]</a>.<br/>
 </p>
 <p>
-Derby's JDBC API is documented in two sets of javadoc:
+For more information on Derby's JDBC 2.1 / JDBC 3.0 Public API,
+please consult the
+<a href="javadoc/publishedapi/index.html">javadoc</a>.
 </p>
-<ul>
-<li><a href="javadoc/jdbc3/index.html">JDBC 2.1 / JDBC 3.0 Public API</a> - Consult
-this javadoc if your application runs on
-J2SE 1.3, J2SE 1.4, or J2SE 5.0. Also consult this javadoc if your
-application runs with the CDC/Foundation Profile (JSR-169).</li>
-<li><a href="javadoc/jdbc4/index.html">JDBC 4.0 Public API</a> - Consult this
-javadoc if your application runs on Java SE 6.</li>
-</ul>
 <p>
-For information on setting up and using the Derby Network Server, which provides a client/server access model for Derby databases on machines connected over a network, please read the <a href="docs/html/adminguide/index.html">Derby Server and Administration Guide</a> <a href="docs/html/adminguide/adminguide-single.html">[HTML Book]</a> <a href="docs/pdf/adminguide/adminguide.pdf">[PDF]</a>.
+For information on setting up and using the Derby Network Server, which provides a client/server access model for Derby databases on machines connected over a network, please read the <a href="docs/html/adminguide/index.html">Derby Server and Administration Guide</a> <a href="docs/html/adminguide/adminguide-single.html">[HTML Book]</a> <a href="docs/pdf/adminguide/derbyadmin.pdf">[PDF]</a>.
 </p>
 <p>
 Information on how to tune Derby for your specific needs can be found in <a href="docs/html/tuning/index.html">Tuning Derby</a> <a href="docs/html/tuning/tuning-single.html">[HTML Book]</a> <a href="docs/pdf/tuning/tuningderby.pdf">[PDF]</a>. This guide includes a reference to the properties which influence Derby's behavior as well as providing performance tips for certain situations.