Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 25881 invoked from network); 23 Aug 2006 00:44:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Aug 2006 00:44:42 -0000 Received: (qmail 29470 invoked by uid 500); 23 Aug 2006 00:44:41 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 29438 invoked by uid 500); 23 Aug 2006 00:44:41 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 29427 invoked by uid 99); 23 Aug 2006 00:44:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Aug 2006 17:44:41 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Aug 2006 17:44:40 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 2F01B1A981A; Tue, 22 Aug 2006 17:44:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r433816 - in /db/derby/code/trunk: index.html tools/release/build.xml Date: Wed, 23 Aug 2006 00:44:19 -0000 To: derby-commits@db.apache.org From: fuzzylogic@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060823004420.2F01B1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: fuzzylogic Date: Tue Aug 22 17:44:18 2006 New Revision: 433816 URL: http://svn.apache.org/viewvc?rev=433816&view=rev Log: DERBY-1330 DERBY-1405 DERBY-935: Add new top-level index.html to -bin distribution which has links to the docs, demos, javadoc and external resources. Also add the logo to the -bin distribution. Modified: db/derby/code/trunk/index.html db/derby/code/trunk/tools/release/build.xml Modified: db/derby/code/trunk/index.html URL: http://svn.apache.org/viewvc/db/derby/code/trunk/index.html?rev=433816&r1=433815&r2=433816&view=diff ============================================================================== --- db/derby/code/trunk/index.html (original) +++ db/derby/code/trunk/index.html Tue Aug 22 17:44:18 2006 @@ -15,22 +15,56 @@ limitations under the License. --> -Derby Public API +Welcome to Apache Derby -

Derby Public API

- +
+
+

Contents

+New to Derby?
+Using Derby
+More Resources
+
+
+

New to Derby?

+

If this is your first time using Derby, please look at the Getting Started Guide [HTML Book] [PDF] and Working With Derby [HTML Book] [PDF] for assistance configuring your environment, creating a new database, and executing SQL statements.

+

Interested in seeing some code that makes use of Derby? There are also some simple demo applications included to help you understand how to start using Derby in your application.

+

Derby includes some tools to help you get started working with Derby databases. Additional information about these tools can be found in the Derby Tools and Utilities Guide [HTML Book] [PDF].

+

If you need more help getting started, the Apache Derby website has a Quick Start page with links to tutorials, more demo applications, and instructions on how to use Derby with a variety of different IDEs, tools, and web application servers.

+

If you need additional help, the Apache Derby Users mailing list can be helpful if you have specific questions regarding setting up and using Derby. For information on how to subscribe and post to the Apache Derby Users mailing list, please read the mailing lists page on the Apache Derby website.

+
+

Using Derby

-Derby's public API consists of two sets of javadoc: +For information on developing and deploying an application with Derby, see the Derby Developer's Guide [HTML Book] [PDF]. A complete reference to Derby's use of JDBC and SQL can be found in the Derby Reference Manual [HTML Book] [PDF].
+

+

+Derby's JDBC API is documented in two sets of javadoc:

- - +

+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 Derby Server and Administration Guide [HTML Book] [PDF]. +

+

+Information on how to tune Derby for your specific needs can be found in Tuning Derby [HTML Book] [PDF]. This guide includes a reference to the properties which influence Derby's behavior as well as providing performance tips for certain situations. +

+
+

More Resources

+

+If you are looking for more resources on how to use Derby in your application or integrate Derby into a specific environment, please see: +

+
+

+Thank you for your interest in Derby! +

Modified: db/derby/code/trunk/tools/release/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/release/build.xml?rev=433816&r1=433815&r2=433816&view=diff ============================================================================== --- db/derby/code/trunk/tools/release/build.xml (original) +++ db/derby/code/trunk/tools/release/build.xml Tue Aug 22 17:44:18 2006 @@ -74,6 +74,7 @@ + @@ -95,7 +96,7 @@ prefix="${derby.bin}/demo/programs/workingwithderby"/> - @@ -122,6 +123,7 @@ + @@ -142,9 +144,9 @@ - -