Paul L Anderson wrote:JavaFX can be used in place of Swing, but it's is not meant to be a replacement for the Swing technology. For simple GUI apps, JavaFX lets you develop quickly, you don't have to write as much code as you do with Swing, and the end result can enrich the user experience.
Check out Order Your Pizza
http://www.asgteach.com/javafx/orderpizza_launch.htm
from our Essential JavaFX book, which shows how JavaFX bindings simplify the integration of UI components into applications.
So it is possible to develop a full fledge windows desktop application in JavaFX (acting as a frontend), which could interact with an online website developed in PHP+MySQL (acting as backend)?
As i am only interested in developing desktop application, and not any web application. So can JavaFX, developing in it being easier than Swing, be used solely for the development of Desktop Applications ?