mrblah
mrblah

Reputation: 103517

does spring provide 2 mvc platforms, grails and spring mvc?

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

Answers (1)

Burt Beckwith
Burt Beckwith

Reputation: 75671

Yes, Grails is built on Spring (and several other frameworks) and it uses Spring MVC to implement its MVC layer.

Upvotes: 3

Related Questions