středa 6. října 2010

Working with IBM Jazz via Python through REST api

Have you worked with RTC, RQM or any other IBM Jazz based tool? Maybe you needed to import or export data via your own script?

There are some examples in Java and C#  showing how to interact with RQM  in this document. My preference was python. This post is a little example how to use python to interact with RQM server.

neděle 31. ledna 2010

Building native libraries for Android using CMake

Some time ago we started to use CMake build scripts for the Android platform since most of our cross-platform projects are based on CMake.

Maybe this style of building is also of your preference.
If so, here is a little how-to.