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 Apache Wiki <wi...@apache.org> on 2006/10/27 13:53:16 UTC

[Db-derby Wiki] Update of "WorkingWithDerby" by JohnHEmbretsen

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 JohnHEmbretsen:
http://wiki.apache.org/db-derby/WorkingWithDerby

------------------------------------------------------------------------------
  
  || Title || Format || Topics || Description ||
  || [http://db.apache.org/derby/binaries/DerbyAndRedHatAppServer.pdf Apache Derby and Red Hat Application Server: JOnAS Integration] || Article || Red Hat App Server, JOnAS || Shows how to configure and run Derby with the Red Hat Application Server.||
- || [http://db.apache.org/derby/papers/fortune_tut.html Apache Derby Fortune Server Tutorial] || Tutorial || SQL functions, Tomcat 5.0.28 || 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://db.apache.org/derby/papers/fortune_tut.html Apache Derby Fortune Server Tutorial] || Tutorial || SQL functions, Tomcat 5.0.28 || 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://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://www.ibm.com/developerworks/db2/library/techarticle/dm-0509cline/index.html Build Web applications with Eclipse, WTP, and Derby]||Article|| Eclipse, WTP, Derby plug-ins || Shows how to use WTP and the Derby eclipse plug-ins, and features a sample application that uses JSPs, JavaServer Pages Standard Tag Library (JSTL), and Servlets.||
+ ||[http://www.ibm.com/developerworks/db2/library/techarticle/dm-0509cline/index.html Build Web applications with Eclipse, WTP, and Derby]||Article|| Eclipse, WTP, Derby plug-ins || Shows how to use WTP and the Derby eclipse plug-ins, and features a sample application that uses JSPs, !JavaServer Pages Standard Tag Library (JSTL), and Servlets.||
  || [http://objectstyle.org/confluence/display/CAY/Cayenne+PetStore Cayenne PetStore] || Article || Cayenne, Struts || Shows how to implement the classic Petstore Java application with Cayenne and Struts.||
  || [http://www.ibm.com/developerworks/db2/library/techarticle/dm-0607cline/ Cloudscape and Ajax -- An example: Create an embedded database and Web server application] || Article || Ajax, !JavaScript || Shows how to create an Address Book Web application using Derby and Ajax. ||
  || [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://developers.sun.com/prodtech/javadb/ Database-in-a-browser] || Demo || Ajax, Java plug-in !LiveConnect || !ApacheCon US 2005 demo that shows how a database embedded in a browser can be used to persist data from a tax return being created either online or offline. ||
  || [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://wiki.apache.org/db-derby/DerbySQLroutines DerbySQLroutines] || Derby Wiki || SQL functions and procedures || Describes how to implement SQL routines -- functions and procedures -- in java. Feel free to add examples!||
- || [http://www.netbeans.org/kb/50/derby-demo.html Derby Tutorial -- Net Beans] || Tutorial || NetBeans 5.0, GUI, development tools || Derby support is included in NetBeans 5.0 (starting with the RC1 release). This tutorial shows how to use NetBeans + Derby.||
+ || [http://www.netbeans.org/kb/50/derby-demo.html Derby Tutorial -- NetBeans] || Tutorial || !NetBeans 5.0, GUI, development tools || Derby support is included in [http://www.netbeans.org/ NetBeans] (starting with version 5.0). This tutorial shows how to use the Derby (or Java DB) module in !NetBeans.||
  || [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://db.apache.org/derby/integrate/DerbyTomcat5512JPetStor.html Embedding Apache Derby in Tomcat and creating an iBATIS JPetStore Demo] || Article || iBATIS, Tomcat 5.5 || Shows how to setup and deploy the JPetStore 4.0 web application using Derby as the database, iBATIS as the persistence layer, and Tomcat as the J2EE server.||
  || HibernateHelp || Derby Wiki || Hibernate || Various tips on using Derby with Hibernate.||
  || [http://www.onjava.com/pub/a/onjava/2006/08/02/jjdbc-4-enhancements-in-java-se-6.html JDBC 4.0 Enhancements in Java SE 6] || Article || JDBC || An article on new JDBC 4.0 features which uses Derby as the example 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://www.eactscongenitaldb.org/docs/OpenOffice_and_JDBC_for_data_access OpenOffice and JDBC for data access] || Article || OpenOffice, GUI || Explains how to access a Derby database directly from OpenOffice using a JDBC connection.||
+ ||[http://www.eactscongenitaldb.org/docs/OpenOffice_and_JDBC_for_data_access OpenOffice and JDBC for data access] || Article || !OpenOffice, GUI || Explains how to access a Derby database directly from !OpenOffice using a JDBC connection.||
  || [http://db.apache.org/derby/integrate/db_torque.html Running the Torque Tutorial on Derby] || Tutorial || Torque || Summarizes the changes required to run the [http://db.apache.org/torque/releases/torque-3.2/runtime/tutorial/index.html Torque 3.2 tutorial] on Derby 10.1 using the Derby embedded JDBC driver.||
  || [http://db.apache.org/derby/integrate/JPetStoreGeronimo.html Using Apache Derby with iBATIS JPetStore 4 running on the Geronimo J2EE server] || Article || iBATIS, Geronimo || Shows how to setup and deploy the JPetStore 4.0 web application using Derby as the database, iBATIS as the persistence layer, and Geronimo as the J2EE server.||
- || [http://db.apache.org/derby/integrate/JPetStoreWebSphere.html Using Apache Derby with iBATIS JPetStore 4 on the WebSphere Server] || Article || iBATIS, WebSphere || Shows how to setup and deploy the JPetStore 4.0 web application using Derby as the database, iBATIS as the persistence layer, and WebSphere as the J2EE server.||
+ || [http://db.apache.org/derby/integrate/JPetStoreWebSphere.html Using Apache Derby with iBATIS JPetStore 4 on the WebSphere Server] || Article || iBATIS, !WebSphere || Shows how to setup and deploy the JPetStore 4.0 web application using Derby as the database, iBATIS as the persistence layer, and !WebSphere as the J2EE server.||
- || [http://db.apache.org/derby/integrate/db_ddlutils.html Using DdlUtils to Migrate Databases to Derby] || Tutorial || DdlUtils, Schema management, data migration || Shows how to use Derby with [http://db.apache.org/ddlutils/ DdlUtils], which provides utilities for creating and working with Database Definition (DDL) files and for exporting and importing data in XML format.||
+ || [http://db.apache.org/derby/integrate/db_ddlutils.html Using DdlUtils to Migrate Databases to Derby] || Tutorial || !DdlUtils, Schema management, data migration || Shows how to use Derby with [http://db.apache.org/ddlutils/ DdlUtils], which provides utilities for creating and working with Database Definition (DDL) files and for exporting and importing data in XML format.||
  || [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. ||
  || [http://db.apache.org/derby/integrate/JPOX_Derby.html Using JPOX JDO with Derby] || Article || JPOX JDO, Apache JDO || Provides an example that uses JPOX JDO to persist and retrieve data to and from Apache Derby.||
  || [http://db.apache.org/derby/integrate/SQuirreL_Derby.html Using SQuirreL SQL Client with Derby] || Article || SQuirreL SQL, GUIs || Shows how to set up SQuirreL to access Derby databases via the Derby Embedded Driver and Client Drivers with the 10.1 version of Derby.||