JavaFX: Difference between revisions

Content deleted Content added
+links
No edit summary
Line 17:
| website = http://javafx.com/
}}
'''JavaFX''' is a [[software]] platform]] for creating and delivering [[rich Internet application]]s that can run across wide variety of connected devices. The current release (JavaFX 1.2, June 2009) enables building applications for desktop, browser and mobile phones. TV set-top boxes, gaming consoles, [[Blu-ray]] players and other platforms are planned.
 
JavaFX is fully integrated with the [[Java Runtime Environment]] (JRE) – JavaFX applications will run on any desktop and browser that runs the JRE and on top of mobile phones running [[Java ME]].
Line 28:
}}</ref>.
 
On mobile, JavaFX is capable of running on multiple mobile operating systems, including [[Android (operating system)|Android]], [[Windows Mobile]], and proprietary [[real-time operating system]]s.
 
Current release of JavaFX platform includes the following components:
 
# The JavaFX SDK: JavaFX compiler and runtime tools. Graphics, media web services, and rich text libraries
# [[NetBeans]] IDE for JavaFX: NetBeans with drag-and-drop palette to add objects with transformations, effects and animations plus set of samples and best practices. For Eclipse users there is a community-supported plugin hosted on [[Project Kenai]] [<ref>http://kenai.com/projects/eplugin]</ref>
# Tools and plugins for creative tools (a.k.a. Production Suite): Plugins for [[Adobe Photoshop]] and [[Adobe Illustrator]] that can export graphics assets to JavaFX Script code, tools to convert SVG graphics into [[JavaFX Script]] code and preview assets converted to JavaFX from other tools
 
Commentators have speculated JavaFX to compete on the desktop with [[Adobe Flash Player]], [[Adobe AIR]], [[OpenLaszlo]], and [[Microsoft Silverlight]].
 
==Technical highlights==