Java desktop links of the week, July 22

Hi all - welcome to another weeks worth of links! Enjoy :-)

JavaFX

  • There is another JavaFX survey that you should definitely consider filling in if you have a spare two minutes. Your input goes straight to the relevant people inside Oracle to help with decision making, etc.
  • Gerrit Grunwald continues to play with JavaFX, Nashorn (JavaScript on the JVM) and XMPP. This week he has implemented support such that he can essentially talk to his Raspberry Pi via XMPP and send it JavaScript code, which it will then compile and run. This JavaScript could in fact be a JavaFX application, given that JavaFX applications can be written in JavaScript (or any JVM-based language).
  • Carl Dea has a post about the printing support coming up in JavaFX 8.0.
  • Benjamin Gale has a post about creating a simple JavaFX MVP example application.
  • Martin Andersson has a very long blog post (spanning 11 pages!) that details his thoughts on the enterprise side of JavaFX.
  • Heiko Rupp, who works at Red Hat in the Java area on systems management with RHQ and JBoss ON, has written a front end in JavaFX for a RHQ plugin generator.
  • Antoine Mischler has blogged about natural language search in FXML. As stated in the blog post, "This plugin is the result of a collaboration between dooApp and the INRIA (French public science and technology institution). We investigated a new way to automatically recover traceability links between specifications and code elements." Further on in the post they go on to say "In our work, we introduced a new approach based on the analyze of the UI labels. Our idea is that the specifications lead most of the time to texts displayed to the user in the user interface and that these texts will use a precise domain terminology. Then it's possible to retrieve the UI label usage in the code, to identify the pieces of code you are looking for!"

Swing

That's all for this week - catch you all again in a weeks time! :-)

Thoughts on “Java desktop links of the week, July 22”