java Grails 与 Spring
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/26073253/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Grails vs Spring
提问by umair yasin
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.
任何人都可以向我解释一下,对于超过 500 个数据库表的企业 Java Web 应用程序,什么是更好的选择。我们应该使用 Grails 或 Go for(Spring、hibernate 和 Spring MVC/Struts 2)。如果您建议使用 grails,请详细说明为什么不是另一个,如果是 Spring,那么为什么不使用 grails。
Thanks.
谢谢。
回答by Lrrr
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. hereis one of the question that was in my mind about spring roo.
大约4个月前我也遇到了同样的情况,我对Grails并不熟悉,但我想有一个平台来非常快地开发我们的网站,我认为我们的项目和你的一样大,我们开始用spring并开始将 spring roo 用于 mvc,但随着时间的推移,我们发现 spring 无法满足我们的需求,而 roo 不是我们想要的,所以我们切换到 Grails,我发现 Grails 是我曾经使用过的最好的 Web 框架之一. 这是我脑海中关于 spring roo 的问题之一。
All in all as a satisfied customer of Grails, strongly suggest Grails.
总之,作为一个满意的 Grails 客户,强烈推荐 Grails。
(In my opinion, Grails and AngularJs are the prefect match.)
(在我看来,Grails 和 AngularJs 是完美的搭配。)