Netbeans nightly catching up with e(fx)clipse with improved JavaFX support

As the author of the eclipse tooling for JavaFX I checkout my competitors (which is the wrong word here because I don’t see us competing) which is Netbeans in my case. I just download the latest nightly build and voilá they have now: Autocompletion in the CSS-Editor for -fx properties Autocompletion in the FXMl-Editor for [...]

Read more

It’s the small things that matter

It was at EclipseCon NA 2012 when I run into Denis Roy and mentionned that there’s a small thing that drives me crazy all time it comes to milestone weeks. The none release builds are not mirrowed and so downloading a build to verify my bugs is takeing for hours because they are throttled. My [...]

Read more

Why is Eclipse 4 better than Eclipse 3

So there are many people around asking themselves why the hell did they rewrite the whole foundation of the Eclipse SDK while I as a user of the SDK don’t gain any benefits on first sight. I’m try to collect some of the reasons why I think Eclipse 4 is superior to Eclipse 3 (and [...]

Read more

JavaFx + xtend a sensational perfect match

So I couldn’t resist – and just for Chris Aniszczyk – another blog post on this topic. So I wrapped my head around this builder stuff of xtend and with the sources provided by Sven at github I managed to write a small builder for JavaFX. Here’s the builder: and this an resulting example code: [...]

Read more

JavaFX + xtend a perfect match

So after having used xtend for a while as a pure templating language I thought it’s time to explore how it can be used when programming JavaFX. JavaFX 2.x API is already designed to be used for lambda expression support which will come with Java 8 so e.g. all event handlers accept a SAM type [...]

Read more

Slides from EclipseCon talks

My talks are done. If you happen to come to here for the slides. Here they are: The Eclipse 4 Application Platform explained – PDF e(fx)clipse – Eclipse Tooling and Runtime for JavaFX – PDF

Read more

my bags are packed i’m ready to go

… I’m leaving in about an hour to Washington DC for EclipseCon. I’m going to give 3 presentations (on e4 and JavaFX): Tuesday:The Eclipse 4 Application Platform explained – This talk will explain the Eclipse 4 Application Platform which can be used to write JavaFX application using OSGi, Dependency Injection and central application model Wednesday:e(fx)clipse [...]

Read more

e(fx)clipse 0.0.13 released

Just right before EclipseCon 2012 I’ve released e(fx)clipse 0.0.13. On the feature side the main focus was on runtime, on the tooling I fixed some bugs which hopefully improves your coding experience (especially with fxml-Files). All in one downloads To say the all in one-downloads are well received is an understatement – they are a [...]

Read more

JavaFX 2 and OSGi-Deployment models

It looks like a lot of people are interested in using JavaFX into one of their Eclipse Views. I infer that from the people visiting my blog from a stackoverflow question. The problem people face is that in Eclipse JavaFX has to run in an OSGi-Environment and JavaFX is not prepared for that leading to [...]

Read more

Having fun with SVG and JavaFX 2.0

Thanks to Jasper Potts – e(fx)clipse has a first logo. Jasper was nice enough to provide me an SVG-Version of it and so I was able to use my SVG-To-FXML-Converter to make some fun stuff with the logo he provided. After the conversion I rearranged some parts in the FXML to group them and make [...]

Read more

e(fx)clipse product logo – any designers around?

e(fx)clipse will be shown at EclipseCon 2012 Hot New Product Showcase reception. The problem is that I’m not a designer and don’t yet have a logo. So I’m hoping designers are around who could help me getting a logo for e(fx)clipse. Ideally it is a mashup of the Eclipse Logo with JavaFX integrated into it. [...]

Read more

phone like scrollable listview with JavaFX

I guess all users of smartphones (Android, iPhone, …) know the scrollable lists you have there. While working on the example application for EclipseCon North America I thought it might make my example application look cooler if I could have it such an list. After hacking the whole sunday I have an initial running version. [...]

Read more

e(fx)clipse 0.0.12 released

A little bit later than scheduled here’s the next release. This time the number of new features is smaller than in previous releases but there still some small nice additions. Let’s look into it. Update to latest upstream modules The new release comes with Eclipse 4.2M5. I also looked into up-dating the subclipse integration but [...]

Read more
Follow

Get every new post delivered to your Inbox.

Join 136 other followers