Introduction to JavaFX Talks – Devoxx 2008 – IJTC 2009
Over the last couple months Richard Bair, Martin Brehovsky and I presented talks introducing JavaFX at Devoxx 2008, Sun Paris Tech Day and IJTC 2009 (Irish Java Technologies Conference). There are 2 versions a longer one for Devoxx and a more condensed version for Paris and IJTC. For those of you interested here are the slides and demos:
Slides
Demo
During the talks we built up a simple demo with what you learn in each section.

Here are the links so you can webstart the demos for the different sections, I started at Demo 2d as that is the first version with working close button which is always helpful
Here is the Netbeans project and source files for these demos so you can play with them.






January 19th, 2009 at 1:52 pm
I think there is some bug in this demos. I get this on my computer (Ubuntu):
com.sun.deploy.net.FailedDownloadException: Unable to load resource: file:/Users/jp202575/Projects/Conferences/2009/IJTC/Talk%20Demo/dist/Talk_Demo3.jnlp
Probably it use some private file path or expect me to be on MacOSX.
January 19th, 2009 at 2:12 pm
Thanks for the info but the webstart demo’s don’t work because there are references to files in the /user area on I assume your machine.
January 19th, 2009 at 2:13 pm
Sorry forgot to paste the error:
Unable to load resource: file:/Users/jp202575/Projects/Conferences/2009/IJTC/Talk%20Demo/dist/Talk_Demo2.jnlp
January 19th, 2009 at 2:53 pm
Jasper please correct the codebase attribute in the JNLPs as they’re still pointing to your file system: file:/Users/jp202575/Projects/Conferences/2009/IJTC/Talk%20Demo/dist/
Thanks,
Carl
January 19th, 2009 at 3:39 pm
If we wait will the whole video? / audio + slides of the Devoxx talk be available (devoxx or parleys?) sometime soon?
January 19th, 2009 at 4:17 pm
Richard: Yes the full videos will be available on Parleys.com at some point this year
Arek,Carl,Steve: Thanks for pointing out the broken links, Doh!! I forgot that the JNLP files that Netbeans creates have local URLs in them so I just uploaded them to the server, they worked for me, lol. Anyway I have now fixed them with the correct URLs so should work for you now.
January 22nd, 2009 at 9:35 am
[...] Introduction to JavaFX Talks – Devoxx 2008 – IJTC 2009 [...]
January 26th, 2009 at 3:33 pm
[...] Parleys.com has posted the first of our JavaFX talks from Devoxx 2008. You can watch it here or as a bigger version on Parleys.com. This talk is the 1 hour version covering the JavaFX Language, Scene Graph and Animation presented by Richard Bair and Martin Brehovsky, I bailed on helping present this one as I had been up most of the night working on “Devoxx Themed Swish Demo”. Its well worth watching and should take you from knowing nothing about JavaFX to being able to build a cool little application. Even if you are already using JavaFX you may learn some handy new snippets. This is the one hour version of the talk that I gave the slides and demo for in Introduction to JavaFX Talks – Devoxx 2008 – IJTC 2009. [...]
January 26th, 2009 at 9:41 pm
[...] fish eye view, that means: items near the mouse are bigger! (or introduce another magnifier like this here) [...]
January 28th, 2009 at 6:32 am
What actually JavaFX mean?FX (Expansion please)
January 28th, 2009 at 4:43 pm
I have never heard a explanation, I think it just sounded cool and worked with the idea of enabling people to create applications with cool “effects”(FX being short for effects). If anyone knows better let me know
February 1st, 2009 at 12:43 pm
[...] Devoxx talk and an example with source code – how to create an image viewer (with auto zoom on mouse over) [...]
February 25th, 2009 at 8:20 am
[...] gave provides a jump start on JavaFX and then concentrates on their areas of expertise, building a cool graphical demo in the [...]
April 15th, 2009 at 3:35 am
Just an FYI, anyone who would like to try learning Java FX in a fun way, there is a game I am participating in right now (www.pietheory.com) that has Java FX challenges.