The decline and fall of Java on the desktop
jdeploy.substack.com
The decline and fall of Java on the desktop
1–10 of 362 posts
Re: The decline and fall of Java on the desktop
#2This paragraph should really be right in the beginning of the post, instead of in the conclusion.
Re: The decline and fall of Java on the desktop
#3And I despise supporting or troubleshooting Java applications.
Unfortunately that's my life these days.
From an admin perspective, python, php, hell.. Even ruby. All fine. But Java is a nightmare.
Re: The decline and fall of Java on the desktop
#4Re: The decline and fall of Java on the desktop
#5I just wish it'd go away entirely. I'm not a dev. But an admin. And I despise supporting or troubleshooting Java applications. Unfortunately that's my life these days. From an admin perspective, python, php, hell.. Even ruby. All fine. But Java is a nightmare.
Re: The decline and fall of Java on the desktop
#6In the time I was playing around with applets (largely after the dates mentioned in this article, mind you), I don't think I came across any site using applets that didn't stick with . Using / might have been more "correct," but this is also fervently an era where trying to enforce "correct" HTML usage was at best an attempt to whip the tide into submission.
Re: The decline and fall of Java on the desktop
#7Java Swing still lets you make native-looking-and-feeling apps (with some care). I don't know of any new GUI frameworks that let you do the same. I consider this a killer-feature of the framework. It's also very fast, backed by OpenGL and DirectX. It also ships with source code and isn't declarative, so it's trivial to step into as a means to debug why your code isn't working.
Re: The decline and fall of Java on the desktop
#8Java Swing still lets you make native-looking-and-feeling apps (with some care). I don't know of any new GUI frameworks that let you do the same. I consider this a killer-feature of the framework. It's also very fast, backed by OpenGL and DirectX. It also ships with source code and isn't declarative, so it's trivial to step into as a means to debug why your code isn't working.
Re: The decline and fall of Java on the desktop
#9I just wish it'd go away entirely. I'm not a dev. But an admin. And I despise supporting or troubleshooting Java applications. Unfortunately that's my life these days. From an admin perspective, python, php, hell.. Even ruby. All fine. But Java is a nightmare.
Can you explain why it's so hard? I've had a lot better luck running Java apps than Python.
It is working on one server and then broke on a newly built server apparently due to some network settings which devs/ app admins are not aware of.
Re: The decline and fall of Java on the desktop
#10Then I used Netbeans for a Java app, and the code file contained weird sections of artificially not editable code, and event handlers were so much more complex and cumbersome - with inner classes etc. Felt really like a step back.