ASP.NET vs. Java Struts framework

Posted: (EET/GMT+2)

 

If you are like me, you know Windows and .NET programming better than Java. Now, it is still beneficial to know what it is like on the other side of the fence, and thus I also enjoy knowing the basics of the Java world.

MSDN has a good comparison about ASP.NET and the Java Struts framework, both of which are used for web application development.

The article doesn't go into code-level, but instead stays more on the architectural level. For example, it was interesting to read how the MVC pattern applies to ASP.NET. Recommended reading.