Combine Hibernate class with @Bindable for SwingBuilder without Griffon?
- by Misha Koshelev
Dear All:
I have implemented a back-end for my application in Groovy/Gradle, and am now trying to implement a GUI.
I am using Hibernate for my data storage (with HSQLDB) per
http://groovy.codehaus.org/Using+Hibernate+with+Groovy
(with Jasypt for encryption) and it is working quite well.
I was wondering if there are any good tips for using…