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.

JavaFX links of the week, September 1

It’s September folks! That’s the same month that JavaOne starts! We’re well and truly getting into the final countdown for JavaOne now – I hope people are starting to get prepared. I wish I could say I was more prepared than I am, but I’m sure I’ll get there in time. Anyway, a good set of links this week, so enjoy!

  • Given we’re only a few weeks out from JavaOne, I’ve started publishing short interviews with some people who will be presenting. So far I have interviews with Eugene Ryzhikov, Mikael Grev, and Stephen Chin. I’ll be publishing more in the lead-up to JavaOne.
  • Speaking of JavaOne, people are starting to post summaries of what they will be presenting at JavaOne. I’ll post links to these whenever I find them. This week Adam Bien, Hendrik Ebbers and I have posted our JavaOne talks.
  • I’m arranging the 5th annual Java desktop lunch. If you’re going to be at JavaOne and want to come along, please register your interest now so that I can be in touch with the details.
  • Adam Bien recently presented to the Virtual JUG on the topic of ‘Opinionated JavaFX‘, where he spoke about how he recommends building JavaFX applications, behind the scenes of afterburner.fx and finally he gave a walk through of floyd.
  • Jens Deters has announced that MQTT.fx 0.0.7 has been released. This release includes ‘scripting support, setup/re-configuration tool, a reviewed connection profile editor, and a reviewed UI and style’. It’s looking very nice.
  • Jens Deters has also announced the release of FontAwesomeFX 8.0.9, which includes support for 40 additional icons from FontAwesome 4.2.0.
  • Hendrik Ebbers has posted more screenshots of the AeroFX project that is being undertaken by Matthias Meidinger. It’s looking good!
  • I’ve got no involvement (or really even any interest) in Bitcoin at present, but I thought it was cool to come across Bitsquare this week, which has a nice looking client written in JavaFX (scroll down to watch the video). The code appears to be open source too. Good stuff!

That’s all folks. Catch you again next week! 🙂

JavaFX links of the week, August 25

Another week of links. Enjoy! 🙂

  • I rolled out yet another Scenic View 8.0.0 developer preview build to get more feedback. This build included subscene support, hugely improved linux support, and some support for running Scenic View as an agent again (although I’m told it isn’t perfect yet). There will probably be another Scenic View developer preview build again this week as I work towards a final release (most probably this side of JavaOne).
  • Matthias Meidinger has put up a website for AeroFX, his JavaFX stylesheet that attempts to bring the Windows 7 style to JavaFX. It’s looking excellent so far – you can see screenshots on the github page.
  • Dirk Lemmermann put up two more tips this week. Tip #13 is to study the Modena CSS file, and tip #14 is about StackPane children, or as he puts it, ‘hidden but not gone’. I should note that in this case, Gilberto has some excellent advice – use the managed property on the children node that you do not want to include in the layout. This is by far the most optimal approach, rather than adding / removing children from the scenegraph.
  • Nick Sabey has posted about ‘NASA Conjunction Assessment with JavaFX and the NetBeans Platform‘.
  • Jens Deters has posted a ‘poor mans input constraints‘ implementation. I’m also very happy to note that his main complaint – a lack of a ‘JFormattedText’ control in JavaFX will be resolved in JavaFX 8u40, as already the TextField control has been improved to support formatted text input (see RT-14000).
  • The IDR Solutions blog has a post on how to mix TreeView nodes in JavaFX.
  • Niels Gundermann has posted update 10 of his JavaFX 3D editor.
  • William Antônio has posted part four of his series on JavaEE, JavaFX and RFID.

Catch you all next week!

JavaFX links of the week, August 18

A bunch of good links this week. Enjoy! 🙂

That’s all folks! Catch you next week 🙂

JavaFX links of the week, August 11

August 11?! It’s getting close to JavaOne now – I hope everyone is well underway with their preparations. Sadly I’m not yet started, but I’m sure I’ll get organised in time! 🙂 A bunch of great links awaits you this week. Keep up the great work folks, and keep on making the Java desktop community proud – we’re all in this together.

That’s all for this week. Catch you all again next week! 🙂

JavaFX links of the week, August 4

A heap of links this week – enjoy! 🙂

  • Martin Sladecek, a fellow JavaFX team member at Oracle, has posted on ‘the peculiarities of JavaFX layout‘. This is a must-read for everyone who is using JavaFX layouts.
  • David Grieve, yet another fellow JavaFX team member at Oracle, has posted on the new javafx.css.StyleablePropertyFactory that has been added to JavaFX 8u40. This factory class makes it easier to use CSS in your controls by dramatically reducing the StyleableProperty and CssMetaData boilerplate you have to write to make your JavaFX properties styleable.
  • Tom Schindl has been working on improving the JavaFX TabPane, in particular adding support for draggable tabs. Firstly, he has posted code that he extracted from his work, that people can use in their own projects. In addition to this, he has been working on bringing API into JavaFX so that the TabPane officially supports this – see RT-19659 for more details (and to offer your thoughts on the API).
  • Arnaud Nouard has been working on a cool app – an app called ThreeDOM, which is a 3D viewer of flat 2D user interfaces, inspired by a similar tool that originally shipped as part of Firefox. It would be great to see this app continue to be developed, and possibly integrated into something like Scenic View (which, believe it or not, I’ve been working on recently – and plan to have a new release out in time for JavaOne).
  • A video interview with Gerrit Grunwald has just been published online, where he discusses various projects including JFXtras and ControlsFX.
  • The JacpFX project has announced the release of JacpFX 2.
  • Rob Terp has posted part two on adding a custom JavaFX component to Scene Builder 2.0.
  • William Antônio has posted part one of a series on ‘JavaEE, JavaFX and RFID‘.
  • With JavaOne nearing, I’ve put up a form for those attending who are interested in getting together for a lunch. More details will follow, but for now register your interest.
  • David Gilbert has been busy. Firstly, he announced that JFreeChart 1.0.19 (a free chart library for the Java platform) has been released and includes new rendering hints to improve sharpness across a range of output targets, plus important fixes for the recently added JavaFX support. Secondly, he announced that FXGraphics2D 1.1 (a free bridge class that extends the reach of Java2D code to JavaFX applications) has been released and includes KEY_STROKE_CONTROL rendering hint support, a fix for clipping, a fix for glyph positioning with TextLayout and a fix for a memory leak in the demos.

Catch you all next week!

JavaFX links of the week, July 28

Hi folks – another quiet week on account of the looming JavaOne conference. In my (way too many) years doing this weekly series, things always go quiet around this time as people start to work on their projects for JavaOne. For me that means I need to get head down on ControlsFX and Scenic View. If you’re working on a project for JavaOne (or just in general), good luck! 🙂

That’s all for this week – catch you again next week (August already?!!!).