I have created the sample project with Meta UI Database Groovy Application template. With reference to the following link,
http://vimeo.com/2239096 I have added Project.groovy class and User.groovy class.
It is working as expected. while creating user the values are getting saving. Even editing is also working by inspecting the item. But If I build the app all the previously added values are getting disappeared.
I wanted to conform where will the values are getting saved currently?
What are the steps do I need to follow to use HSQLDB in my project? Because, I wanted to save data permanently.