vote up 0 vote down star
1

I remember the days when the web was filled with comparisions between .net and java and you could find meny projects that started to port java libraies and frameworks to .Net. many year has passed since then and the hype is gone now, but I wonder if .net achieved any big share of the enterprise software development market comparable to java? or they are not realy competing any more.

I don't realy want to start a .Net/Java war here. I'm interested in statics and expert comment on the matter.

Thanks.

flag

75% accept rate
Come on! that was subjective?! – Mehran Sep 26 at 2:39
1  
More info about why your question was closed can be found here... stackoverflow.com/faq – Robert Harvey Sep 26 at 2:40
More info about market share... google.com/search?hl=en&source=hp&q=java+… – Robert Harvey Sep 26 at 2:41
thanks so much, STFG, I'll remember :) – Mehran Sep 26 at 2:49

closed as subjective and argumentative by Lance Roberts, Robert Harvey, Greg Hewgill, duffymo, Pascal Thivent Sep 26 at 2:38

3 Answers

vote up 3 vote down check

Define "competing".

Part of what you're observing is Sun's demise. I think Java's development was first rate when Sun was at its height and the server market was strong. But they've been struggling since the dot com bubble burst, leaving the market flooded with cheap Sun hardware. They had trouble defining their market, which sapped a lot of the cash and vitality from the company. The future of Java is uncertain since the sale to Oracle.

My other thought is: how much further can C# and Java go as languages? They've both reached a relatively high level of maturity, and both have legacy installations to consider, which have to be a drag on both.

It feels like software has hit a lull. Despite the enthusiasm for functional programming, it feels like we've hit a dry spell in this field. There's little that's really new and game changing happening lately.

link|flag
+1 My thoughts without the sarcasm! Both install bases are huge. Are dynamic languages the answer? I don't know, many think so. I'm not so sure. There needs to be a 'new kid on the block'. – Todd Stout Sep 26 at 2:48
+1 For identifying maturity and lull. We had hardware then we had software. I think it is time for a new technology to change how things are "done". – whatnick Sep 26 at 5:48
1  
The language can be static and unchangable - the strength is in the libraries – Thorbjørn Ravn Andersen Sep 26 at 9:31
+1 for the comment about the libraries. I've still seen a great deal of progress on the Java side with Spring, Grails, etc. But still no game changers. – duffymo Sep 26 at 12:42
vote up 0 vote down

At first, .NET technology is strongly based on the Delphi technology regarding the "object sender"-thing, for instance.

Years ago Microsoft was far away from its today's .NET Framework. Borland was mostly leading the game with its powerful compilers for Turbo Pascal, Turbo C/C++ and Assembler.

From now on, Microsoft has taken over control of a great portion of the development technologies. Now, they even make their concurrent run on their own platform (Borland for .NET).

I could say that big and influent companies such as Alcoa and others are going on the .Net platform. To make matters even greater, leading techlogy enterprises required Micrsoft to build and maintain an OpenSource library which much developpers know these days. Microsoft EWnterprise Library. I guess that if Microsoft has been asked to code such a library for the .Net, that is because they have gained a good portion of the development market.

As for some JAVA technologies, they even make some of them portable to the .NET Framework. For instance. Hibernate and its .Net iteration, NHibernate.

In conclusion, I say yes, Microsoft .NET has taken over a great percentage of the development market.

link|flag
There's no doubt that the .NET framework classes were inspired by Borland's VCL - but I also believe that a logical, well-designed framework was low-hanging fruit, especially considering what was and wasn't easily accomplished using MFC. However, the framework classes are the icing - .NET is a full technology stack, and I think Microsoft deserves credit for all of it. I was a very happy Borland VCL developer and now I'm a happier .NET developer. Yes, .NET was heavily inspired by the VCL, but it's a heck of a lot more than that. Just my two cents. – overslacked Sep 26 at 2:46
I second this. C# 1.0 took a great deal from Java, just as Java did from C++. But subsequent versions have made it far from a Java knockoff. Java has taken things from C# (e.g., annotations) and given up the leadership role (e.g., closures). Anders and the rest of the language designers who develop C# have learned from others but added a lot as well. – duffymo Sep 26 at 3:21
@overslacked: Agreed, it's a lot more than that. – Will the Thrill Sep 26 at 16:04
vote up 1 vote down

Coke and Pepsi...which one do you like? I hate it when you go into a restaurant and find while ordering that they only serve Pepsi. Don't you? I would say that they both have their place and serve very similar purposes. Both are tasty and will satisfy your thirst! Is one better than the other? Perhaps, but that is very subjective. Both have substantial market share. Will that change over time? Of course it will, but probably not until a new kid on the block changes the game all together.

link|flag
I totally agree, but I can give you their market share in statics, can you tell me where can I find this numbers for .Net and java? – Mehran Sep 26 at 2:36
I don't get it! in what sense? – Mehran Sep 26 at 2:42
Actually I was talking to Todd, sorry. – Robert Harvey Sep 26 at 2:45

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