What are the Grails advantages over other Java Web Frameworks?

后端 未结 3 1402
既然无缘
既然无缘 2021-02-03 10:59

I\'ve worked with JSF, Spring MVC and Struts and I think I got a good level on these frameworks. Recently I heard that many good developers I worked with are learning Grails and

3条回答
  •  说谎
    说谎 (楼主)
    2021-02-03 11:21

    BTW, Grails is not considered as a Java Framework, its for Groovy. Groovy has the capability to work with Java seamlessly, but thats the different story.

    Yes, its about Groovy, and like Java its awesomely good. Groovy follows the notion "Code less, do more", whereas Java is something like "Code more, do more". No offense to Java folks, I am one of you.

    You might want to read these:

    • Success Stories of Grails
    • Whats New in Groovy 1.6

提交回复
热议问题