Java Reference
In-Depth Information
7
Deployment and
Integration
In this chapter, we will cover the following topics:
F Building and packaging your app with an IDE
F Building and packaging your app with javafxpackager
F Packaging your app to get Web Start(ed)
F Packaging your app as an applet
F Passing arguments to JavaFX applications
F Making your applets drag-to-install
F Controlling JavaFX applets from JavaScript
Introduction
Deployment and integration are critical steps in getting your application to its intended
audience. Regardless of how polished or feature-rich your rich-client application happens to
be, it will be tossed quickly to the side if its users are unable to access and run it with ease
and no fuss. In this chapter, we will look at the many deployment options available to get your
JavaFX applications to your audience.
 
Search WWH ::




Custom Search