Looking for a .NET 3.5 / J2EE architecture concept comparison article/chart

Posted by Edward Tanguay on Stack Overflow See other posts from Stack Overflow or by Edward Tanguay
Published on 2009-02-05T10:49:19Z Indexed on 2010/06/14 3:12 UTC
Read the original article Hit count: 312

Filed under:
|
|
|

We are thinking about combining .NET technology with Java technology (WCF, JBoss/ESB, MOM, WPF, WF) and I need to have a high-level idea of what are the apples and oranges in the .NET 3.5 and Java worlds.

Does anyone know of a good, clear article or better yet a simple chart which answers questions such as:

  • WCF in the Java world is __
  • the equivalent of WPF in the Java world is _
  • the closes thing to JBoss in the .NET world is _
  • the JVM and CLR are essentially the same except for these differences: ....
  • in the Java world you don't have the concept of WF/WCF/WPF, instead you have ....
  • there is no "LINQ" in the Java world yet, but you can use ___
  • the closest you get to ADO.NET Data Services in the Java world is ....

I'm not looking to debate this so I'm not looking for "fighting points", I just need a neutral what-is-what chart comparing the two worlds.

© Stack Overflow or respective owner

Related posts about java

Related posts about .NET