News

Apache Derby is a lightweight, pure-Java relational database that can be embedded directly into Java applications and/or accessed remotely by multiple users connected to Derby’s network server.
Java DB is a lightweight, standards-based database management system that is written completely in Java and can be embedded into applications. Get your feet wet with Sun's tiny Java DB | ZDNET X ...
There a number of pure Java SQL database systems develolpers can ... Both HSQLDB and Derby have embedded JDBC drivers which allow your application code to access the database without overtly hard ...
The ITTIA DB Type 2 JDBC (Java Database Connectivity) Driver from ITTIA adds integrated SQL storage to Java applications. Database files can be opened directly by the Java Virtual Machine process or ...
Oracle's new Java Embedded Suite is based on the Java Standard Edition (Java SE) Embedded 7 platform for embedded systems. It combines that platform with Oracle's distribution of the open-source ...
JDBC programming with Derby. Now that the database and table have been created, it's time to move into the world of JDBC. For this example, I used the Eclipse-based SpringSource Tool suite, although ...
The Type 2 JDBC driver is written in a language other than Java, often C++ or C. The Type 3 JDBC driver talks to a middleware server first, not the database directly. The Type 4 JDBC driver is a pure, ...
Sleepycat Software Inc. on Wednesday will begin shipping Berkeley DB Java Edition, a Java version of its embedded database. Intended for software developers building high-performance applications ...
Issaquah, Washington – Just as real-time deeply embedded versions of the Java virtual machine are beginning to emerge, McObject has just released Perst, an open source, object-oriented embedded ...
Since ITTIA DB SQL uses row-level locking, developers can create many JDBC connections to safely access and modify the same database. Tables can be stored on disk or in memory, with performance tuned ...