Grails-Introduction

Jun 6, 2018


Grails- Introduction

Grails is a web framework based on Groovy and Java which can be deployed into existing Java web servers, e.g., Tomcat or Jetty.

Grails allows to quickly create web applications; its scaffolding capabilities let you create a new project within few minutes. Grails is based on the convention over configuration idea which allows the application to auto-wire itself based on naming schemes (instead of using configuration files, e.g, XML files).

Starting Hello World in Grails Application

Requirements:

  1. Java jdk 7+
  2. Grails (Latest Version 3.3.5)
  3. IntellIj IDEA Ultimate Version

Details step by step tutorial :

Youtube Video


Grails-Introduction | Java Tutorial