zumbrunn.com

Using H2 with Helma

Maksim Lin shows how easy it is to use H2 together with Helma, even as an embedded database in the same JVM:

..."just drop the h2.jar into helmas lib/ext folder, restart helma, pop the connection details into my applications db.properties and hey presto!"

Then, just change the connection URL in your helma apps db.properties to...

jdbc:h2:/data/h2/col

..."and bam! your H2 db is now running in the same JVM process as helma"

17.5.2007, 19:57