vote up 2 vote down star

Is JavaFX technology for building rich internet applications (RIA) a direct replacement for Java Applets?

flag

78% accept rate
what? ask a question of some kind. – Glen Aug 19 at 10:42
stackoverflow.com/questions/377593/… answers your question too – räph Aug 20 at 5:50

1 Answer

vote up 7 vote down check

No, JavaFX is not a replacement for applets. In fact, the idea is that you write applets that use JavaFX to things like what you can do with Adobe Flash or Microsoft Silverlight.

So rather than replace applets, it's expected that JavaFX might make applets popular again.

link|flag
3  
+1 -- As a side note, this is one of the main reasons Sun chose to essentially rewrite the Java browser plugin from the ground up. You can learn more about this and JavaFX in general by listening to the May 1 2009 episode of Hanselminutes titled "JavaFX and the Web's Four Virtual Machines." Link: hanselminutes.com/default.aspx?showID=178/… – William Brendel Aug 19 at 16:10

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.