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 29, 2017 | Links
Apologies for not posting last week – it was a public holiday on Monday (when I normally write and publish these posts), and it slipped my mind until too late in the week. Anyway, here are all the links that you might have missed in the last two weeks – enjoy 🙂
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.