A bunch of links this week – enjoy 🙂
- Elliot Bentley has posted about WebFX, a project by Bruno Borges. WebFX is essentially a browser written in JavaFX that renders FXML pages (as well as the more traditional HTML page), which can be then scripted using a variety of JVM languages such as JavaScript.
- Geertjan Wielenga continues to explore JavaFX, and in particular the HTMLEditor control. This week he has three posts on this topic. Firstly, he has integrated the JavaFX HTMLEditor on top of HTML files on the NetBeans Platform to allow for an wysiwyg-style multiview editor (so that you can toggle between source editing and WYSIWYG editing). In another post you can see a video of this functionality. Finally, he reveals that this tooling is being developed to be used in his open source epub tool called Fosfor.
- Geertjan has also posted a summary of the talk at JavaOne about bck2brwsr, which is essentially a JVM written in JavaScript, that allows JavaFX applications to run in a web browser without the need for an applet.
- Simon Ritter has published the slides for the JavaOne session on using the Leap Motion device in JavaFX. This session was co-presented with Gerrit Grunwald, Johan Vos, and José Pereda.
- Speaking of Simon, he has also posted a summary of JavaOne.
- Danno Ferrin has posted about ‘dogfooding the future Java‘. Interestingly, he wrote and presented his sessions using JavaFX by rendering markdown syntax. To submit his slides to the conference organisers, he added printing support into his software so that he could print out each slide (and it only took 313 lines of code!).
- Thierry Wasylczenko has posted his CompilerFX code to github. CompilerFX is an application for compiling multiple Maven repositories. You can add existing repositories and then compile them sequentially but also compile them individually.
- Rob Terpilowski was interviewed by Jan Stafford over at TheServerSide.com about the pros and cons of moving from Swing to JavaFX.
- Felix Bembrick has written a blog post covering what he considers to be the six degrees of separation between JavaFX and iOS / Android devices (in other words, what he thinks is required for JavaFX to be accepted on these platforms).
- Jens Deters has posted that he has managed to solve the eGalax Touch Screen issues with JavaFX (on Raspberry Pi) that he has posted about previously.
- Sven Ruppert has posted an example about placing Buttons inside a TableView column.
- BrowserStudios.com has posted an introduction to JavaFX 2.x, where they cover why they choose to use it and how they use it.
That’s all folks! Catch you all next week.