-
Book Overview & Buying
-
Table Of Contents
JavaFX 1.2 Application Development Cookbook
By :
In this chapter, we will cover the following topics:
Saving data locally with the Storage API
Accessing remote data with HttpRequest
Downloading images with HttpRequest
Posting data to remote servers with HttpRequest
Uploading files to servers with HttpRequest
Building RESTful clients with the PullParser API
Using the feed API to create RSS/Atom clients
Visualizing data with the JavaFX Chart API
All popular rich client platforms provide inherent support for local and remote data retrieval and persistence. JavaFX is no different. This chapter explores the tools that are available in JavaFX to access and manipulate data locally or remotely, and how to perform data visualization using the newly added JavaFX chart components.
Part of the recent additions to version 1.2 of the SDK includes the Storage API. This API is designed to provide secure and uniform data storage and retrieval services for client applications working in offline mode. This chapter...
Change the font size
Change margin width
Change background colour