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 | Jan 15, 2017 | Links
- Kevin Rushforth posted to the openjfx-dev mailing list encouraging everyone to start testing their software on JDK 9, because a lot has changed in there with regards to modularisation, removing impl API, etc. It is critical that bugs be reported now and not after release, so get testing!
- Florian Brunner has released Drombler FX 0.9. Drombler FX is a modular application framework for JavaFX.
- Gerrit Grunwald has done another of his ‘Friday Fun’ releases, this time combining the world map control with the heat map control he has previously built, and the result is pretty cool!
- The AdoptOpenJDK project has a jitwatch project written with JavaFX that analyses and visualises the Java HotSpot JIT compiler.
- Chris Newland has released part three of his DemoFX performance testbed / demoscene callout 🙂 The YouTube video of it is very cool…
by Jonathan Giles | Jan 8, 2017 | Links
Another year already! I hope everyone had a good break over the holiday period. I know I did, although I have to say I wish it were longer! In any case, I’ve been away on holiday and not keeping a close eye on the latest Java desktop news, so apologies to people who worked hard and who I have missed. Please email me and I’ll be sure to include you next week.
- Thomas Nield has written a free online book on ‘Learning RxJava with JavaFX‘. This covers RxJavaFX, which is RxJava bindings for JavaFX.
- Kotlin is becoming a more popular language, and there are a team of people working on a project called TornadoFX, which makes working with JavaFX a lot nicer. Edvin Syse has written much of the code, and recently has posted (at least) three posts on this subject. They are titled ‘Leveraging TornadoFX to the fullest‘, ‘TornadoFX runAsync with TaskStatus‘, and ‘Live hacking with TornadoFX‘. Ron Smits has a post also, titled ‘TornadoFX it’s also a CDI framework‘.
- Gerrit Grunwald has been very busy, releasing updates to a number of his open source projects: Medusa, TilesFX, and Regulators.
- Mohammad Hossein Rimaz has posted his ‘JavaFX in Action‘ slides online for others to learn from.
- Thierry Wasylczenko has released JStackFX 1.3. JStackFX is a tool for analyzing thread dumps.
- Almas Baimagambetov has worked on upates to his FXGL library – a JavaFX game engine.
by Jonathan Giles | Dec 18, 2016 | Links
I’ve spent the last two weeks crammed inside a steel tube doing a full trip around the world bringing JavaFX joy to developers everywhere 🙂 Because of this, I missed out on posting the links for the last few weeks, and equally bad, I became so busy during that time I couldn’t keep track of things that happened. Therefore, I apologise in advance if I missed your news from the last few weeks. Please email me to let me know, and I will include it next week.
by Jonathan Giles | Nov 27, 2016 | Links
- Thierry Wasylczenko has been working on JStackFX, which provides a user interface to analyse thread dumps generated by the Java jstack tool. It looks very nice!
- Edvin Syse has released TornadoFX 1.5.8, which includes a heap of improvements and some new controls such as a slideshow component.
- Alessio Vinerbi has released an updated version of his open source AnchorFX docking framework for JavaFX. This looks very nice.
- Jens Deters has released MQTT.fx 1.3.0, which includes the results of hard work on stability and performance improvements, along with some UI additions.
- Tom Schindl has two posts this week. Firstly, he has created a ‘SashPane‘ for JavaFX that has slightly different characteristics compared to the JavaFX SplitPane, and secondly he has a short post on some performance improvements he has introduced into e(fx)clipse to deal with reparenting nodes in the scenegraph.
by Jonathan Giles | Nov 20, 2016 | Links
A few nice links this week – enjoy!
by Jonathan Giles | Nov 13, 2016 | Links
- Christoph Nahr has blogged about JavaFX pane clipping, which is a very useful read for anyone wanting to put content inside a pane and clip it properly – with or without borders. This content was also added to my FXDocs project (for slowly building up a JavaFX ‘book’).
- Samir Hadzic has blogged about the new zoom feature he has added to the SpreadsheetView control, as part of ControlsFX.
- Gerrit Grunwald has created a cool clock skin for his Medusa project.
- A Markdown Writer FX project has been created to write markdown using JavaFX. This is a nice project, and it is nice to see editors exist for both markdown and asciidoc, both written in JavaFX.
- I interviewed two teams of students from Massey University on their use of Gluon Mobile in their team projects. The first team interview has now been published.
- Thomas Nield has released RxJavaFX 0.3.0, with a number of improvements.
- Manuel Mauky is working on the advanced bindings project for JavaFX.
- Markus Falkhausen is working on creating class diagrams for JavaFX.