- 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.
- C及C++程序設(shè)計(jì)(第4版)
- Unity 2020 By Example
- 深入淺出Spring Boot 2.x
- Spring Boot+Spring Cloud+Vue+Element項(xiàng)目實(shí)戰(zhàn):手把手教你開發(fā)權(quán)限管理系統(tǒng)
- NumPy Essentials
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- 微服務(wù)架構(gòu)深度解析:原理、實(shí)踐與進(jìn)階
- Visualforce Developer’s guide
- Learning VMware vSphere
- Exploring SE for Android
- WordPress Search Engine Optimization(Second Edition)
- 軟技能2:軟件開發(fā)者職業(yè)生涯指南
- HTML5程序開發(fā)范例寶典
- C# 10核心技術(shù)指南
- PHP從入門到精通(第7版)