1700

Java DB is now part of Sun's JDK

Java DB is now part of Sun's JDKPure fiction or reality? well, this is one of the two and yes it has become a reality! - It is a very exciting event indeed to have an Open Source Java Database System bundled into Sun's *latest* 1.6 JDK (Mustang build 88 to be more precised), and at no cost.Java DB is based on Apache Derby and is Sun's redistribution of this last one.It is a fully transactional, Java technology-based relational database with support for open standards such as SQL, JDBC, Java EE, Java ME CDC – concurrent users, triggers, Java stored procedures and encryptable databases, it is only 2 MB and free! Java DB is based on an Apache project with a strong and growing community which includes developers from Sun and IBM.Sun's JDK 1.6 Build 88 is now available at http://download.java.net/jdk6/binaries/You will find the distribution of Java DB under the 'db' directory of the main JDK install.The release of Java DB bundled with the JDK is a 10.2 Alpha version. See David Van couvering's weblog entry regarding database upgrade limitation and how to get support from Sun and/or the Apache Derby comunity.This allows Java developers to build applications even more rapidly and easily by having access to a Java Database which implements many features from the latest JDBC4 API Specification, directly out of the JDK.Java DB is easy to use and can run embedded as part of your application, as well as in a client/server topology. It can be deployed via Java Web Start, compressed down to around ~650KB and easily embeddable into a web browser as a Java plug-in extension.Congratulations to all the persons involved who made this possible!http://weblogs.java.net/blog/forsini/archive/2006/06/java_db_is_now.html
0