qemu-kvm introduction

Posted by & filed under Linux, Software.

This is short but intensive QEMU-KVM tutorial KVM Introduction Kernel-based Virtual Machine (KVM) is a virtualization solution for the Linux kernel. KVM is a part of the Linux Kernel since version 2.6.20 (Feb. 2007). Also KVM requires a processor with hardware virtualization extension, which is meanwhile present on most desktop and server processors. Future Kernel… Read more »

Basic Concepts of Apache Maven

Posted by & filed under Java, Software, Software Development.

My last article on maven described . This article covers basic concepts of maven self.  Introduction Maven is a project management framework (or tool). This definition is quite abstract and don’t justifies the richness and complexity of Maven. It turns out often it’s not easy to describe software tools. So the idea of Software is… Read more »

Switched to new Theme

Posted by & filed under WordPress.

Hello out there, actually I do some upgrades of my blog. Shortly i switched to (and ). And yesterday I changed the WP-Theme, finally i’ve changed categories a bit and hope google will not go crazy The new theme is an addoption of wpbs and is also awailable on github. Is bases on Twitter Bootstrap… Read more »

Short Apache Maven Installation

Posted by & filed under Linux.

This article provides step by step tutorial of Apache Maven installation. The tutorial uses linux but  can be easy reproduced on windows or mac. Motivation Apache Maven is Software Project Management and Configuration tool. Through it’s bride acceptance in the java-developer community it introduces some kind of unification and standardisation in a structure of java… Read more »

Upgrading to Livefyre 3.52

Posted by & filed under WordPress.

In my last post i’ve introduced new comment system WordPress Plugin from Livefyre. Now here is the latest version of it. The latest version seems to bring all the features i mentioned there. Compare Livefyre WP Plugin v3.17 to Livefyre WP Plugin v3.52 (Can be dowloaded here.) Now many of new features have to be enabled. Please… Read more »

Switching commenting system to Livefyre

Posted by & filed under WordPress.

As you might have already noticed, i switched my commenting system to Livefyre. If i got it right it’s relative new but it seems to better for my needs than well established Disqus commenting system. Disqus gained popularity in last two or three years and I tried Disqus some time ago too, but didn’t liked it’s… Read more »

Introduction to Apache Camel

Posted by & filed under Java, Software Development.

Apache Camel is a versatile open-source integration framework based on known Enterprise Integration Patterns. I thing this is enough to decide whether to read or not to read this article. If you thing lightweight Integration framework could be something interesting but you need  further readingo to decide, so maybe the shortest path is to look… Read more »

OSGi Bundles: Declarative Services

Posted by & filed under Java, Software.

This post covers some basic OSGi concepts. Also i’ll present a Tycho buildable example of service definition in declarative approach. Next article will cover OSGi Blueprint DI container. Also look here for more complex tycho example. Why modules Breaking a system in modules is a very important architectural task or even a methodology. Remember  the… Read more »