How does Asp.Net MVC compare to Java MVC frameworks
        Posted  
        
            by sumek
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sumek
        
        
        
        Published on 2010-04-20T10:02:24Z
        Indexed on 
            2010/04/20
            10:03 UTC
        
        
        Read the original article
        Hit count: 594
        
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 similar to the Asp.Net MVC?
© Stack Overflow or respective owner