Grails allows the domain classes to be put in packages (under the domain directory).
The problem is that JetGroovy's grails "toolbar" above the editor that allows you to switch between the domain/controller/views does not seem to recognize the domains that are in packages. So when I have a domain open it prompts me to generate instead of listing the controller/views that already exist. Maybe there's a question as to whether grails requires that the domain classes be unique across packages? If not, then there wouldn't necessarily be a one-to-one match between a domain class and the controller/views.
I am using build 1.5.17497 of the plugin.
–
OS: Windows XP
JDK: JDK 1.6.0
IDEA: 7.0
Build: 7757