Developing Grails with NetBeans
Creating a Grails Project
- Choose File > New Project to create a new Grails Application:

- Your new Grails application will appear in the IDE:

- Right-click the Domain classes node and select "Create new Domain Class":

- Right-click the Controllers node and select "Create new controller":

- Right-click the GrailsWebLog project and select Grails > Run Application:

Additional Resources
- For the latest and greatest see: http://wiki.netbeans.org/Groovy
- For the the task list see: http://wiki.netbeans.org/Groovygrails





