I downloaded NetBeans to work on my open source project in Grails and one of the first things I noticed is that the Grails plugin doesn’t support creating domain classes in packages. This seems a little bit weird to me and it has left me wondering if I should copy the classes manually into package folders and add the import statements or whether I should give up and have them in the default package. The plugin seems to recognise domain classes in packages just fine but it won’t let you crete them through the wizard. Weird.
GeoURL
Subscribe