Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

What is JavaFX?

  Asked By: Ricky    Date: Aug 14    Category: Java    Views: 587
  

Does anyone know what is JavaFX?
If you a know a good documentation
on the web, give me a link or if you
have one in your desktop, send me
copy.

Share: 

 

4 Answers Found

 
Answer #1    Answered By: Dep Tran     Answered On: Aug 14
 
Answer #2    Answered By: Cesara Fernandez     Answered On: Aug 14

you can get some basic informations about JavaFX
with this link.

https://openjfx.dev.java.net/JavaFX_FAQ.html

 
Answer #3    Answered By: Daimon Jones     Answered On: Aug 14

Thank you for your reply, but when I clicked the link, I got
403 error that means access to page is forbidden. I think that
Sun blocked this site for Iran's residents?

 
Answer #4    Answered By: Aabirah Khan     Answered On: Aug 14

JavaFX is a name for set of things related to each other:

1) a RIA (Rich Internet Application) framework like Adobe Flex and Microsoft Silverlight
the difference is it is based on Java, instead of flash pluging you need JVM on client
so unlike Silverlight it runs on every OS.
like flash which has its own scripting language JavaFX has its own scripting language
the JavaFX plugin is a Java Application it self that runs JavaFX scripts and provides access to Java API

2) JavaFX script
the scripting language used in JavaFX appplications

3) JavaFX mobile
the JavaFX runtime for JavaME (J2ME) Mobile phones , similar to flashlit

adding to URLs posted by sasan here is WIKI of developers:
http://jfx.wikia.com

and here is the project development site:
https://openjfx.dev.java.net/

I personally like It and I am going to give  it a try at my next project, it feels like return of applets..

 
Didn't find what you were looking for? Find more on What is JavaFX? Or get search suggestion and latest updates.




Tagged: