ratty
ratty

Reputation: 13444

What is the difference between Java EE and Asp.net

I like to know the difference between Asp.net and Java EE.

Upvotes: 2

Views: 2702

Answers (3)

SB.
SB.

Reputation: 1887

You would love working on Java EE ;)

Upvotes: 1

BalusC
BalusC

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

Jey Geethan
Jey Geethan

Reputation: 2285

Java and .NET? ahem

Upvotes: 2

Related Questions