Embed presentation
Downloaded 16 times






































This document discusses the features of Grails, a web application framework built on Groovy and Java. It lists the main characteristics of Grails as: 1. Convention over configuration approach to web application development 2. Support for common Object Relational Mapping (ORM), Dependency Injection, Aspect Oriented Programming (AOP) and MVC patterns through integration of frameworks like Hibernate, Spring and Spring MVC. 3. Use of Groovy as the main programming language which is a dynamic language that runs on the JVM and is syntactically similar to Java. The document then provides examples of how conventions over configuration and DRY principles are applied in Grails. It also discusses the





































