Java DB

Apache Derby

Derby Developer's Guide

Derby Getting Started
Derby Reference Manual
Derby Developer's Guide
Derby Performance Tuning
Derby Server and Admin Guide
Derby Tools and Utilities
Derby Developer's Guide
-After installing
-Upgrades
-JDBC applications and Derby basics
-Application development overview
-Derby embedded basics
-Derby JDBC driver
-Derby JDBC database connection URL
-Derby system
-A Derby database
-Connecting to databases
-Working with the database connection URL attributes
-Using in-memory databases
-Working with Derby properties
-Deploying Derby applications
-Deployment issues
-Creating Derby databases for read-only use
-Loading classes from a database
-Derby server-side programming
-Programming database-side JDBC routines
-Programming trigger actions
-Programming Derby-style table functions
-Programming user-defined types
-Controlling Derby application behavior
-The JDBC connection and transaction model
-Result set and cursor mechanisms
-Locking, concurrency, and isolation
-Working with multiple connections to a single database
-Working with multiple threads sharing a single connection
-Working with database threads in an embedded environment
-Working with Derby SQLExceptions in an application
-Using Derby as a J2EE resource manager
-Derby and Security
-Configuring security for your environment
-Working with user authentication
-Users and authorization identifiers
-User authorizations
-Encrypting databases on disk
-Signed jar files
-Notes on the Derby security features
-User authentication and authorization examples
-Running Derby under a security manager
-Developing tools and using Derby with an IDE
-SQL tips
-Localizing Derby
-Derby and standards

 

Messages libraries

The following list describes the items required in order for Derby to provide localized messages.

  • You must have the locale-specific Derby jar file. Derby provides such jars for only some locales. You will find the locale jar files in the /lib directory in your Derby installation.
  • The locale-specific Derby jar file must be in the classpath.

The locale-specific Derby jar file is named derbyLocale_ll_CC.jar, where ll is the two-letter code for language, and CC is the two-letter code for country. For example, the name of the jar file for error messages for the German locale is derbyLocale_de_DE.jar.

Derby supports the following locales:
  • derbyLocale_cs.jar - Czech
  • derbyLocale_de_DE.jar - German
  • derbyLocale_es.jar - Spanish
  • derbyLocale_fr.jar - French
  • derbyLocale_hu.jar - Hungarian
  • derbyLocale_it.jar - Italian
  • derbyLocale_ja_JP.jar - Japanese
  • derbyLocale_ko_KR.jar - Korean
  • derbyLocale_pl.jar - Polish
  • derbyLocale_pt_BR.jar - Brazilian Portuguese
  • derbyLocale_ru.jar - Russian
  • derbyLocale_zh_CN.jar - Simplified Chinese
  • derbyLocale_zh_TW.jar - Traditional Chinese
 

javadb@jdbcurl.com