Grails – Basic course.
I hope that we can together move through the paths using the side Groovy and Grails. If you’ve seen our last post, certainly you are curious to proceed with this course.
Have you ever heard of Grails? Have you ever heard of Groovy?
Certainly, yes!
Grails
Grails is a framework that works in a peculiar way in the Java EE platform, making web development less complex and much more productive.
We will realize that the learning curve is low, has a very strong integration with Java, has a number of integrated features such as integration with ORM, support NoSQL, Spring dependency injection plus various plugins.
Groovy
Groovy is a language that was created in order to facilitate the development of applications for the JVM (Java Virtual Machine), and is supported by Apache. Basically it is an object-oriented programming language, optionally typed and dynamic language, with static-typing and static compilation capabilities.
We’ll cover all of these topics more deeply in a future discussion.
The purpose of this video is lead a developer who has a slight programming knowledge to create your first projects.
Enjoy!