Java desktop links of the week, August 22

A heap of interesting links this week, so I hope there is something of interest in the links below for you! As always, feel free to email me your links if you think they are worth sharing to everyone else. Let's get into things!

JavaFX

  • The JavaFX 2.0 beta builds keep on rolling off the production line. This week we have build 40 ready to be tested. From my point of view, the most exciting thing about this release is the performance improvements we're starting to get into releases. Our specialised performance team are finding memory leaks and CPU hogs, and the engineers are doing their best to get things as performant as possible. In particular, b40 includes a heap of performance improvements to CSS and controls performance. Of course, there are plenty of bug fixes, and the general polishing that is expected of a relatively late-stage beta release. As always, my plea remains: please get it onto your machine and give it a good thrashing. Bug reports and complaints are highly appreciated!
  • Dean Iverson has been busy posting two screencasts about building GroovyFX applications on to his blog. The first screencast is about how to get started with Griffon, GroovyFX, and JavaFX. The second screencast is concluding the basic introduction, introducing features such as binding, automatically generating properties, and keeping your JavaFX user interfaces as succinct as possible using the power of Groovy.
  • Over at FX Experience we posted an updated 'Introducing FXML' document. This should hopefully answer some of the questions you have.
  • If the technical documentation over at FX Experience isn't enough, there is also a 'Getting started with FXML' article on the Oracle JavaFX website. This article works through the process of building a simple, example application and gives a good overview of how to work with FXML.
  • And if that documentation isn't enough, the JavaFX documentation team at Oracle have just posted a blog about all the new and updated documentation that recently got pushed online. They're doing an excellent job making sure there is a lot of high-quality documentation about JavaFX 2.0, and my hats are off to them, knowing how much the engineers have increased their workload by changing APIs over the last few months.
  • Tom Schindl has released e(fx)clipse 0.0.3, which includes CSS validation improvements for customising the look of your applications.

Swing

Griffon

Miscellaneous

  • Josh Marinacci has released a new build of his Leonardo and Amino projects. As he notes, "This is mainly to improve fidelity when exporting graphics to Amino JS. Every shape and fill type is supported now, as are shadows if you cache the node."

Have a great week everyone :-)

Thoughts on “Java desktop links of the week, August 22”