• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

What is Grails?

 
Ranch Hand
Posts: 303
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could someone tell me what Grails is? Is there a forum here for it?

Thanks!
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've moved this post to the appropriate forum.

Grails is a Groovy version of the "Ruby on Rails" web development platform. Rails is a framework that emphasizes defaulting over configuration; you generate a skeleton web app using some scripts, add a little code here and there, and the framework "does the right thing" in general for things you don't touch. Groovy is a scripting language for the JVM with a simplified Java-like syntax, and many Ruby-like features. So Grails is an attempt to bring the Rails ethos to the Java platform.
 
reply
    Bookmark Topic Watch Topic
  • New Topic