...

/

A History Lesson

A History Lesson

Learn about the history of Grails.

What follows is a brief history of features added to Grails and starting with 2.0.

Grails 2.0

There have been a lot of great changes in Grails 2.0: Grails docs are better.

  • Better error page - Shows code that caused the problem.
  • H2 database console in development mode (at the URI /dbconsole)
  • Grails 2.0 supports Groovy 1.8.
  • Runtime reloading for typed services, domain classes, src/groovy and src/java.
  • Run any command with -reloading to dynamically reload it.
  • Binary plugins (jars)
  • Better scaffolding - HTML 5 compliant (mobile/tablet ready).
  • PageRenderer and LinkGenerator API for services.
  • Servlet 3.0 async API supported with events plugin and platform core.
  • Resources plugin integrated into core.
  • Plugins for gzip, cache, and bundling (install-plugin cached-resources, zipped-resources).
  • New tags:
...
Access this course and 1400+ top-rated courses and projects.