Reputation: 103517
Just reading spring in action, and I know there is a chapter on MVC that I havent' got to yet.
I also read about grails, is that another framework or built on top of spring?
Upvotes: 1
Views: 148
Reputation: 75671
Yes, Grails is built on Spring (and several other frameworks) and it uses Spring MVC to implement its MVC layer.
Upvotes: 3