- JavaFX Essentials
- Mohamed Taman
- 243字
- 2021-07-16 14:03:21
JavaFX goals
JavaFX came to light with a primary goal – to be used across many types of devices, such as embedded devices, smartphones, TVs, tablet computers, and desktops. JavaFX also follows Java's write once, run anywhere paradigm.
JavaFX 8 is written totally from scratch in Java language, it makes you feel at home. Therefore, applications written in JavaFX can be deployed on desktops, laptops, the Web, embedded systems, mobiles, and tablets.
Embedded systems are no longer supported by Oracle; it is left to companies like ARM and others to support it. Mobile devices have never been supported from JavaFX 2.x to 8.x; the support exists now only because of OpenJFX. The community has benefitted from open source bringing JavaFX to mobile environments.
For more about OpenJFX, visit https://wiki.openjdk.java.net/display/OpenJFX/Main.
JavaFX is a set of graphics and a media package that enables developers to design, create, test, debug, and deploy rich client applications that operate consistently across perse platforms, in one bundle, without the need for many separate libraries, frameworks, and APIs to achieve the same goal. These separate libraries include media, UI controls, WebView
, 3D, and 2D APIs.
So if you are a Java frontend developer, an experienced Java Swing, Flash/Flex, SWT, or web developer looking to take your client-side applications to the next level, and you want to develop an attractive and complex user interface for your customer, then you are on track learning JavaFX skills – this book is for you.
- Puppet 4 Essentials(Second Edition)
- Web應用系統(tǒng)開發(fā)實踐(C#)
- 無代碼編程:用云表搭建企業(yè)數(shù)字化管理平臺
- Learning Bayesian Models with R
- Java程序員面試算法寶典
- UI智能化與前端智能化:工程技術、實現(xiàn)方法與編程思想
- 單片機應用與調試項目教程(C語言版)
- 一塊面包板玩轉Arduino編程
- Azure Serverless Computing Cookbook
- PHP編程基礎與實踐教程
- WildFly Cookbook
- Application Development with Parse using iOS SDK
- Java程序設計教程
- 前端架構設計
- C語言程序設計