Feedbacks
Revealing Tabris with reveal.js
Creating and sharing presentations using most of the tools available today is a pain. I think this is mainly due to the fact that they mix content and design in one document and often do a poor job in …
Adding your own plug-ins to Yoxos
Yoxos is a great way to manage your Eclipse installs. With over 2,000 plug-ins to choose from, you can create your Eclipse, your way. But what if your favorite plug-in is not available in the Yoxos …
EMF Dos and Don´ts #2
EMF is a very powerful framework and with power comes…responsibility. You can achieve great things with a minimum of effort using EMF, but if something goes wrong, you can also spend hours trying to …
Use your HEAD - checking CouchDB document existence
One common task when working with CouchDB is to find out whether a document with a given ID exists. A simple solution is to send an HTTP GET request with the ID to CouchDB and check the response’s …
EMF Dos and Don´ts #1
EMF is a very powerful framework and with power comes…responsibility. You can achieve great things with a minimum of effort using EMF. But, if something goes wrong you can also spend hours trying to …
Unit Testing RAP Applications
The latest release of RAP 2.0 is still hot. It also contains some improvements for unit testing as Ralf Sternberg mentioned in one of his blog posts that came along with RAP 2.0. The following post …