Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Grails vs Spring [closed]

Can any one please explain me that whats the better option for an enterprise java web application of more than 500 database tables.Either we should use Grails or Go for (Spring,hibernate and Spring MVC/Struts 2).If you suggest grails then please elaborate why not the other one and if Spring then why not grails.

Thanks.

like image 312
umair yasin Avatar asked Sep 27 '14 09:09

umair yasin


1 Answers

I was in the same situation about 4 month ago, and I wasn't familiar with Grails, but I want to have a platform to develop our website very fast and I think our project is as big as yours, we started to work with spring and start using spring roo for mvc but as time goes by we find out that spring will not satisfy our need, and roo is not what we want so we switch to Grails and I found Grails one of the best web frameworks that I ever worked with. here is one of the question that was in my mind about spring roo.

All in all as a satisfied customer of Grails, strongly suggest Grails.

(In my opinion, Grails and AngularJs are the prefect match.)

like image 119
Lrrr Avatar answered Sep 28 '22 03:09

Lrrr