What are the equivalent of the following .NET concepts (ASP.NET, IIS, Linq, etc.) in Java world?
        Posted  
        
            by Richard77
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Richard77
        
        
        
        Published on 2010-05-11T10:15:06Z
        Indexed on 
            2010/05/11
            10:34 UTC
        
        
        Read the original article
        Hit count: 431
        
Hello,
I'm the only one among my people who navigate in .NET water, the rest is in the Java world. So, I'd like to have some common points to talk with them. What are the equivalent concepts in Java for: (by concept, I mean the purpose of such technology)
- Visual Studio
- IIS
- Linq
- Development server that ships with VS (I don't know the name)
- NHibernate, Subsonic, ...
- ASP.NET WebForm (Is there any equivalent in Java with drag and drop)
- ASP.NET MVC
- etc.(Please, add some other concepts if they are important to know)
Thanks for helping
© Stack Overflow or respective owner