Reputation: 13444
I like to know the difference between Asp.net and Java EE.
Upvotes: 2
Views: 2702
Reputation: 1108762
J2EE (since 3 years to be called "Java EE") is a bit broader than ASP.NET (that was an understatement). You can best compare "ASP.NET" with "JSF". They both have the same purposes/capabilities: a component based MVC framework which offers taglibs which are to be used in respectively ASP and JSP pages. The major difference is that ASP.NET is to be runt with C# "codebehind", while JSF is to be runt with Java "codebehind".
That's basically all. The one is based on C#, the other is based on Java.
Upvotes: 4