InfoQ

InfoQ

Topic/Tag specific view

Hypersonic DB Content on InfoQ


News about Hypersonic DB

HyperSQL 2.0 - New Release 5 Years In the Making

Topics
Modularity,
Java,
Open Source,
Persistence,
Unit Testing,
Data Access

The HyperSQL database (HSQLDB), version 2.0, has been released after 5 years in the making. HyperSQL 2.0 is the worthy successor to HSQLDB 1.8, which has been integrated and used in applications large and small, including the ubiquitous OpenOffice Base application. The new version boasts more features than any other open source database.

Ruby Driver for HSQLDB Released

Topics
Data Access,
Interop,
Ruby

A Ruby driver for HSQLDB has been released on RubyForge by Jared Richardson. The driver relies on Java Bridge technology (quite different than JRuby) to interop with the Java-based HSQLDB (formerly HypersonicSQL) open-source database.

Interview: Patrick Lightbody on Project Able - A Complete Java Web Stack

Topics
Java,
Web Frameworks

WebWork committer, Patrick Lightbody, has announced Project Able: a complete Java web stack. InfoQ sat down with Patrick to discuss the philosophy behind Project Able.

H2 Database by Hypersonic Creator Nearing 1.0

Topics
Transactions Processing,
Data Access,
Java

HSQLDB creator Thomas Mueller recently released the v0.9 of H2, his pure Java database successor to HSQLDB. H2 benchmarks significantly faster than HSQLDB, supports JDBC and ODBC, supports XA, can be clustered for HA and supports encryption.