Grails Programming & Frameworks Training
Grails is a dynamic framework, coined by the Groovy JVM
programming language. It is an object-oriented language for the Java
platform which intends to enhance developer productivity. The syntax is
compatible with Java, and it’s compiled to JVM (Java Virtual Machine)
bytecode. Grails works with Java technologies, including Java EE
containers, Spring, SiteMesh, Quartz, and Hibernate.
Uses:
- It is very developer-friendly as it comes with detailed
and easy-to-read documentation
- You can also build your own plugins and include the
Grails IDE support for different platforms.
- Most of the e-commerce sites make use of Grails
Advantages
- It utilizes Groovy as its coding
standard and since Groovy is similar to Java, programmers think it is
easier to begin with Grails.
- Easy to use the object mapping feature
- It promotes reuse of code
between different Grails application by modularizing the
application in the form of plugins
- Provides flexible profiles
Comments
Post a Comment
If you have any doubts, Please let me know