A huge amount of Java news and links this week, certainly something for everyone, I hope. As always, I'm keen to hear from you folks with any news or links you think should be included. You can find my contact details to the right.
Swing
- Single-handedly saving the Swing section this week is Kirill Grouchnikov. He has two posts on his polishing of Onyx, firstly just a teaser of his progress, and subsequently a blog post covering the changes in more detail.
JavaFX
- The JavaFX documentation team have updated both the JavaFX 1.3 Migration Guide and the 'Using Layout Containers' documentation.
- Rakesh Menon has posted a TableView implementation he has created. It makes use of our new Cell architecture for virtualising scrollable areas (e.g. We used it in 1.3 for ListView and TreeView). Whilst his approach is basic, it works in JavaFX 1.3 and may certainly meet your needs.
- Jan Goyvaerts posted an A* path finding implementation in JavaFX this week, which is very cool. He has included a very good writeup, as well as the source code.
- Osvaldo Doederlein has posted a JavaFX implementation of Conway's Game of Life. In his usual style he dives deep into performance implications and how he thinks they can be worked around. A great post.
- Alex Ruiz has announced the release of version 1.0b1 of the FEST JavaFX compiler Maven plugin. This plug-in compiles JavaFX source and test files.
- Stephen Chin has announced a beta 2 release of JFXtras 0.7, which aims to get JFXtras working on JavaFX 1.3. Importantly, this release has controls ported over to JavaFX 1.3. He has also blogged about his upcoming JavaFX talks at Jazoon and JavaOne.
- Antoine Mischler has blogged about his thoughts on developing a business application using NetBeans Composer.
- The NetBeans team have put up a good article on data binding in NetBeans 6.9.
- The Exadel blog has a post covering some of the features of the JavaFX plugin for Eclipse that they develop.
- Nii Osei-Agyemang has started a new blog covering how he plans to use JavaFX for GIS. Some recent posts cover his planned GIS architecture, how he ported to JavaFX 1.3, and how he is making use of JavaFX web service APIs.
- Speaking of GIS, I came across the PiriMap JavaFX application which does a similar thing. Unfortunately, I only have a video to show.
- Daniel Ziltener has posted an example of how he used the JavaFX Storage API, and is seeking your thoughts on how to improve it.
- I put up the slide deck I used for the two-hour JavaFX introduction talk I gave recently.
Griffon
- Andres Almiray has announced that Griffon 0.3.1 is now available for download. This release has new features as well as bug fixes.
That's that for another week. Keep up the great work everyone - it's great fun finding and reading what you're working on. Catch you all next week! :-)
Thoughts on “Java desktop links of the week, May 24”