Chapter 8. Web services with style

This chapter covers

  • Calling a web service
  • Parsing an XML document
  • Dynamically editing the scene graph
  • Animating, with off-the-shelf transitions

In this chapter we’re going to cover a range of exciting JavaFX features—and possibly the most fun project thus far. In previous chapters we were still learning the ropes, so to speak, but now that bind and triggers are becoming second nature and the scene graph is no longer a strange alien beast, we can move on to some of the power tools the JavaFX API has to offer.

We’ll start by learning how to call a web service and parse its XML response. As more of our data is moving online and hidden behind web services, knowing how to exploit their power from within our ...

Get JavaFX in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.