vote up 7 vote down star
4

We are currently planning to launch a couple of internal web projects in the future. Our company's dev teams are mostly experienced in J2EE and have worked with it for years. Today, we have the choice of launching a couple of our projects on .net. I have checked out a couple of sources on the net, and it seems like the "J2EE vs ASP.net" combat brings out as much discord as the overseen "Apple vs Microsoft" or "Free Eclipse vs Visual Studio"...

Nevertheless, I have been somewhat quite impressed with ASP.net's abilities to create great things with huge simplicity (for ex. asp.net ajax's demos). No more tons of xmls to play with, no more tons of frameworks to configure (we usually use the famous combo struts/spring/hibernate)... It just seemed to me that ASP.net had some good advantages over J2EE, but then again, I may speak by ignorance.

What I want to know is this : What are the real advantages of using J2EE over ASP.net? Is there anything that cannot be done in ASP.net that can be done in J2EE? Once the frameworks are all in place and configured, is it faster to develop apps in J2EE than it is in .net? Are the applications generally easier to maintain in J2EE than in ASP.net? Is it worth it for some developpers to leave their J2EE knowledge on the side and move on to ASP.net if it does exactly the same thing?

flag

12 Answers

vote up 7 vote down check

I think the two technologies are pretty much on a par.

MVC was better supported with Java, but Microsoft has now released its own implementation for ASP.NET.

I don't think you're quite right with the following: "No more tons of xmls to play with, no more tons of frameworks to configure (we usually use the famous combo struts/spring/hibernate)".

To design a good ASP.NET application you will still need to utilize XML, and there are lots of good frameworks to use - such as Log4Net and nHibernate...

Having these frameworks is a good thing though - not sure why you don't like them.

Many people say ASP.NET has the advantage of allowing people with different language skills to use the same core framework – VB, C#...

However, given that all your colleagues know Java well, I'd have thought that was your best option. Unless everyone wants to learn a new skill!

Personally, I really like Java and .NET and would be happy to use either.

link|flag
vote up 6 vote down

Coming from the .Net side I don't see as much advantages as you do. The frameworks like hibernate and spring are there for a good reason and are being used on the .Net side too (nHibernate and Spring.Net) although they are not being pushed by Microsoft.

The wizard driven way of developing that has been pushed by microsoft for some time has some serious drawbacks. Maintainability is the main one. It's easy to click together simple data driven webpages but as soon as you want to add behaviour to it that isn't supported by the wizards you're better off starting from scratch. The typical wizard generated application has no layered architecture and isn't very flexible.

There are some small advantages. There seems to be better support and documentation on the .Net side, The languages are a bit better developed. Java has been standing still for some time although that seems to be changing. Downsides are less flexibility, don't try running an ASP.Net page on apache. You can (mono) but I wouldn't do this in a production environment. Less frameworks etc. (although this seems to be changing rapidly too)

link|flag
vote up 6 vote down

What are the real advantages of using J2EE over ASP.net? Being free from Microsoft. Yes, some of their stuff is good. However, they make their stuff non-standard, they make random changes to their technology direction, and you have no recourse because you are locked into a single-vendor solution.

Is there anything that cannot be done in ASP.net that can be done in J2EE? Yes. The J2EE things that can't be done in ASP include anything defined by standards. In J2EE, standards compliance means you can fire any vendor and replace them with a better, more responsive vendor.

Once the frameworks are all in place and configured, is it faster to develop apps in J2EE than it is in .net? No.

Are the applications generally easier to maintain in J2EE than in ASP.net? Yes. Microsoft, if past is any indication, may make some incompatible change that will break parts of your application or tools.

Is it worth it for some developpers to leave their J2EE knowledge on the side and move on to ASP.net if it does exactly the same thing? The question has a hidden assumption that I think is unfair. You don't "leave" knowledge. Knowledge is not a zero-sum game, where learning ASP replaces their J2EE knowledge.

In short, if you have J2EE experience, why change? Further, why move from an open, standard architecture with many competing vendors to a closed architecture, where a single vendor so dominates things that their whims become your strategy?

link|flag
You could use C# with Mono and therefore never touch Microsoft. I think it's worth mentioning. – Joe90 Nov 24 '08 at 11:44
@S.Lott: looks like you're having problem with "not" in this sentence: Is there anything that cannot be done in ASP.net that can be done in J2EE? No. The opposite (J2EE things that can't be done in ASP) – badbadboy Nov 24 '08 at 11:45
@badbadboy: thanks! – S.Lott Nov 24 '08 at 12:48
@S.Lott: You are welcome :) PS I think your answer is too subjective (much more than the question). – badbadboy Nov 24 '08 at 18:43
@badbadboy: Since both platforms are nearly equivalent, the differences are entirely subjective. The only differences I can find are nuances. Your answer seems similar -- nuances only. – S.Lott Nov 24 '08 at 18:46
show 11 more comments
vote up 4 vote down

J2EE is older and more mature than .NET, which gives it several advantages for a large scale project. .NET is a newer cleaner version of the same thing, which gives it nulerous advantages in smaller scale projects. Interoperability used to be the main thumbs down for .NET, but with todays fashion for SOA message based interfaces (which are well supported in .NET) this has become a non issue.

J2EE is massive and includes several "dead end" technoligies, a large part of the J2EE learning curve, is learning what not to use. For instance EJBs appear to be a core part of the technoligy -- but experienced developers only use them is a very limited set of circumstances ( client and server belong to the same application and run on the same machine!).

Vendor lock-in also applies to J2EE, only the simplest apps are easily portable between Websphere, Weblogic and Jboss.

In my book .NET just inches ahead of J2EE.

link|flag
vote up 3 vote down

Avoiding Microsoft lock-in should be one of the factors that infuence your decision. I do not mean this as an insult but your favourable opinion of .net seems to stem from viewing a couple of tech demos. Of course you will be promised a tool which makes it very easy to do your job but that is mostly just PR talk. There WILL be problems and dead ends during the development and if you stick to J2EE, you may already have the know-how to solve them from the past projects.

link|flag
vote up 1 vote down

I think they are both pretty good functionally wise. In fact they are probably the two best web development frameworks right now (sorry LAMP fans). Java probably fits better with Enterprise development because it is more standard adherent and there is less vendor and platform lock in. But if you don't mind being stuck running Windows (I know about Mono but not sure it is a serious option) then overall I think .NET is better. While not everything that comes out of MS is great (hello Entity Framework) they are coming out with more good stuff at a faster pace than anyone else.

link|flag
vote up 0 vote down

I did some J2EE some years ago. My impression was - in J2EE most things are done the right way, but a lot of XML and other manual work as you mention. IDE's are still better for Java. Jetbrains IDEA and Eclips are better the Visual studio, even with Resharper. All the proper ways of doing stuff (transactions, spring, AOP, unit testing, DDD) have longer traditions in Java.

In MS world, you could do stuff quicker. But it is usually also dirty. Many complain about ASP.NET, that it is not proper MVC. They are creating proper MVC, and I don't know how fast it is going to be to work with it. Newest DAO frameworks from Microsoft (Entity framework) still are very database-centric (bad).

In any case, if your developers decide to move from J2EE - they don't have leave their knowledge. They will apply Spring.NET, NHibernate (there is nothing better in .NET either). They will use Resharper for visual studio. They will use NUnit instead of JUnit and stuff like that.

Ask your developers. If they are fed up with coding JSTL manually - let them do ASP.NET, and if they would like to adapt something new, they may benefit for it.

But I see no reason for moving from Java either.

My personal choice - probably .NET (one day I left the job because of JSTL, HTML and XSL, however now I am doing windows client, I like all the new cool stuff Microsoft does) with application of good Java traditions with NHibernate, spring and stuff and remembering good old days with Jetbrains IDEA.

link|flag
What is with these responses? They're ridiculous. Define "better" in the sense of an IDE. Quick? Sure, you can do things "quicker", but most people realize the short comings of the quick way and don't do it. Many of the same DAO frameworks exist in both the Java and .NET worlds. – senfo Apr 15 at 13:37
vote up 0 vote down

I don't think the one platform has a clear technological advantage over the other. It is basically a matter of personal preference and previous experience. In general, I find that the existence of many frameworks for Java is a good thing. Also, for enterprise applications and not simple web projects, there is much more information and frameworks available for J2EE than there is for ASP.NET. For example, if you are need to use Enterprise Service Buses, messaging technologies, interact with many third party Web Services, then I think that the J2EE is the way to go.

On the other side, ASP.NET is preferable for front ends. You are right to say that for J2EE you need to set up a lot of tools. For ASP.NET you have everything under Visual Studio.

link|flag
vote up 0 vote down

Java is about choice: it runs on any OS, there is a huge ecosystem of frameworks, IDEs, tools and there are multiple vendors with app servers, support, etc. Microsoft on the other hand is very monolithic: one OS, one set of tools, and generally one programming model to solve each problem.

In terms of technical differences, I would make the following two points:

  1. I think there is a lot more innovation in the Java space. ORM is a standard in Java but it is still struggling to catch on in the .NET universe. The same is true of DI and AOP. The open source movement in .NET is very weak compared to Java, so if it doesn't come from MS then you'll have a tough time finding support for the frameworks or even developers who are skilled with them.

  2. If you believe that rich UX and RIA are important, MS seems to be making a much bigger push with Silverlight and WPF. JavaFX is new but a lot of people are still uncertain about it; in fact many apps with Java backends are using Adobe's Flex/AIR for the UI instead. The nice thing about any of these UI technologies is that you can hook them up to pretty much any backend but being able to share code between client and server is a big key. If JavaFX doesn't catch on then MS will have an edge with integration between SL/WPF and the .NET server.

link|flag
vote up 0 vote down

As i see this the question is not about ASP.NET vs JEE but .NET platforms vs the whole Java platform. If we are in the MS vs Java world war (Which is today same as say - Open Source vs Closed Source war) you should remember one thing: MS has money to invest into the .NET platform, it's being constantly improved and maintained, on the other hand Sun is in economical trouble. If we look at the most basic thing which is the language itself we can see the c# 3.0 language to be much more feature rich and thoughtfully thought about then JSE6, we can see this in all advanced language features such as Generics, Annotations etc.. The important this is that Java now is Open Sourced and becoming community driven platform. If we (the community) will not invest in it, .NET will be much more advanced platform soon enough. So to your question, if this is a small project that you are creating and your developers have the strong background in EE then you should stick to it, but in my opinion Todays .NET platform is a better choice for long term projects. Sure you must see other architectural aspects and functional need, for example if you need platform independence, the choice of .NET would not make a scene, but i'm talking in a more general matter.

link|flag
vote up 0 vote down

Reading through the answers I can't really find this opinion voiced so I'll make it a fullblown answer: the only way to know for sure is to try it out on a single small to midsize project and see what comes out of it.

In general, I don't think there's too much difference between the frameworks and any choice between them is bound to turn out to be mostly subjective and driven by what your developers are comfortable with. So really, just try it and see what happens.

link|flag
vote up -1 vote down

hi all, I wanted to ask from the career perspective. i have finished my graduation in computer science, so which technology should i go in. which technology will be good for me in da long term.

link|flag
PHP pays well I hear :) – Daud Oct 21 at 9:21

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.