Ahh, come on Mark. HSQLDB is great for development purposes. You just need to know how to kick it off correctly. I have an
ant script for starting and stopping an HSQLDB server.
Now, since it starts in server mode, it will be persisted between startups. Here is my dataSource for development. I am using Spring, but
you should get the general idea.
And yes, I am using Hibernate on this project and it works great. Of course, this database
is quite volitile as I am using the schemaexport ant task to generate my DDL from my annotated classes.
