Using GORM in a Desktop Application
Using GORM in a Desktop Application
Grails is a wonderful web application framework. GORM is one of Grails’ biggest draws for me. However, in order to use Grails with GORM for my projects at work, I really need to be able to use the GORM domain objects from desktop applications as well as the web. […]