New Grails Application Wizard

Use to create a new standard project containing a basic Grails application. The Grails application is created by the IDE: it runs the grails create-app command for you. Before you can use this wizard, you need to set the location of your Grails distribution in the Options window, within the Miscellaneous panel's Grails tab.

In the Name and Location page, you have to set the following properties:

Element Description

Project Name

Specifies the display name of the project. This name is also used to create the project folder.

Project Location

Specifies the location where you want to store the source code.

Project Folder

Show the folder where you want to store the project metadata and source code. The folder is a concatenation of the project location and the project name.

Click Finish to let the IDE run the grails create-app command, which will generate the Grails application with the values specified above.


Related Topics

Developing Applications with NetBeans IDE,

Copyright © 2015, Oracle and/or its affiliates. All rights reserved.