FX Experience Has Gone Read-Only
I've been maintaining FX Experience for a really long time now, and I love hearing from people who enjoy my weekly links roundup. One thing I've noticed recently is that maintaining two sites (FX Experience and JonathanGiles.net) takes more time than ideal, and splits the audience up. Therefore, FX Experience will become read-only for new blog posts, but weekly posts will continue to be published on JonathanGiles.net. If you follow @FXExperience on Twitter, I suggest you also follow @JonathanGiles. This is not the end - just a consolidation of my online presence to make my life a little easier!
tl;dr: Follow me on Twitter and check for the latest news on JonathanGiles.net.
by Jonathan Giles | Oct 26, 2014 | Links
Heaps of links – enjoy 🙂
- ControlsFX 8.20.8 was released this week, primarily as a bug fix release, but it also included a few nice new controls – so get downloading if you use ControlsFX in your project!
- Hendrik Ebbers and Johan Vos have announced the release of DataFX 8.0. For anyone doing anything remotely interesting with JavaFX, you should definitely check out DataFX.
- Speaking of Johan, he has put up the JavaFX Ensemble application, with unchanged code, into the Android Play Store, as a proof of concept of what is now possible based on his hard work.
- Hendrik Ebbers extreme gui makeover presentation from JavaOne is now available online at Parleys (along with a bunch of other sessions).
- Tom Schindl has pulled out the JavaFX / e(fx)clipse related sessions that are going to be presented at EclipseCon this year – in case you’ll be there.
- Florian Brunner has announced that Drombler FX 0.5 has been released. Drombler FX is a “modular Rich Client Platform for JavaFX based on OSGi and Maven (POM-first).”
- Carl Dea has open sourced the FX Playground project he demonstrated at JavaOne. As he puts it, FX Playground “allows a JavaFX or Html5 developer to run code on the fly without needing to compile a Java project.”
- Adam Bien has posted a video showing how to create a composite view in JavaFX with Scene Builder and dependency injection.
- Jim Laskey has posted part one of his series on ‘porting from the browser to Nashorn/JavaFX‘.
- The SnapCode blog has details about a new feature in SnapCode – interactive exercises.
- Sébastien Bordes has written tip #3 for the JRebirth library: how to never write ‘new Thread()’ again.
- Michael Simons has posted about ‘getting started with JavaFX 8: developing a REST client application from scratch‘.
- Carl has two posts this week. Firstly, tabbed navigation in Java FX, and secondly, the delegate pattern and JavaFX.
Catch you next week 🙂
by Jonathan Giles | Oct 19, 2014 | ControlsFX
Hot on the heels of the 8.20.7 release, I am pleased to announce the release of ControlsFX 8.20.8. This release is primarily a bug fix release (to smooth some of the rough edges from 8.20.7), but there are also a couple of new features in this release to keep things interesting. The main bug fixes include:
- ControlsFX 8.20.7 only worked on JavaFX 8u20. This has been fixed so ControlsFX 8.20.8 works on JavaFX 8u20 and later (such as the just-released 8u25).
- ControlsFX-Samples was not executable because we changed our build scripts in 8.20.7 and forgot to include the relevant manifest attributes. This has been fixed.
- SpreadsheetView continues to receive bug fixes (and unit tests).
- It was not possible to use the Notifications API in an OSGi environment – now it is.
- And of course a bunch of other useful bug fixes!
The two main features in this release were both contributed by Dirk Lemmermann. They are:
TaskProgressView
The task progress view is used to visualize the progress of long running tasks. These tasks are created via the Task
class. This view manages a list of such tasks and displays each one of them with their name, progress, and update messages.
An optional graphic factory can be set to place a graphic in each row. This allows the user to more easily distinguish between different types of tasks.
ListSelectionView
A control used to perform a multi-selection via the help of two list views. Items can be moved from one list (source) to the other (target). This can be done by either double clicking on the list items or by using one of the “move” buttons between the two lists. Each list can be decorated with a header and a footer node. The default header nodes are simply two labels (“Available”, “Selected”).
If you are unfamiliar with ControlsFX, you can get an overview of the main features. As always, you can download the latest release from controlsfx.org, as well as find the latest release and hourly snapshot builds on Maven Central.
by Jonathan Giles | Oct 19, 2014 | Links
A heap of links this week, enjoy! 🙂
That’s all folks – back to work for me! Catch you next week 🙂
by Jonathan Giles | Oct 12, 2014 | Links
Sorry for the few weeks of radio silence – I had the JavaOne distraction followed by a week of catching up on everything that needed me during the JavaOne week. I’m only just surfacing again now, and there are a huge number of links to cover, so pardon the succinctness – we have a lot to get through! I’ll also note that I’ve bound to have missed some links, so apologies for that. Now, on to the links – enjoy 🙂
- Soon the JavaFX sessions will have their audio and slides posted to Parleys, but until then the slides are available for download from the JavaOne site – just search the content catalog. I’ll post my slides sometime along with further commentary about the session, but until then, you can find the slides for my sessions here: custom JavaFX controls, Scenic View, ControlsFX, and DataFX.
- During JavaOne I announced the release of two projects: Scenic View 8.0.0 and ControlsFX 8.20.7. These are both major releases with a bunch of new functionality and bug fixes, so get downloading!
- Johan Vos made a big splash at JavaOne this year. Firstly, he won a Dukes Choice award for his JavaFX port to Android. Secondly, he has an article up in Java Magazine that covers how to use this port to write a JavaFX application that runs on Android. Thirdly, it was announced at JavaOne that the JavaFX ports project will be working to make Java 8 (and therefore JavaFX 8) available on both Android and iOS devices. I’ll be posting an interview with Johan and Niklas in the coming week.
- Hendrik Ebbers has a bunch of blog posts, including on the topics of ‘JavaOne 2014 Slides‘, ‘Iconify your application the resolution independent way‘, ‘The View Objects Pattern & automated tests with TestFX‘, ‘How to integrate custom fonts in your JavaFX application by using CSS‘, and ‘Enrich your List UI by using the MediaListCell‘.
- Hendrik Ebbers has also posted the slides that he, Johan Vos, and I presented at JavaOne regarding the DataFX project.
- Tomas Mikula has created another JavaFX-related library, this time called WellBehavedFX, which consists of ‘composable event handlers and skin scaffolding for JavaFX controls’.
- Tom Schindl has a post about e4 on JavaFX and OpenDolphin.
- Rob Terpilowski has posted a few screenshots and a video of the Zoi Capital ZQ Trader software written in JavaFX.
- Sébastien Bordes has announced the release of JRebirth Application Framework 7.7.4.
- Dirk Lemmermann has been very busy with his (commercial) FlexGanttFX library. Firstly, he has published it for sale on ComponentSource (as he states, for those unfamiliar with ComponentSource, it is an international reseller of software components, basically the “App Store” of custom controls). Secondly, he has released version 1.1.0 which includes a number of new features and bug fixes. Thirdly, he has been working hard on writing high quality documentation for the control.
- Andres Almiray has posted that “It’s time for a Desktop Application Framework JSR“. If you are interested in being involved, be sure to get in touch with him.
- The dooApp blog has two posts. Firstly, they’ve posted details about how they’ve created a sampler application based on the ControlsFX FXSampler component. Secondly, they have a post on ‘JavaFX persistence made easy with JCROMfx‘.
- Carlos Martins has posted about how to developed a JavaFX websocket client application that is deployed via Webstart JNLP.
- Christian Schudt has posted about Babbler – an XMPP library for Java – and more specifically, a visual XMPP viewer coming in the next release.
- Mik Arber has created a new JavaFX layout container he calls RefPoint. He states in the post that “it’s principal is simple as you define one node position or two points node relatively to some reference points.”
Phew! That took a while to write out! I hope you enjoyed the links from the past few weeks – and I’ll catch you again next week! 🙂