UPDATE Please download the latest version from efxclipse.org I’ve justed pushed the 0.0.6 release of my JavaFX 2.0 Tooling and Runtime for Eclipse named e(fx)clipse to my git-repo and you can download the p2 repo to your local hard drive and install it using this link (DO NOT SIMPLY UNPACK THE ZIP TO YOUR ECLIPSE-INSTALL […]
Read moreHow to author fxml
JavaFX allows one to define an UI not only using the JVM-Language of your choice but also by describing the UI in an XML-Format which is turned into an object graph at runtime. The JavaFX samples are coming with an example like this: The important thing here is that there’s no DTD or Schema available […]
Read moreJavaFX 2.0 and OSGi (Equinox)
If you follow my blog you’ve noticed that I’m currently investing some of my OSS time into JavaFX. The project I’m working on is named e(fx)clipse and until now I’ve been working most of the time on the tooling front but like I promised I don’t only want to provide tooling but also a runtime […]
Read moree(fx)clipse 0.0.5 released
UPDATE Please download the latest version from efxclipse.org So its been less than 1 day after I released 0.0.4 why yet another release within one day? I got feedback and tracked down some bugs makeing the packaging feature not useable It looks like the API of the packager changed with b42 and so the build-File […]
Read moree(fx)clipse 0.0.4 released
Update 2011-09-05: It was reported that the download link does not work it looks like the old upload failed. I’ve reuploaded the file. Sorry for not having tested the upload. Update 2011-09-05: The 0.0.4 release is broken because of b42 changes and an internal bug I introduced please use 0.0.5 and provide feedback if you […]
Read more
September 29, 2011 

