BeOS: Has-Been Or Will-Be?

When BeOS was still under active development at Be Inc, the project captured the hearts and minds of many who wanted to use a more advanced operating system. Though Be has since gone out of business, it hasn't stopped many of those same individuals from wanting to continue using the operating system. The fact that BeOS is no longer under active development has caused a handful of developers to take on the task of picking up where Be left off. Alan Wilder submitted the following editorial which analyzes the current status of three BeOS projects that are currently under development.

DragonFly BSD Journaling Progress

Matthew Dillon has made significant progress on DragonFly's journaling code, which can now mirror partitions. Essentially all that remains now is for the "reverse journaling" work to be completed (allowing for filesystem rollback), and for stability to be increased. More information here and here

HSQLDB 1.8.0 Released

HSQLDB is the leading SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of ANSI-92 SQL (BNF tree format) plus SQL 99 and 2003 enhancements. It offers a small (less than 100k in one version for applets), fast database engine which offers both in-memory and disk-based tables and supports embedded and server modes.