Feedbacks

How to use Docker links to *safely* connect from a Virgo application to a MongoDB

Feb 27, 2014

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

Ian Bull
Feb 26, 2014

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

Feb 24, 2014

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

Ralf Sternberg
Feb 24, 2014

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

Jonas Helming
Feb 24, 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

Matthias Kempka
Feb 21, 2014

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 …