JavaFX – Another Misguided Attempt?

One of the phrases that seems to be on peoples lips during the last few days has been the new JavaFX. In a nutshell, JavaFX is a new method to create rich internet applications.

There is an article on Internet News praising JavaFX and declaring that it is going to be the end of Ajax. Huh. Well, let’s look at a few arguments in that article:

…by using the locally installed Java SE files. Only one new library needs to be installed along with the Java SE or ME installation, depending on the device.

Reaallly. So, automatically the use of JavaFX is dependent upon a locally installed piece of software. That’s not a bonus – that’s a drawback. And he repeats it again here:

JavaFX eliminates that need [using lengthy Javascript code] by using the locally installed Java SE files.

Apparently Sun (and this author) missed the boat on the idea of applications that run entirely in the browser and completely independent of the desktop.

Just for a bit of humor – here’s one tidbit from that article:

Another problem with writing AJAX applications is it inevitably forces manual code creation, a skill Web content creators typically do not have.

*gasp* How dare we expect web content creators to be able to manually code!

Another article has some words from James Gosling of Sun.

Easy applet creation also is possible, Gosling said.

That is, in a word, scary. The idea of anything making Java applets more easily created for widespread web use is disturbing.

On a slight tangent:

Gosling noted the irony in that while the popular JavaScript scripting language looks like Java but is not, the opposite is true for JavaFX.

When will people stop naming things using the word Java if it’s not Java? I just don’t get it. Javascript makes everyone think its the same as Java (which its not) and JavaFX code apparently doesn’t even look like Java. What a surprise. Next thing we know we’re going to hear about something called PHPX that has code that looks like Python (while that may not be a bad thing actually – I’m tired of the misnomers).

Now, one upside to it:

Additionally, Web applications can be built that also work in a disconnected mode.

Now that is a bonus – but when you consider how it works, it’s not really a bonus at all. What WILL be special is when people can create applications that will completely work in offline mode, but are not reliant on your desktop. Meaning that the web application can run in online mode, touching nothing at all on your computer, but that if you WANTED to use the application offline, you could download a version of it and later sync with your online version. Or something to that general effect.

The solution IS NOT to create online applications that begin by being dependent on desktop software. That is what we used to do. It’s what we are trying to get away from.

Sun says that:

JavaFX Script takes advantage of the Java Runtime Environment’s (JRE) ubiquity across devices

Anyone who has every run across a website application that uses Java knows the enormous lag time that happens while the Java Runtime Environment (JRE) loads up on your computer. It’s about as bad (often times worse) than going to a website that doesn’t first alert you to the fact that it’s about to load up a PDF.

People who would claim that the extra code to write an Ajax app is worse than having to load up the JRE needs to get out their stopwatch and time it.

I can’t seem to find sample code anywhere for the new JavaFX – at least not on the site proper. I have found 1, and only 1, example linked from their site and that is for a line game.

Somewhere along the lines of Adobe’s new Apollo, JavaFX seems to be going in the exact opposite direction that most of the web is right now. Web developers and consumers want less reliance on their desktop, not more. They are asking for ‘all-online’ services so they can work from their home computer, and continue where they left off from their office computer.

Unless I’m misunderstanding JavaFX greatly – this seems like two steps back.

~Nicole

3 Replies to “JavaFX – Another Misguided Attempt?”

  1. I’m quite curious how JavaFX will develop. I feel the Adobe Flex initiative has done a lot to push the rich internet approach to application development. JavaFX seems like another guy jumping on the bandwagon. I agree with your scepticism regarding load times etc. I’m also sorry there is yet another language syntax to learn.

    I feel that the place where JavaFX will really shine in the mobile space where Java is ubiquitous and nothing else is. In traditional webland I would want significant startup speed improvements and the option not to be bothered with those pesky security notices all the time before I would even consider it. However, the power of the Java platform in stead of the limitations of Flash is something to consider.

  2. @M
    You bring up a good point about mobile environments, and that’s not something that should be overlooked as a bonus with this.

  3. I really doubt that a web page creator who has no skills in programming will have the ability to understand JavaFx. Even if JavaFx would be as easy to use as msWord or Contribute to create a web-page, even low-level web-applications need some background in programming skills. This way they will end in a library with some popular scripts. There are already tons of precoded stuff online.
    Then Java and the Ajax are two totally styles of programmig. If they would compare with languages that use a serverside base, too, I could understand.

    However ajax will be killed by easy, the pure javascript serverside call.

Comments are closed.