02f6020b82
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. You can use Grails as a standalone development environment that hides all configuration details or integrate your Java business logic. Grails aims to make development as simple as possible and hence should appeal to a wide range of developers not just those from the Java community. PR: ports/121588 Submitted by: Mitchell Smith <mjs at bur.st>
9 lines
399 B
Text
9 lines
399 B
Text
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
|
|
Before you start using Grails you will need to set the GRAILS_HOME environment
|
|
variable to %%JAVASHAREDIR%%/grails
|
|
|
|
Documentation on creating your first Grails application can be found at the
|
|
Grails website http://grails.codehaus.org/
|
|
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|