|
|
|
|
|
by htor
2037 days ago
|
|
ah, the old web vs java discussion. "why does the browser not come with all the components i want built-in, having the exact look n feel that my OS has?". "i have to actually write code to get a popup?". "markup language? style sheets?? bollocks!". "surely, java is more mature and will enable me to make better apps, in less time". "it's running on a JVM, didn't you know?". "so it's more performant". ok. js css html won the web platform. and they have an increasing piece of native. oops! this is not a random trend, but for a good reason. java for GUIs is not going to be popular again. it's already been tested and it failed the test. the old timer java mindset still wants the web but it does not want to learn web. working with the web is not a "hack", nor is the DOM only suitable for representing "documents". you left in 1995 and failed to catch up with modern standards. it's a flexible system, but does not come with all the batteries. but to counterweigh that it has a massive ecosystem, a package manager with plenty of off the shelf parts, if you want them. performancewise, the browser engines are getting faster and faster every day, optimised for rendering. v8 is hugely successful natively. the DOM is very suitable as a generic GUI model to work with. back in 1995 it was not. wake up Java devs. your arguments are getting increasingly flaky.. |
|