Category Archives: Eclipse
Eclipse 4.1: Run your 3.x RCP in 4.1
So there are many 3.x-RCP application and their developers who’d like to run their RCP-Apps ontop of the Eclipse 4.1 RCP (Attention: Don’t mix this up with the Eclipse 4 Application Platform – I’ve blogged about lately). The Eclipse 4.1 … Continue reading
Introducing e(fx)clipse
UPDATE Please download the latest version from efxclipse.org People who’ve read my blog in the last few weeks have seen that I invested some time in getting the Eclipse 4 Application Platform running on top of JavaFX. One of the … Continue reading
Eclipse 4.1 Application Platform – A platform for anyone
This post is dedicated to “Eclipse 4.1 Application Platform” (EAP). So what is the EAP? In short it is a Widget-Toolkit agonstic UI-Application framework for OSGi which provides the following features: An extensible central application model abstracting the main concepts … Continue reading
How to apply the e4 programming model to 3.x
So while I could only encourage everyone to use the Eclipse 4.1 Application Platform (EAP) to write UI-applications, this post is for those who have existing 3.x code which they want to refactor step by step to run on EAP. … Continue reading
Using Xtext to create JavaFX-CSS Editor
While working on the example application showed in my last blog I missed the possibility to edit the CSS-Files used to theme JavaFX-applications. Having heard about Xtext and that it allows one easily create editors for your DSL (and CSS … Continue reading
Taking JavaFX for a spin
So it’s been about 2 weeks ago when a JavaFX beta was released to the public and I could not resist to bring up some Windows and give it a try. First of all I’m quite impressed on the features … Continue reading
My RCP-Self-Update is not working
Not sure how many people have been running into this problem but because it happened to one of my coworkers today I thought I should blog about it. The problem was the following: We added the p2-update possibility to an … Continue reading
Eclipse-TFS-Plugin and ignoring files
I have the pleasure to work with Microsofts Team Foundation Server (TFS) and the Eclipse Plugin provided by them (former known as Teamprise). I won’t talk about how bad it feels to work with TFS compared to Subversion and even … Continue reading
e4 – Fundamental Overview on the Eclipse 4 Application Platform
In my last blog post I talked very short about the relation of XWT and the Eclipse 4 Application platform. It looks like many people are mixing things up. In this post I’ll try to give a deeper look into … Continue reading
e4 – Relation between Eclipse 4.1 and XWT
Today someone approach me and his introduction statement was that he’s interested in XWT and was told that Eclipse 4.1 is built upon XWT. I’ll restate the same I’ve stated in all of my talks: XWT is a technology developed … Continue reading