Grails project structure

Posted by Martin Janicek on Oracle Blogs See other posts from Oracle Blogs or by Martin Janicek
Published on Wed, 28 Mar 2012 08:24:47 -0500 Indexed on 2012/03/28 23:38 UTC
Read the original article Hit count: 238

Filed under:

Good news everyone!

I've changed the structure of the Grails project as requested in the issue 160028 and it should be much more user friendly than before. There are actually two things I've fixed/implemented. First of all the source folders are finally represented in the same way as for the Java projects (which means instead of the folder based structure it uses package based structure). The difference can be seen on pictures bellow:

   Folder based structure:                                                 Package based structure:

Folder based structure Package based structure

Second, minor and quite related change could be seen on those pictures too. There are different icons for different structures. For example Views and Layouts items are folder based, Domain Classes are package based and so on.

© Oracle Blogs or respective owner

Related posts about /Features