Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 54390 invoked from network); 23 Sep 2005 22:42:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Sep 2005 22:42:52 -0000 Received: (qmail 31463 invoked by uid 500); 23 Sep 2005 22:42:52 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 31447 invoked by uid 500); 23 Sep 2005 22:42:52 -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 31434 invoked by uid 99); 23 Sep 2005 22:42:52 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 23 Sep 2005 15:42:49 -0700 Received: (qmail 54371 invoked by uid 65534); 23 Sep 2005 22:42:29 -0000 Message-ID: <20050923224229.54370.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r291215 - in /db/derby/site/trunk: build/site/ build/site/integrate/ src/documentation/content/xdocs/ src/documentation/content/xdocs/integrate/ Date: Fri, 23 Sep 2005 22:42:24 -0000 To: derby-commits@db.apache.org From: jta@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jta Date: Fri Sep 23 15:42:13 2005 New Revision: 291215 URL: http://svn.apache.org/viewcvs?rev=291215&view=rev Log: Updated testing page to point to better link on Ole Solberg's site. On the integrate/misc.html integration summary page updated a couple of the Eclipse links to point to the WTP project. Also added a link to Charlie Kelly's post that explains how to use Derby + Eclipse + Hibernate. Added a GUI topic to the FAQ. Added a link to the Derby Wiki on the Community tab and to the derby_comm.html Get Involved! page. Note that updating the Community tab results in all pages on that tab being re-generated for the new link. Modified: db/derby/site/trunk/build/site/DerbyBugGuidelines.html db/derby/site/trunk/build/site/DerbyToDo.html db/derby/site/trunk/build/site/derby_comm.html db/derby/site/trunk/build/site/derby_mail.html db/derby/site/trunk/build/site/derby_tests.html db/derby/site/trunk/build/site/faq.html db/derby/site/trunk/build/site/integrate/misc.html db/derby/site/trunk/build/site/linkmap.html db/derby/site/trunk/build/site/logo_contest.html db/derby/site/trunk/src/documentation/content/xdocs/derby_comm.xml db/derby/site/trunk/src/documentation/content/xdocs/derby_tests.xml db/derby/site/trunk/src/documentation/content/xdocs/faq.xml db/derby/site/trunk/src/documentation/content/xdocs/integrate/misc.xml db/derby/site/trunk/src/documentation/content/xdocs/site.xml Modified: db/derby/site/trunk/build/site/DerbyBugGuidelines.html URL: http://svn.apache.org/viewcvs/db/derby/site/trunk/build/site/DerbyBugGuidelines.html?rev=291215&r1=291214&r2=291215&view=diff ============================================================================== --- db/derby/site/trunk/build/site/DerbyBugGuidelines.html (original) +++ db/derby/site/trunk/build/site/DerbyBugGuidelines.html Fri Sep 23 15:42:13 2005 @@ -76,6 +76,9 @@ + Modified: db/derby/site/trunk/build/site/DerbyToDo.html URL: http://svn.apache.org/viewcvs/db/derby/site/trunk/build/site/DerbyToDo.html?rev=291215&r1=291214&r2=291215&view=diff ============================================================================== --- db/derby/site/trunk/build/site/DerbyToDo.html (original) +++ db/derby/site/trunk/build/site/DerbyToDo.html Fri Sep 23 15:42:13 2005 @@ -79,6 +79,9 @@ Mailing Lists + + - +

Contribute Code or Documentation

Modified: db/derby/site/trunk/build/site/derby_mail.html URL: http://svn.apache.org/viewcvs/db/derby/site/trunk/build/site/derby_mail.html?rev=291215&r1=291214&r2=291215&view=diff ============================================================================== --- db/derby/site/trunk/build/site/derby_mail.html (original) +++ db/derby/site/trunk/build/site/derby_mail.html Fri Sep 23 15:42:13 2005 @@ -72,6 +72,9 @@

+ + - + +

3.9. + Does Derby have a GUI? +

+
+^ +
+
+

+ No, Derby does not include a GUI. However the + Integration Topics: + Summary page includes a category at the bottom that lists GUIs + that work with Derby. +

+
+

4. Using Derby: SQL

- +

4.1. Why can't my SQL function/procedure pass a NULL INTEGER?

@@ -538,7 +558,7 @@ mail list topic.

- +

4.2. Does Derby support a LIMIT command?

@@ -551,7 +571,7 @@ JDBC.

- +

4.3. Why do I get the error 'schema does not exist'?

@@ -583,7 +603,7 @@ to create in a particular schema and no explicit CREATE SCHEMA was issued.

- +

4.4. I get a lock timeout error. How do I debug this?

@@ -612,7 +632,7 @@ to narrow down which statements may be holding the locks.

- +

4.5. Can Derby generate unique identifiers like sequences?

@@ -629,9 +649,9 @@ function returns the most recently assigned number.

- +

5. Using Derby: Client Programming

- +

5.1. Can you use Derby for client-server applications?

@@ -652,7 +672,7 @@ DB2 JDBC Universal Driver.

- +

5.2. Does Derby include a client-server ("network") jdbc driver?

@@ -668,7 +688,7 @@ and it became available in Derby 10.1.

- +

5.3. How can I get the message text for an error using the DB2 JDBC Universal Driver? @@ -686,7 +706,7 @@ mail list topic.

- +

5.4. Can you execute a query that spans two Derby databases across different JVMs? @@ -702,7 +722,7 @@ Admin and Server Guide.

- +

5.5. Are there any tips to make Derby go faster?

@@ -737,7 +757,7 @@ - +

5.6. Where is an example that shows how to insert a CLOB?

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=291215&r1=291214&r2=291215&view=diff ============================================================================== --- db/derby/site/trunk/build/site/integrate/misc.html (original) +++ db/derby/site/trunk/build/site/integrate/misc.html Fri Sep 23 15:42:13 2005 @@ -346,6 +346,8 @@ how to build Derby using Eclipse and how to enable debug in Eclipse. + The Web Tools Project (WTP) includes Apache Derby and includes it in its + on-line tutorial. @@ -582,7 +584,7 @@ - +

Wish List

@@ -603,7 +605,7 @@

- +

Products by Type

@@ -697,8 +699,14 @@ -GUI Tools - Eclipse +GUI Tools + Eclipse Web Tools Project (WTP) + + + + + + Eclipse + Hibernate @@ -779,7 +787,7 @@

-Last updated: September 14, 2005 +Last updated: September 23, 2005

Modified: db/derby/site/trunk/build/site/linkmap.html URL: http://svn.apache.org/viewcvs/db/derby/site/trunk/build/site/linkmap.html?rev=291215&r1=291214&r2=291215&view=diff ============================================================================== --- db/derby/site/trunk/build/site/linkmap.html (original) +++ db/derby/site/trunk/build/site/linkmap.html Fri Sep 23 15:42:13 2005 @@ -93,6 +93,9 @@ Mailing Lists + +