Re: .NET vs J2EE papers
From: Duane Arnold (notme_at_notme.com)
Date: 03/12/05
- Next message: Willem: "Re: Variation of bit-counting"
- Previous message: MSCHAEF.COM: "Re: .NET vs J2EE papers"
- In reply to: MSCHAEF.COM: "Re: .NET vs J2EE papers"
- Next in thread: MSCHAEF.COM: "Re: .NET vs J2EE papers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 12 Mar 2005 21:38:25 GMT
mschaef@fnord.io.com (MSCHAEF.COM) wrote in
news:oOGdnQ7eY6dVxa7fRVn-tA@io.com:
> In article <Xns96178A3377D11notmenotmecom@204.127.204.17>,
> Duane Arnold <notme@notme.com> wrote:
> ...
>>There are free IDE(s) for .Net and all one needs is the .NetFramework
>>installed on the machine. In addition, .Net is standard like Java is
>>and standard but unlike Java, MS doesn't own or control .Net.
>
> They may not control .Net in a de jure sense, but since they control
> the biggest .Net implemetation by far, they do control .Net in a de
> facto sense. Remember that it's Mono that's struggling to implement
> Windows Forms, not Microsoft that's struggling to implement GTk#.
>
>>.Net is platform independent
>
> That's true, but more superficially than you imply. The ECMA standard
> subset of .Net is a relatively small piece of the whole Microsoft .Net
> offering. There are significant parts of the framework that aren't
> covered: Windows Forms is one such part. Windows Forms itself amounts
> to a relatively thin layer over the underlying Win32 API. A fair
> amount of the Win32 mechanism is exposed, enough that the Mono
> implementation of Windows Forms was being built using the Wine Win32
> emulation layer, until relatively recently.
>
> The upshot of all this is that you can't buy a copy of Visual Studio,
> write a program naively, and expect it to run under Mono unchanged.
> You have to take particular steps to make that happen, one of which
> might well be switching to GTk# from Windows Forms. Ultimately, Java
> probably has a better "Write Once, Run Anywhere" story, although even
> that's not all that great.
>
> -Mike
VS .Net 2003, 2005 etc. etc. is MS owned and is geared towards the MS
platform and I wouldn't expect that the code should be able to run on a
different platform without some changes to the code in someway. But the
fact remians that it can run in the long run is all that counts.
And MS is just one vote on the ECMA and ISO .Net Standards Committees
that controls what happens to .Net along with Sun Micro Systems, HP, and
Intel.
Duane :)
- Next message: Willem: "Re: Variation of bit-counting"
- Previous message: MSCHAEF.COM: "Re: .NET vs J2EE papers"
- In reply to: MSCHAEF.COM: "Re: .NET vs J2EE papers"
- Next in thread: MSCHAEF.COM: "Re: .NET vs J2EE papers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|