About Grails Framework Support
See Also
Grails aims to bring the
"coding by convention" paradigm to Groovy.
It's an open-source web application framework
that leverages the Groovy language and complements
Java Web development.
The IDE's support for Grails encompasses
the following features:
- Registration for Grails distribution
in the Options window (Tools > Options > Groovy).
- Grails Application project template listed in the
New Project wizard (Ctrl-Shift-N).
- Grails libraries automatically added
to the project path.
- Grails Plugins Manager for installing Grails plugins
into the current project.
- Integration of common
Grails command line functionality settings.
Grails ships with a lot of command line functionality
out of the box. The IDE provides menu items and other
tools that invoke the related scripts:
- grails compile. Right-click the application and choose Compile.
- grails create-app. Create a new Grails application.
- grails create-controller. Right-click the Controllers node and choose
New > Grails Controller.
- grails create-domain-class. Right-click the Domain Classes node and choose
New > Grails Domain Class.
- grails create-script. Right-click the Scripts node and choose
New > Grails Gant Script or Groovy Script.
- grails create-views. Right-click a Grails domain class node and choose
Create View.
- grails generate-all. Right-click a Grails domain class node and choose
Generat All.
- grails run-app. Right-click the application and choose Run.
- grails shell. Right-click the application and choose Grails Shell.
- grails stats. Right-click the application and choose Statistics.
- grails upgrade. Right-click the application and choose Upgrade.
- grails war. Right-click the application and choose Create War File.
- See Also
- Creating a New Web Application with Grails Framework Support
Legal Notices