Is it possible to write an external application that will utilize Grail’s HSQLDB instance?
Is it possible to write an external application that will utilize Grail’s HSQLDB instance?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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”