vote up 3 vote down star

For last couple of years it seemed like .NET was gaining a lot of ground, there were articles out there predicting that .NET eventually will "outdo" Java, but lately it seems like the .NET hype kind of slowed down as Java is still going strong (maybe it's only me who sees it that way).

How do you see these 2 technologies in the future?

flag

36% accept rate
Recommend making this community wiki – Mario Ortegón Dec 20 '08 at 18:18
This is argumentative? – Filip Ekberg Dec 20 '08 at 18:18
i wonder why he writes JAVA instead of Java – Johannes Schaub - litb Dec 20 '08 at 18:22
Just make this community wiki, otherwise it'll be "My language is better than yours" and down-votes will fall on those whom don't aggree with others. – Filip Ekberg Dec 20 '08 at 18:28
This should be a wiki not closed..... – cgreeno Dec 20 '08 at 18:43
show 4 more comments

closed as subjective and argumentative by Daok Dec 20 '08 at 18:28

3 Answers

vote up 4 vote down

At this point in the game does it really matter. They are both mature frameworks with lots of developers on each. The only difference is you have Microsoft on one side and barring a major disaster in Redmond I don't think they are going anywhere. Sun is in a more sensitive position but they have opened control of Java so if they fold atleast Java will continue to be developed.

When you really think about it servers are cheap, bandwidth is cheap, licenses are cheap, developers are expensive. No matter what industry you are in human capital will be the most expensive thing you'll have to deal with it. It's the project manager that really decide what framework is used. If they are more comfortable working with Java, .Net, or even ColdFusion than I don't really care. Developers are hired on what they can do. I have yet to meet a .NET or Java (with pro experience) go hungry.

link|flag
vote up 2 vote down

It isn't an either or proposition. I build applications that large organizations spend a lot of money on. Large organizations very diverse computing environments. The one commonality in those diverse environments is Windows on the desktop (it is nearly universal). However, on the back end I would sell less software if I had to tell my prospects that you have to run the back end of my application on Windows.

So, I build my back end in Java and the front end in .Net. I choose to use the best tool for the job at hand. I think Java back ends and .Net UI works very well.

link|flag
vote up -4 vote down

I would say that .NET will mostly take over, due to Silverlight wich requires a compact .net framework to be created cross-platform, this forces Microsoft to make .NET what the initial purpose was, Cross-platform.

Now Java already got this feature, but a completely interpreted language such as Java, it's slow, if Sun doesnt do anything about this, it will be the end of Java as a Desktop app programming language.

However, JSP is still strong with Banks and other security-strong sites.

But now when ASP.NET MVC is released and mono is out there, Java will only have followers that are followers just because..

link|flag
Hm do i get a downvote for not liking Java or what? Humpf. – Filip Ekberg Dec 20 '08 at 18:26
Java has been JIT'ed since 1.2 at least. Silverlight gives a new meaning to th eword cross-platform. – Stephan Eggermont Dec 20 '08 at 18:26
It's not JIT'ed in the same sense as .NET is, otherwise why would Java be so darn slow? o.O – Filip Ekberg Dec 20 '08 at 18:27
java is jitted, it's not "completely interpreted". get your books and read please. in fact java with its primitive types even has a performance benefit sometimes. – Johannes Schaub - litb Dec 20 '08 at 19:15
@Filip, java is JIT'd now. The main difference though is Java was designed to be interpretted, while .Net was designed to be JIT'd. – JaredPar Dec 20 '08 at 20:10
show 5 more comments

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