EclipseSource Blogs

Lesen Sie die neusten Blogposts

Tabris 0.9.0 - New & Noteworthy

18.12.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 experience …

RAP ClientServices explained

Tim Buschtoens
17.12.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 there …

Cross-platform mobile apps in Java with Tabris

14.12.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 quick …

EGit Tutorial for Beginners updated

Jonas Helming
14.12.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 …

Eclipse Community Awards

Ian Bull
11.12.2012

One of my favorite events at EclipseCon is the Eclipse Community Awards. Of course there are always a few fun games (and drinks), but the awards ceremony itself is a real highlight for me. There are …

Implementing special sets in Java: Partition a.k.a. DisjointSet

Maximilian Koegel
10.12.2012

Recently we implemented an algorithm for a customer product that involved complex data structures for calculating conflicts in concurrent data updates. A performance critical part of the algorithm …