Grrrrr. This now very embarrassing because after i pushed the build to my server and published the release post I found 2 major regressions who make editing fxgraph-Files fairly tedious. I also had a problem with my release script for the 3.7.0 version where I packaged the 0.0.9 version of e(fx)clipse instead of 0.0.10. So [...]
Read moree(fx)clipse 0.0.10 released
The 0.0.10 release is broken. Please update to 0.11 3 weeks after 0.0.9 (and one day behind schedule because of New Years day) I just pushed 0.0.10 to http://efxclipse.org/. There are many improvements which will take a look later on and take a look at the provided all in one downloads who’ve been received quite [...]
Read moree(fx)clipse 0.0.9 released
I’ve just pushed the bits for 0.0.9 into the git-repo and the uploaded the p2-repo and all-in-one downloads to efxclipse.org. This release comes with new features and as always bug fixes. Tooling New Wizards We’ve added new wizards to create a JavaFX Library Project in contrast to JavaFX Project which is the main application project. [...]
Read moreRelation between fxgraph and fxml
I just saw some people coming to my blog from an article published on The Register where the author referenced e(fx)clipse. The author there talks about FXGraph and that it limits the appeal of e(fx)clipse which is think is not correct because nobody is forced to use the DSL I’ve been working on (use what [...]
Read moreAll-in-one download of e(fx)clipse
To make it as easy as possible to get started with JavaFX 2.0 development with Eclipse I’ve just uploaded prepackaged SDKs for Windows and OS-X to efxclipse.org. This makes it super easy for you to take e(fx)clipse for a spin – just grab the package appropriate for your platfrom, unpack and start writing your first [...]
Read moree(fx)clipse 0.0.8 released
Another few weeks have passed and here is a new release of e(fx)clipse. There are not many new features but the stuff available already has been improved. Let’s look at the most important things one by one: e(fx)clipse now has reached a point where I think it deserves itsown homepage with informations on the project, [...]
Read moree(fx)clipse 0.0.7 released
UPDATE Please download the latest version from efxclipse.org So the next release 0.0.7 with a huge amount of new features is available so let’s directly dive into it them. Tooling New Wizards A JavaFX category to group all JavaFX-Wizards has been added A Wizards to create FXGraph-Files has been added who takes care that the [...]
Read moreFind Classloader for a given OSGi-Bundle or Having fun with FXML in OSGi
So this is something I wanted serval times already and now since Equinox 3.7 it is available. You get get the classloader used by bundle very simple. My use case is that I have to pass an none OSGi-Aware lib (in my case JavaFX) the correct classloader when it creates instances using reflection. In my [...]
Read moreFXML and Google Guice
JavaFX comes with the possibility to define your UI using a declarative XML-Syntax instead of writing Java code. To react on user input the XML-Syntax allows you to call back into programm code. A simple example looks like this: The controller: And load the FXML-File like this: If you are used to dependency injection – [...]
Read moree(fx)clipse – LivePreview for fxgraph
I’ve justed pushed something very cool to my e(fx)clipse git-repo. I’ve added a preview which gets updated while you are defining your JavaFX-UI using my fxgraph-DSL: It was really hard to implement but I had an example for the Xtext folks.
Read more
January 2, 2012


