Derby

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
Tutorials
  

Articles:
  • Eclipse-based tools for Apache Derby by Susan Cline   - [Clicks: 157]
    Connect to and browse Apache Derby databases using Eclipse technology. Explore the possibilities of using Derby from within Eclipse or using a stand-alone tool, the IBM Cloudscape Workbench, which does not require the Eclipse IDE, but instead is an Eclipse Rich Client Platform (RCP) application.
    http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0510cline/ - Oct, 2005
  • Develop Apache Derby applications in Eclipse by Gilles Roux   - [Clicks: 155]
    Developing an Apache Derby application involves performing many tasks, such as creating and connecting to a database, writing a Java Database Connectivity (JDBC) client application and stored procedures, and deploying the resulting pieces to a production environment. Discover how you can use the various Eclipse-based Apache Derby tools together to ease your development process.
    [Includes sample code]
    http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0501roux/ - Jan, 2005

[Top]

Tutorials:
  • Introduction to Apache Derby by Fred Grott   - [Clicks: 259]
    Get the basic skills you need to use Apache Derby in Java 2 Platform, Enterprise Edition (J2EE) environments where Derby is embedded as a database, such as in Apache Geronimo. This tutorial demonstrates how to embed Derby within Geronimo and how to use Derby and Geronimo to deploy a Web-based e-commerce application. It also helps you become familiar with Derby's system tools, a set of utilities that make application development with Derby easy and straightforward.
    [Formats: HTML, PDF]
    http://www-128.ibm.com/developerworks/edu/os-dw-os-ad-intro.html - Dec, 2005
  • Create a wiki system using Derby, Part 2: Java functions, procedures, and triggers by Daniel Wintschel   - [Clicks: 104]
    This two-part tutorial series demonstrates how to create a simple wiki system by embedding Apache Derby in a Web application server. Part 1 gave you an overview of the basic system and regular expressions. This tutorial shows you how to use Java functions, stored procedures, and triggers within the Derby database and outlines the advantages of using these features, including reducing the coupling between database and middle-tier code, minimizing the number of transactions opened, and increasing performance by reducing network traffic.
    [Formats: HTML, PDF]
    http://www-128.ibm.com/developerworks/edu/os-dw-os-ad-wiki2.html - Oct, 2005
  • Create a wiki system using Derby, Part 1: The basic system and regular expressions by Daniel Wintschel   - [Clicks: 73]
    One form of communication gaining popularity today is the wiki, which enables users -- not just administrators -- to make changes to a Web site directly through the Web interface, automatically adding features, such as formatting and outgoing links. In this two-part series, you use the ability to embed Apache Derby in a Web application server to create a simple wiki system. This first tutorial gives you an overview of the basic system and regular expressions.
    [Formats: HTML, PDF, Zip]
    http://www-128.ibm.com/developerworks/edu/os-dw-os-ad-wiki.html - Oct, 2005
  • Create a content management system with PHP and Derby by Tyler Anderson   - [Clicks: 45]
    Learn how to build a simple content management system (CMS) that can be used to create, maintain, and submit a sitemap to Google automatically. Page content is managed through a database using PHP and a Web browser. When the system's content changes, the system creates and submits a sitemap to Google, speeding up the process of getting your new and updated content indexed.
    [Formats: HTML, PDF]
    http://www-128.ibm.com/developerworks/edu/os-dw-os-phpgoogle-i.html - Oct, 2005
  • Isolated unit testing of persistence with Derby by Guy Davis   - [Clicks: 57]
    Get help developing your database-driven unit-testing skills. Without isolation and automation, database-driven unit tests can become a maintenance nightmare of sporadic failures and bad test data. The open source Apache Derby database is ideal for completely automating and isolating unit tests, because it offers fast, in-process performance and zero administration. This tutorial gives you step-by-step examples on using Derby to write effective and maintainable unit tests that improve the quality of your application.
    [Formats: HTML, PDF, Zip]
    http://www-128.ibm.com/developerworks/edu/os-dw-os-ad-pertest.html - Oct, 2005
  • Build a dynamic Derby application by Christopher Judd, Tyler Anderson   - [Clicks: 108]
    This tutorial shows you how to build a dynamic Java analysis application that connects to Apache Derby. Explore the dynamic way the database stores new application logic, changing the logic of the database without touching the core client program. And learn about Java archive (JAR) signing and how to provide security for the application that uses hot-swappable .jar files.
    [Formats: HTML, PDF, Zip]
    http://www-128.ibm.com/developerworks/edu/os-dw-os-ad-buildapp.html - Oct, 2005
  • Build a Derby calendar, Part 3 by Nicholas Chase   - [Clicks: 66]
    In this final tutorial of the series, you'll finish the calendar and reminder application using Java language and the Apache Derby database. In Part 1 and Part 2 of this three-part series, you created a basic calendar and reminder application using a Derby database back end and a GUI and a Web-based front end. Now that the proof of concept is complete, you can add a more friendly interface and use transactions and locking to create a truly multiuser system.
    [Formats: HTML, PDF, Zip]
    http://www-128.ibm.com/developerworks/edu/os-dw-os-ad-derbycal3-i.html - Sep, 2005
  • Build a Derby calendar, Part 2 by Nicholas Chase   - [Clicks: 49]
    Continue learning how to build a calendar and reminder application using the Java language and the Apache Derby database. In Part 2 of this three-part series, you'll turn the classes -- which you created to access the database in Part 1 -- into three different applications using Derby's single-user embedded mode, its multiuser network mode, and a combination of the two from within a Web environment.
    [Formats: HTML, PDF, Zip]
    http://www-128.ibm.com/developerworks/edu/os-dw-os-ad-derbycal2-i.html - Sep, 2005
  • Build a Derby calendar, Part 1 by Nicholas Chase   - [Clicks: 115]
    Build a calendar and reminder application using the Java language and the Apache Derby database in Part 1 of this three-part tutorial series. This tutorial starts by showing you how to install the database and exploring interactions with it through Java Database Connectivity (JDBC). Parts 2 and 3 will examine different options for including Derby in your application and Derby's transactional capabilities as we move from a single-user to a multiuser system. Finally, we'll move to a multimode system that includes a Web interface.
    [Formats: HTML, PDF, Zip]
    http://www-128.ibm.com/developerworks/edu/os-dw-os-ad-derbycal1-i.html - Sep, 2005

[Top]