im just trying out griffon, just wanna ask if is it possible to perform GORM in a griffon application? Do I need to install an additional plugin to make it possible? thanks for those who want to help.
Yes, it's possible to use GORM with Griffon however the path to get it to work is not as smooth as you would assume, coming from Grails. Do a web search for "standalone GORM" and you'll get some results like this one http://www.grails.org/GORM+-+StandAlone+Gorm
Now, Griffon sports quite a number of persistence plugins, just have a look at http://artifacts.griffon-framework.org/tags/plugin/persistence. Most of them provide a low level data access API, however some are lightweight ORM solutions, like Carbonado, ActiveJDBC, MyBatis and even EBean.