diff options
Diffstat (limited to 'development/grails/README')
-rw-r--r-- | development/grails/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/grails/README b/development/grails/README new file mode 100644 index 0000000000..017012e0b5 --- /dev/null +++ b/development/grails/README @@ -0,0 +1,9 @@ +Grails (Groovy on Rails) +Web framework based on the Groovy + +It is intended to be a high-productivity framework by following +the "coding by convention" paradigm, providing a stand-alone +development environment and hiding much of the configuration +detail from the developer. + +This requires jdk from /extra/jdk-6/. |