This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Addition to the 'Done with GCJ' list
- From: Thomas Mueller <thomas dot tom dot mueller at gmail dot com>
- To: java at gcc dot gnu dot org
- Date: Sat, 4 Feb 2006 19:35:47 +0100
- Subject: Addition to the 'Done with GCJ' list
- References: <5f211bd50602041034g5fa83179sc44e2340e70b6140@mail.gmail.com>
Hi,
I have an addition for your list, maybe you want to add it:
H2 Database Engine
(http://www.h2database.com )
H2 is a Java database engine. Apart from the usual features such as
SQL, transactions, JDBC API, referential integrity, the database also
supports clustering, views, subqueries, encryption, trigger and stored
procedures. As HSQLDB, database can be operated in the embedded and
server mode, with data kept in-memory or on disk. It is available as a
native executable (using GCJ) and as a Java library.
Thanks,
Thomas