JavaFX Desktop deployment (offshoot from: JavaFX Maven support)
Gerrit Grunwald
han.solo at muenster.de
Thu Dec 8 11:02:29 PST 2011
I like the idea using a Sparkle like framework for auto-update functionality. A while ago I used this so called appcasting to auto-update a java desktop app that was wrapped into an exe file. In principle it is a rss feed that delivers a binary file similar to a podcast but with a program instead of an audio file.
Should be relatively easy to do.
Gerrit
Am 08.12.2011 um 19:48 schrieb Richard Bair <richard.bair at oracle.com>:
> I think basically this comes down to:
>
> - Make it easy to co-bundle a JRE with the app
> - Make it easy to auto-update the app (including co-bundled JRE)
>
> This first part is doable (and licensing any day now for JavaFX when 2.0.2 goes out will allow it). We could do with some better tools, but maybe that is a business opportunity for somebody out there :-)
>
> The second part is interesting and also doable, though nothing like it exists yet for Java in general. However you might want to check the Sparkle framework available on Mac. Basically if you had that, but for Java, you'd be good to go. That also doesn't *need* to be part of the platform, it could be an open source project or commercial project.
>
> But in any case, I also think these are the natural thing to want to do for many Java applications.
>
> Richard
More information about the openjfx-dev
mailing list