开发者

How does Asp.Net MVC compare to Java MVC frameworks

开发者 https://www.devze.com 2022-12-27 17:34 出处:网络
I\'ve started my career as a Java developer, then moved to Asp.NET and recently to the Asp.Net MVC, which I like a lot. When developing in Java I used Struts1, which I remember as a hideous framework

I've started my career as a Java developer, then moved to Asp.NET and recently to the Asp.Net MVC, which I like a lot. When developing in Java I used Struts1, which I remember as a hideous framework with loads of XML. Now I suspect that Java MVC frameworks have moved on from the Struts times. So how do modern Java MVC frameworks compare to the ASP.Net MVC? Which one of them is the most s开发者_运维问答imilar to the Asp.Net MVC?


Play is very good example of MVC framework. Even more then convension-over-configuration principle i like its short edit-run cycle. Another good example of MVC framework on JVM with short edit-run cycle is Grails, though it's for Groovy langauge, not Java itself.


The main advantage of Asp.Net MVC compared to java frameworks is the simplicity that is achieved through convention over configuration

Edit: I had a look into http://www.playframework.org/ and it looks quiet simple just like Asp.Net mvc.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号