Feedbacks
Cross-platform mobile apps in Java with Tabris
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
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
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
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 …
Evolving Android design
With the release of Android 4.0 (Ice Cream Sandwich) the new Android design language “holo” has been introduced. The following list highlights a few resources that either showcase great holo styled …
How will you run your RAP application in 2013?
In late 2010 we asked “How do you run your RAP application today ? (2010)”. In those days most installations were WAR deployments (>50%) running in a plain Tomcat/Jetty container or an application …