faq
flatforty
contribute
subscribe
configure
search
rdf
main
parent
thread
|
Re: .NET is a big waste of time
by Marc on Tuesday 19/Mar/2002, @05:06
|
We can port program in Java since years and it work very well.
In Java, there is even a native toolkit integration. It is called AWT.
And nobody uses it! It is not because it not slow or because the API is bad.
It goes even very fast.
But when you write your application for a OS (ex Linux), it looks awful
in another one (ex Windows). To solve that, you finish by having a part
of your code that handles the difference between the OS. Just because
of that, nobody uses it.
I do not want to see .NET. Just because it is Microsoft. They do not
compete by technology but by a huge distribution channel.
In the Java world, everything is not perfect too.
I think there is no public implementation of AWT in QT. It is just Motif.
Trolltech has written one for the Zaurus. But it is not available on Linux.
It should be very, very good to have it as a standard part of the JDK on Linux |
|
|
The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: .NET is a big waste of time
by Boemer on Tuesday 22/Feb/2005, @11:37
|
AWT was terrible, you probably mean SWT?
Swing is also terrible, first you need a good look & feel,
combining the new XP look+feel with JGoodies is a good way...
But with Java you can't make quickly some dialogs, with C#
and .NET you can get good looking dialogs very quickly.
Just like I could for years with Delphi.
Java has its strong points, but GUI development is not one
of them. And for Gnome and KDE we need GUI's not backend
programs.
C# is a good programming languages, it has most of the things
I liked from Delphi, and as a big improvement over C++ and C, it
has internal string class. It would be nice if Trolltech would help
and make a version where the QString class is not needed any
more for the QT/C# bindings.
But I don't see many differences between using Mono with GTK#
or QT#, and Java using SWT, for every plattform you need a
new GUI Design. Hopefully one day someone will come up with
a better solution for that...
|
[
Reply To This | View ]
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|
|