EclipseSource Blogs

Read all latest blog posts

OSGi and Equinox Webinar Posted

Jul 17, 2009

Last week Chris Aniszczyk and I did a free three hour OSGi and Equinox Jumpstart webinar. Yesterday we posted the whole thing as a six part series of movies on the EclipseSource webcast site. Check it …

Groovy, Eclipse Commands and Expressions

Jul 14, 2009

During my last project I had the dubious joy to work with a boatload of command framework expressions (activeWhen, enabledWhen). I appreciate the need for such a framework… don’t go through the …

OSGi Import Package and Split Package Woes

Jul 14, 2009

Since OSGi developers gained influence in the Eclipse development and trainings discussion… many words have been said in favour of declaring dependencies via Import-Package instead of Require-Bundle. …

Crowdsourcing Documentation at Eclipse

Jul 13, 2009

I’ve been pensive as of late since we shipped the Eclipse Galileo release. One of the things I personally have been thinking about is how we can improve our documentation process. Currently, the …

e4 0.9 M5 is Now Available

Jul 12, 2009

e4 0.9M5 is now available for download. One of the things that excites me about this work is the web based form editors that Boris Bokowski has been working on. The form editors have always tried to …

Testing hard to test code with EasyMock

Jul 11, 2009

If you are into unit testing, you may find EasyMock quite useful. It is very valuable for making hard-to-test-code testable. For example I recently was adding tab-switching via keyboard to Riena. The …