Is it possible to write an external application that will utilize Grail's HSQLDB instance?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I suppoose you mean the external application will connect to the HSQLDB database used by Grails. In this case you should set up HSQLDB as a Server instance and change the Grails connection URL to connect to the server. Other external applications can now connect to the server. The URL to connect to an HSQLDB Server instance is in the form "jdbc:hsqldb:hsql:server_address" |
|||
|
|