Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have o开发者_C百科ver 200 unit tests for my entire JPA backend and they all work great on hsql db 2.2. I have the tests running in a continuous build environment to verify the stability of the syste
Hi I made a quick implementation of this: http://code.google.com/webtoolkit/articles/using_gwt_with_hibernate.html
Can I use H2, HSQLDB, or any other embed开发者_运维问答ded database, with a database from an InputStream instead of a file?
I\'m using hsqldb for a unit test (NOT production). These tests need to access the table\'s primary key, but I cant seem to get it to work. BTW, I\'m using the latest version 2.0.0
We are currently evaluating failover support in different databases. We were earlier using HSQLDB but it seems that it does not have clustering/replication support.
Does HSQLDB support replication or clustering. I found an age old experimental feature for HSQLDB replication.
Is it possible to use HSQLD开发者_运维技巧B in in-memory mode and to save the data while JBoss is running and/or when JBoss stops?
I\'m studying Play!. I\'m using the HSQLDB embedded inside the framewok.It works fine for my needs, but I need to connect to it using a SQL client.
I would like to know what would be the best way to fill in memory database for testing with test data - how to manage such data, how to make simple insert scripts, what are good t开发者_开发知识库ools