What is the best way to organize directories within a large grails application?

Posted by egervari on Stack Overflow See other posts from Stack Overflow or by egervari
Published on 2010-05-24T04:16:37Z Indexed on 2010/05/24 4:21 UTC
Read the original article Hit count: 262

Filed under:
|

What is the best way to organize directories within a large grails application?

In a typical Spring application, we'd have myproject/domain/ and myproject/web/controllers and myproject/services

Since grails puts these artifacts in their own directories... and then just uses the same base project package for everything, what is the best practice? Use the same sub package name for domain objects, controllers, services too?

Ken

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about grails