Is Java becoming the de facto standard from Linux application development in the same way .NET is the standard for Windows application development? If not why not?
|
|
In short: No. It really depends on what sort of application you are writing. For many the answer is still regular old C/C++ (if doing, say Qt or GTK+ GUI development). Many doing GTK+ development may also be using Python + PyGTK. If doing web or web services development, you see lots of Ruby, Python, PHP, and Java. |
|||||||||||||||||
|
|
I don't see Linux having a 'standard' development platform because one of the main differences with Microsoft 'ecosystem' is that is not a single-vendor platform. .NET is the standard platform on Windows only because it is made by the same company that makes the operating system. |
|||||
|
|
While the answer may seem to be yes to the casual user, it really isn't a good comparison. There are many different computer languages that can run under Linux and Windows. In fact, the different .NET languages (such as C#) can run under Linux using Mono. In addition, there are MANY programs written in Java that run just fine under Windows. A better comparison might be Java is to the Java Run Time Engine as C# is to the .Net Framework. |
|||
|
|
|
Linux defies standards in many ways, because it is such a diverse community. Personally I'm a big advocate of mono with c#, mostly because I feel more comfortable with the monodevelop ide (closer to visual studio) rather than eclipse, which ive always been particularly clumsy with. |
||||
|
|
|
Since when is Java the de facto standard for Linux development? GNU is mostly C, GTK and GNOME are mostly C, X Windowing System is C, KDE is C++. I use linux and I don't even bother to install Java - nothing I use needs it. |
|||
|
|
|
Not really, though perhaps it should (from the perspective of making the Linux desktop successful). While you can use Java on Linux as a platform in a similar way to .Net on Windows there are two substantial differences:
Having said all that, I think the failure of the Linux community to properly embrace Java on the Desktop is the main reason why Linux hasn't yet been successful in the desktop space. Java and it's huge library/tool ecosystem is the only open source platform that can realistically compete and win with .Net for general purpose application development. And if more people developed Java applications (which can run identically on Windows and Linux) then the Microsoft desktop monopoly would be substantially weakened. |
|||
|
|
