Feedbacks

How to use Container Dependency Injection in a RAP application

Ivan Furnadjiev
Apr 15, 2015

Container Dependency Injection (CDI) allows us to inject one or more components (or services) into a dependent object. Usually it makes the code cleaner, as it separates the creation of the injected …

Tabris.js Examples - Drawing on the Canvas

Johannes Eickhold
Apr 15, 2015

To create a rich interactive UI, the predefined widgets of your platform and corresponding toolkit are often not enough. You want to draw something yourself. Tabris.js provides just that - the Canvas …

Tabris.js Examples - Animations

Moritz Post
Apr 14, 2015

Creating an engaging mobile app is a challenging task. There are several best practice approaches to increase user delight and one of them is the use of animations. Animations can guide the user …

Collaborative Modeling with Papyrus, EMF Compare and EGit

The collaborative modeling initiative is a joint effort in providing a high-quality, open-source tool that supports efficient collaboration and teamwork on EMF-based and Papyrus UML models. To achieve …

An Apache Cordova hook to auto bump iOS CFBundleVersion and Android versionCode

Apr 7, 2015

Bumping versions is a topic that should be fully automated from my point of view. Doing it manually guarantees errors for sure. I experienced it so many times as well :) . Recently we have published …

The Collaborative Modeling Initiative explained

Modeling is a great way to increase productivity by raising the level of abstraction and creating dedicated abstractions for specific cases. Models may serve several purposes, ranging from means for …