Grails web framework website updated
Recall that not so long ago, SpringSource acquired G2One, a Groovy & Grails company. In addition to the new nice design, there were links to a site with commercial information and the plugins section was updated, which received more convenient navigation.
For those who first hear about Grails , a few words about its features:
- For development, the dynamic language Groovy is used, which is an extension of the Java language towards Smalltalk, Ruby and runs on top of the JVM
- The framework is not written from scratch, but rather is DSL on top of Spring & Hibernate
- The first two paragraphs provide easy integration with many Java libraries and projects.
- The project is supported by SpringSource, one of the technology leaders in the Java industry.