EclipseSource Blogs

Read all latest blog posts

Effective Java Debugging with Eclipse

Jan 8, 2013

Learning to write code efficiently is only one step towards becoming a coding master. Another step is learning to debug. When it comes to legacy or 3rd party code you will need to debug in order to...

Updated EMF Tutorial

Dec 21, 2012

The Eclipse Modeling Framework (EMF) is a core technology in the Eclipse Ecosystem and has become even more important with its application as the data model for Eclipse 4. As a Christmas present from...

Tabris 0.9.0 - New & Noteworthy

Dec 18, 2012

Just in time for Christmas, I’m happy to announce our biggest release yet: Tabris 0.9.0. The new AppLauncher API will enable a tighter integration with iOS and Android and a seamless user...

RAP ClientServices explained

Dec 17, 2012

One of the bigger changes in the RAP 2.0 API is the introduction of client services. These are features that interact with the client, but aren’t directly related to the widget toolkit. Since...

Cross-platform mobile apps in Java with Tabris

Dec 14, 2012

I presented our work on Tabris at “Eclipse Day @ Google” earlier this week. With Tabris you use Java to create native mobile applications for iOS and Android. My slides below provide a...

EGit Tutorial for Beginners updated

Dec 14, 2012

Two years ago, when Git and EGit were gathering speed in the Eclipse world, I published a tutorial for beginners describing step-by-step the basic use cases for EGit. Since then there have been many...