FHteam
Admin
|
# Posted: 23 Jan 2007 09:54
Reply
Apache Derby by Apache Software Foundation Internet → Web Engineering → Miscellaneous Programs
Apache Derby, an Apache DB subproject, is a relational database implemented entirely in Java. Some key advantages include: small footprint -- about 2 megabytes for the base engine and embedded JDBC driver. Derby is based on the Java, JDBC, and SQL standards, it provides an embedded JDBC driver that lets you embed Derby in any Java-based solution, it also supports the more familiar client/server mode with the Derby Network Client JDBC driver and Derby Network Server....
|