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: 276

Filed under:
|

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)

  1. Visual Studio
  2. IIS
  3. Linq
  4. Development server that ships with VS (I don't know the name)
  5. NHibernate, Subsonic, ...
  6. ASP.NET WebForm (Is there any equivalent in Java with drag and drop)
  7. ASP.NET MVC
  8. etc.(Please, add some other concepts if they are important to know)

Thanks for helping

© Stack Overflow or respective owner

Related posts about .NET

Related posts about java