> - New scripting language. Why? Why should I learn a new scripting > language? I love java... and sun is asking me to write my code in
Can't agree with you on this one. You should see javaFx as a DSL (Domain Specific Language). That is: every problems asks for another solution. In this case javaFX simple fits better in solving the RIA solutions. And don't worry, you can still do a lot in java, and javaFX looks a lot like it. If you are a swing/gwt programming, it has some realllly nice things like for example the "bind" keyword. Just one keyword to bind a variable to some screen presentation. I gwt, you have to use a listener, listener collection, etc... to realize this (and clean it up properly to overcome memory problems). I can give you manyyyy advantages of this... Not even to speak about the Weak reference (Weak listener in SWT/Swing) that isn't supported in javascript, but does in javaFX (java). My experience: in complex RIA app's, this isn't a NICE to have, this is a MUST-have... Try it and you will understand what I mean. I had about the same thoughts before trying it and only playing with simple RIA app's...! > Disclaimer: I have not developed a real application from javafx. My > knowledge is restricted to samples and demos provided by sun. That explains the above remarks... What I miss in this discussion: the whole enterpise strategy plans, which will break/make javaFx. Just the same as how Microsoft made sure their OS was accepted and a success was born (together with the richest man on this planet)....... Soooo time will tell how Java will be accepted in the browser and if we can really use javaFX in a year or so just like Flash. Things look promising, but still..... it's Sun behind it, and not microsoft and they aren't so well in Marketing.... Just my thoughs, Ed --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
