473,395 Members | 1,885 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

What'll happen to Java when...

....Microsoft ports the .NET framework to other operating systems? Will
the only advantage that Java has over .NET be lost?

I've been a Java programmer and will be shifting to .NET soon. Is this
a wise choice? Is the learning curve for C# a lot flatter than Java?

Jun 25 '07 #1
14 1854
...Microsoft ports the .NET framework to other operating systems? Will
the only advantage that Java has over .NET be lost?
Other people (not Microsoft) are doing the porting already. It's called the
Mono Project.
I've been a Java programmer and will be shifting to .NET soon. Is this
a wise choice? Is the learning curve for C# a lot flatter than Java?
I'm a little unsure about how you'd use C# on a small embedded system. It's
a big language and a big framework. Does Java have any advantages in that
regard?
Jun 25 '07 #2
cat_dog_ass <de*****************@yahoo.comwrote:
...Microsoft ports the .NET framework to other operating systems? Will
the only advantage that Java has over .NET be lost?
Java has some other advantages:
1) It's had many years to get established in a lot of places which
won't want to change any time soon
2) There's a lot more 3rd party support for Java (in terms of open
source libraries etc)
3) Eclipse :)
4) Java going open source will open doors in some places, and for a
long time it's been helpful to be able to debug into the standard
libraries
I've been a Java programmer and will be shifting to .NET soon. Is this
a wise choice? Is the learning curve for C# a lot flatter than Java?
I'd say that (particularly with the changes in C# 2 and 3) C# has
become a significantly more complex language than Java. In both cases,
however, learning the framework is probably a bigger task than learning
the language itself.

As for the wisdom of the choice: I don't think a good C# and Java
developer will find it hard to get work any time soon.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Jun 25 '07 #3
Michael A. Covington wrote:
I'm a little unsure about how you'd use C# on a small embedded
system. It's a big language and a big framework.
You can use C# with the Compact Framework on Windows CE based embedded
platforms. You won't be able to satisfy hard real-time requirements but
neither will any Java run-time.

Ebbe
Jun 25 '07 #4
On Jun 25, 7:48 am, "Ebbe Kristensen" <e...@ekologic.dkwrote:
Michael A. Covington wrote:
I'm a little unsure about how you'd use C# on a small embedded
system. It's a big language and a big framework.

You can use C# with the Compact Framework on Windows CE based embedded
platforms.
True - but I think Java has generally been made to scale down beyond
where you'd normally see the Compact Framework.
You won't be able to satisfy hard real-time requirements but
neither will any Java run-time.
I don't know to what level it satisfies hard constraints, but real-
time Java has been under development for a long time:

http://java.sun.com/javase/technolog...time/index.jsp

(I can't say I've heard much about it being *used* admittedly...)

Jon

Jun 25 '07 #5
"Michael A. Covington" <lo**@ai.uga.edu.for.addresswrote in message
news:eq**************@TK2MSFTNGP04.phx.gbl...
[...]
I'm a little unsure about how you'd use C# on a small embedded system.
It's a big language and a big framework.
There is the .NET Micro Framework:

http://msdn2.microsoft.com/en-us/embedded/bb267253.aspx
Jun 25 '07 #6
Java has some other advantages:
1) It's had many years to get established in a lot of places which
won't want to change any time soon
In addition, the platform support for Java is much larger - you won't see
Mono running on mainframes anytime soon.
2) There's a lot more 3rd party support for Java (in terms of open
source libraries etc)
Agreed.
3) Eclipse :)
Having a free full-featured IDE is definitely a great boost (although I personally
prefer IntelliJ Idea for Java development).
4) Java going open source will open doors in some places, and for a
long time it's been helpful to be able to debug into the standard
libraries
I'm not sure how much open sourcing will really change. "In some places"
of course, but frankly I don't think most people care all that much as long
as it's free.

I'll snip the rest, since I agree with Jon.
Jun 25 '07 #7
On Jun 25, 9:01 am, Niels Ull <niels...@hotmail.comwrote:
Java has some other advantages:
1) It's had many years to get established in a lot of places which
won't want to change any time soon

In addition, the platform support for Java is much larger - you won't see
Mono running on mainframes anytime soon.
That's true.

<snip>
3) Eclipse :)

Having a free full-featured IDE is definitely a great boost (although I personally
prefer IntelliJ Idea for Java development).
I haven't used Idea much, but I've certainly heard great things about
it. These days of course, there *is* a reasonably fully-featured free
IDE for C#: Visual C# Express. Unfortunately, it's not *properly*
fully-featured in my view - no unit testing etc.

As soon as you get into the realm of paying for IDEs, things are more
complicated. (Personally I think Visual Studio only becomes acceptable
as a modern IDE when you've got something like ReSharper installed.)
4) Java going open source will open doors in some places, and for a
long time it's been helpful to be able to debug into the standard
libraries

I'm not sure how much open sourcing will really change. "In some places"
of course, but frankly I don't think most people care all that much as long
as it's free.
I think the main difference is that some OS distributions which will
only accept open source code will be able to bundle Java now. How
significant that will be remains to be seen, of course.

Oh to be able to see the real code for the .NET libraries though...
(Yes, there's Reflector, but that's not a decent substitute really.)

Jon

Jun 25 '07 #8
"Jon Skeet [C# MVP]" <sk***@pobox.comschrieb im Newsbeitrag
news:MP*********************@msnews.microsoft.com. ..
Java has some other advantages:
<snip>
3) Eclipse :)
There is a C#-plugin for Eclipse also. Not sure haow well it works though
:-)

Christof
Jun 25 '07 #9
On Jun 25, 9:33 am, "Christof Nordiek" <c...@nospam.dewrote:
<snip>
3) Eclipse :)

There is a C#-plugin for Eclipse also. Not sure haow well it works though
:-)
It was *awful* last time I looked. If Eclipse had C# tooling which was
as good as the Java tooling, I'd have been using it for ages :)

Jon

Jun 25 '07 #10
Jon Skeet [C# MVP] wrote:
On Jun 25, 9:01 am, Niels Ull <niels...@hotmail.comwrote:
Java has some other advantages:
1) It's had many years to get established in a lot of places which
won't want to change any time soon

In addition, the platform support for Java is much larger - you won't see
Mono running on mainframes anytime soon.

That's true.

<snip>
3) Eclipse :)

Having a free full-featured IDE is definitely a great boost (although I
personally prefer IntelliJ Idea for Java development).

I haven't used Idea much, but I've certainly heard great things about
it. These days of course, there *is* a reasonably fully-featured free
IDE for C#: Visual C# Express. Unfortunately, it's not *properly*
fully-featured in my view - no unit testing etc.

As soon as you get into the realm of paying for IDEs, things are more
complicated. (Personally I think Visual Studio only becomes acceptable
as a modern IDE when you've got something like ReSharper installed.)
4) Java going open source will open doors in some places, and for a
long time it's been helpful to be able to debug into the standard
libraries

I'm not sure how much open sourcing will really change. "In some places"
of course, but frankly I don't think most people care all that much as
long as it's free.

I think the main difference is that some OS distributions which will
only accept open source code will be able to bundle Java now. How
significant that will be remains to be seen, of course.

Oh to be able to see the real code for the .NET libraries though...
(Yes, there's Reflector, but that's not a decent substitute really.)

Jon
Hi Jon,
I haven't used Idea much, but I've certainly heard great things about
it. These days of course, there *is* a reasonably fully-featured free
IDE for C#: Visual C# Express. Unfortunately, it's not *properly*
fully-featured in my view - no unit testing etc.
Also, it doesn't run on Linux.

--
Tom Spink
University of Edinburgh
Jun 25 '07 #11
Alberto Poblacion wrote:
There is the .NET Micro Framework:

http://msdn2.microsoft.com/en-us/embedded/bb267253.aspx
Interesting. Thanks for that link.

Ebbe
Jun 25 '07 #12
On 25 Jun, 09:57, Tom Spink <tsp...@gmail.comwrote:
Jon Skeet [C# MVP] wrote:


On Jun 25, 9:01 am, Niels Ull <niels...@hotmail.comwrote:
Java has some other advantages:
1) It's had many years to get established in a lot of places which
won't want to change any time soon
In addition, the platform support for Java is much larger - you won't see
Mono running on mainframes anytime soon.
That's true.
<snip>
3) Eclipse :)
Having a free full-featured IDE is definitely a great boost (although I
personally prefer IntelliJ Idea for Java development).
I haven't used Idea much, but I've certainly heard great things about
it. These days of course, there *is* a reasonably fully-featured free
IDE for C#: Visual C# Express. Unfortunately, it's not *properly*
fully-featured in my view - no unit testing etc.
As soon as you get into the realm of paying for IDEs, things are more
complicated. (Personally I think Visual Studio only becomes acceptable
as a modern IDE when you've got something like ReSharper installed.)
4) Java going open source will open doors in some places, and for a
long time it's been helpful to be able to debug into the standard
libraries
I'm not sure how much open sourcing will really change. "In some places"
of course, but frankly I don't think most people care all that much as
long as it's free.
I think the main difference is that some OS distributions which will
only accept open source code will be able to bundle Java now. How
significant that will be remains to be seen, of course.
Oh to be able to see the real code for the .NET libraries though...
(Yes, there's Reflector, but that's not a decent substitute really.)
Jon

Hi Jon,
I haven't used Idea much, but I've certainly heard great things about
it. These days of course, there *is* a reasonably fully-featured free
IDE for C#: Visual C# Express. Unfortunately, it's not *properly*
fully-featured in my view - no unit testing etc.

Also, it doesn't run on Linux.

--
Tom Spink
University of Edinburgh- Hide quoted text -

- Show quoted text -
There's also SharpDevelop at http://www.icsharpcode.net/OpenSource/SD/

I've never used it, but the feature list looks impressive, here's a
comparison against Express:

http://community.sharpdevelop.net/bl...omparison.aspx
Jun 25 '07 #13
cat_dog_ass wrote:
...Microsoft ports the .NET framework to other operating systems? Will
the only advantage that Java has over .NET be lost?
It will not happen.

MS is not particular interested in it.

The other big commercial vendors are is not particular interested in it.

It is all about money.

Mono is a very interesting project, but the market impact of it are
close to zero.
I've been a Java programmer and will be shifting to .NET soon. Is this
a wise choice? Is the learning curve for C# a lot flatter than Java?
C# is a bit larger language than Java, so more to learn, but if you
known Java then C# will be easy to learn.

Half joke: sometimes the most work in converting code from Java to C# is
to move the start curly brackets and change casing of method names.

Arne

Jul 5 '07 #14
Christof Nordiek wrote:
There is a C#-plugin for Eclipse also. Not sure haow well it works though
I know about 2:

http://www.improve-technologies.com/alpha/esharp/
http://black-sun.sourceforge.net/releases.html

I find both of them useless.

If anyone know of a better plugin, then please tell us.

Arne
Jul 5 '07 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: JavaDev | last post by:
This java environment is crazy, you J2EE, JSE, JRE, WSDP, and so on and so on. I need to determine what SDK I have installed on my computer because I want to try and get java web services to work...
3
by: P.Hill | last post by:
I have this simple bit of code that when you check a checkbox and it displays or hides two other fields (well actually two parts of the document with two different IDs. Pretty straight forward......
1
by: lauch2 | last post by:
After performing the following steps, what happen to my application or the system: 1. My application has a class, namely CMyWnd, which is inherited from CWnd. 2. Instantiate a CMyWnd object by:...
12
by: William | last post by:
VB6 had the ability to pause your execution while debugging, messing with the code, and continue executing right from where you left off. Is DotNet ever going to have this capability? I really...
0
by: ABC | last post by:
class PremiumControl { DataTable DefaultView; LoadData() ............ SaveData() ...................
8
by: luanhoxung | last post by:
hi all! i want to create group text for showing my invoice number. the invoice no. is created by 3 parts. 1st part: autonumber increasing at each new record. 2nd part: 2 characters of current...
5
by: Vols | last post by:
class A{ public: int x; }; class B : public A{ public: int y; }; void foo()
1
by: jemar19 | last post by:
sample output: you enter a date: august 3 2008 valid date sample output: you enter a date: august 33 2009 invalid date valid date: 12 months...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.