Java Dead? Three articles…

At ZDNet, there is an opinion piece must read titled Tempest in a Teapot. A brutal indictment of Java on the desktop.

In this NetworkWorldFusion article some of Java’s biggest names question it’s chances for survival, including a Boland survey of corporate bigwigs. Check out the related JavaLobby thread.

At TheServerSide you’ll find a flawed, but good read – J2EE to Oblivion?. Pay particular attention to the message board. via rebelutionary

Java is getting squeezed on two fronts. One, it’s never put forth a succesful desktop platform. Don’t talk to me about applets. They are cool. But that’s about it. And Swing is too hard for the Windows VB and Delphi influenced world. And too damn slow. Why no desktop compiler that optimizes performance for the platform? That won’t damage write once run anywhere. Idealism be damned. Why no VB like IDE? Now there *is* progress on that front, but maybe it’s too late. Two, you now have .NET attacking Java where it has found a huge degree of adoptance, server side apps, and it will surely be simpler and easier to use. J2EE is extrememly powerful, but complex.

No, I don’t think Java is dying. Far from it. But I hope to see some real progress made on those these fronts in the future. I really think the Java platform is becoming bloated, the focus has been to encompass as many functionalities in it’s APIs as possible, and if the focus would shift to the big fundamentals – ease of development, ease of deployment, and speed (on the desktop – server side apps are just fine thank you), well Java would be really kick ass and it’s future secure.

One thought on “Java Dead? Three articles…

  1. The API bloat always bothered me, too. It seemed like every quarter there was some new version of the JDK encompassing more and more APIs. Wouldn’t it have been simpler to keep things modular, and let people just install the modules they need instead of always playing JDK catch-up?

Comments are closed.