Skip to content

Some thoughts about Grails

Updated: at 03:42 AM

I’ve just finished my first Grails project. To be honest, it’s a quite good mind refreshment for me as a Java developer. Grails simplify alot of complex stuff of Java ecosystems like IoC(Spring), ORM(Hibernate), XML configuration with convention over configuration. It takes you less than 10 minutes to create a full working web application with Spring Security for authentication and authorization, Quartz for job scheduling and Hibernate for data persistence when you’re familiar with it. Here are some Pros and Cons:

Pros:

Cons:

Grails is a great framework and I’m still learning it.