Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 47965 invoked from network); 24 May 2006 23:18:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 May 2006 23:18:19 -0000 Received: (qmail 96426 invoked by uid 500); 24 May 2006 23:18:19 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 96400 invoked by uid 500); 24 May 2006 23:18:18 -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 96389 invoked by uid 99); 24 May 2006 23:18:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 16:18:18 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 16:18:17 -0700 Received: from ajax.apache.org (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id EA6A96ACA9 for ; Thu, 25 May 2006 00:17:56 +0100 (BST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: derby-commits@db.apache.org Date: Wed, 24 May 2006 23:17:56 -0000 Message-ID: <20060524231756.28921.37131@ajax.apache.org> Subject: [Db-derby Wiki] Update of "WorkingWithDerby" by jeanTanderson X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification. The following page has been changed by jeanTanderson: http://wiki.apache.org/db-derby/WorkingWithDerby The comment on the change is: More reorg changes ------------------------------------------------------------------------------ Add your links to the materials listed below. - == Tutorials == + [[Anchor(Tutorials)]] - - || [http://db.apache.org/derby/papers/DerbyTut/index.html Apache Derby Tutorial] || Tutorial || Introduces Derby basics to new users, including how to install the software, how to use ij, and how to use Derby in embedded mode and with the Network Server. || - || [http://coffeecode.net/archives/16-Apache-Derby-tutorial-OSCON-2005-materials.html Deep Dive with Apache Derby: Perl, PHP, and Python] || Tutorial || From OSCON 2005, highlights non-java access to Derby databases. || - || [http://db.apache.org/derby/papers/fortune_tut.html Apache Derby Fortune Server Tutorial] || Tutorial || From ApacheCon US 2004, teaches the basics of embedded Derby and shows a couple ways to integrate it with other Apache products, including how to create SQL functions that use the Jakarta Mathematics and Regexp libraries and how to embed Derby in Tomcat 5.0.28. || - || [http://www.ibm.com/developerworks/edu/dm-dw-dm-0412kubasta-i.html?S_TACT=104AHW11;S_CMP=LIB Cloudscape Detective] || Tutorial || Introduces users to relational database concepts using Derby. || - || [http://www.eclipse.org/birt/tutorial/basic/ Eclipse BIRT tutorial] || Tutorial || Includes the Derby engine+embedded driver and a sample Derby database.|| - - == Courses == [[Anchor(Courses)]] - * The [http://objectinnovations.com/CourseOutlines/168.html Object Innovations JDBC Course] is commercial courseware that uses Derby as the default database. - - == Examples == [[Anchor(Examples)]] - ==== Desktop applications ==== - + || Title || Format || Topics || Description || + || [http://db.apache.org/derby/papers/DerbyTut/index.html Apache Derby Tutorial] || Tutorial || Installation, ij, embedded, Network Server || Introduces Derby basics to new users, including how to install the software, how to use ij, and how to use Derby in embedded mode and with the Network Server. || + || [http://coffeecode.net/archives/16-Apache-Derby-tutorial-OSCON-2005-materials.html Deep Dive with Apache Derby: Perl, PHP, and Python] || Tutorial || Perl, PHP, Python || From OSCON 2005, highlights non-java access to Derby databases. || + || [http://db.apache.org/derby/papers/fortune_tut.html Apache Derby Fortune Server Tutorial] || Tutorial || SQL functions, Tomcat || From ApacheCon US 2004, teaches the basics of embedded Derby and shows a couple ways to integrate it with other Apache products, including how to create SQL functions that use the Jakarta Mathematics and Regexp libraries and how to embed Derby in Tomcat 5.0.28. || + || [http://www.ibm.com/developerworks/edu/dm-dw-dm-0412kubasta-i.html?S_TACT=104AHW11;S_CMP=LIB Cloudscape Detective] || Tutorial || Relational databases || Introduces users to relational database concepts using Derby. || + || [http://www.eclipse.org/birt/tutorial/basic/ Eclipse BIRT tutorial] || Tutorial || Eclipse, BIRT || Includes the Derby engine+embedded driver and a sample Derby database.|| + || [http://objectinnovations.com/CourseOutlines/168.html Object Innovations JDBC Course] || Course || JDBC || Commercial courseware that covers the fundamentals of database programming in Java using JDBC. Derby is the default database.|| - * [http://java.sun.com/developer/technicalArticles/J2SE/Desktop/javadb/ Using Java DB in Desktop Applications] is an article including an example application (Address Book) which demonstrates how to work with Java DB (Sun's distribution of Apache Derby) as an embedded database within desktop Java technology applications. + || [http://java.sun.com/developer/technicalArticles/J2SE/Desktop/javadb/ Using Java DB in Desktop Applications] || Article || Desktop applications || Features an example application (Address Book) which demonstrates how to work with Java DB (Sun's distribution of Apache Derby) as an embedded database within desktop Java technology applications. || ==== J2EE WebApps ====