Feedbacks
How to use Docker links to *safely* connect from a Virgo application to a MongoDB
Some months ago, the Docker Team announced Docker 0.6.5[1]. Since that release it is possible to give your container names - this makes it much easier to find the correct container to interact with. …
History Lessons
Those who do not read history are doomed to repeat it One of the first tasks when studying anything new is to review the existing literature. As a student, I viewed this as a make-work project, but …
A simple Tabris/RAP Test Runner
Writing JUnit Tests for an application is always a good thing. Writing tests for a Tabris or RAP application for the first time seems more challenging: You might encounter an …
Deploying RAP Applications Made Simple – Introducing the Virgo RAP Server
Yes, we love building modular web applications, if they just were easier to deploy on a server! Wrapping OSGi applications in WAR files, apparently still the most popular deployment option for RAP, …
Talks selected for Modeling Symposium @ EclipseCon North America 2014
I am happy to present the selected talks for the Modeling Symposium for EclipseCon North America 2014. It is scheduled for the third day of the conference, i.e., Wednesday, March 19th, 5pm. The …
More tests are not always good - Why you should stop at 100% test coverage
As I started in the programming industry almost a decade ago, writing tests at all was still a fairly new thing for many developers. Having been one of the early TDD advocates in my social …