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

devoxx-slide

Devoxx Slides PDF

ijtc slide

IJTC Slides PDF

Demo

During the talks we built up a simple demo with what you learn in each section.

talk-demo

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 :-)

talk-demo-2dtalk-demo-3

talk-demo-4talk-demo-5

Here is the Netbeans project and source files for these demos so you can play with them.

Netbeans-Project.zip

 

14 Responses to “Introduction to JavaFX Talks – Devoxx 2008 – IJTC 2009”

  1. Arek Says:

    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.

  2. Steve Webb Says:

    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.

  3. Steve Webb Says:

    Sorry forgot to paste the error:

    Unable to load resource: file:/Users/jp202575/Projects/Conferences/2009/IJTC/Talk%20Demo/dist/Talk_Demo2.jnlp

  4. Carl Antaki Says:

    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

  5. Richard Osbaldeston Says:

    If we wait will the whole video? / audio + slides of the Devoxx talk be available (devoxx or parleys?) sometime soon?

  6. Jasper Potts Says:

    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.

  7. Introduction to JavaFX Talks - Devoxx 2008 - IJTC 2009 « Arunbluebrain’s Flex Says:

    [...] Introduction to JavaFX Talks – Devoxx 2008 – IJTC 2009 [...]

  8. Caffeine Induced Ramblings - Jasper Potts’s Blog » Blog Archive » Devoxx 2008: JavaFX 1.0 SDK Talk Says:

    [...] 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. [...]

  9. Good Java(FX) Programmer Known? « Java and more … Says:

    [...] fish eye view, that means: items near the mouse are bigger! (or introduce another magnifier like this here) [...]

  10. Dasaradh Says:

    What actually JavaFX mean?FX (Expansion please)

  11. Jasper Potts Says:

    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 :-)

  12. JavaFX links « Java and more … Says:

    [...] Devoxx talk and an example with source code – how to create an image viewer (with auto zoom on mouse over) [...]

  13. Devoxx Tech Talk on JavaFX SDK 1.0 by Bair, Brehovsky and Potts - Use JavaFX Says:

    [...] gave provides a jump start on JavaFX and then concentrates on their areas of expertise, building a cool graphical demo in the [...]

  14. Andrea Lane Says:

    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.

Leave a Reply