Originally posted by Ulf Dittmer:
One of the aims of JavaFX (and of the "Consumer JRE") is to address some of the drawbacks of applets. It still makes sense to offload processing to the client; keeping a farm of servers that run web applications is expensive. So it depends on your perspective whether it's a good thing or a bad thing to run code on the client. What's not in doubt is that Java (applets or JavaFX) can provide a richer client environment than HTML/CSS/DOM/JavaScript.
@Ulf,
Thanks for replying! Though servers may prove costly to host the web application, offloading can be malicious and vulnerable too, IMHO.
Yeah!! When we see some sample implementation, JavaFX/Applets give some life to the web apps, which the rest of the technologies don't!
For the benefit of others
=========================
Ulf has thrown light on "Consumer JRE"! This is an update to the Java SE 6.
Refer
this article for more information!!