Archive for February, 2012

Release your entities

This post shows how to clean JPA entities out of Persistence Context overhead when you need to use them outside of container, serialize them and send them over RMI,  SOAP and other protocols to another JVMs. The Problem You may found yourself  in a situation where  you don’t have DTO’s,  there existing object-graph  is a [...]


Samba configuration

This post was began for more than a 2 years ago and because i was to busy to finish it. But now here is it, better late than never. The Goal The goal is simple. There is a need of having a central storage of shared and private documents for small (rarely changing) user group. [...]


Building Eclipse Rich Client Application automatically (Tycho)

This post is attended to everyone who is creating Java applications with Eclipse Rich Client Platform. This article describes a working tycho configuration on working project (demo) project. That project can be build fully automatically with tycho on your CI server e.g. Jenkins. If you have developed Eclipse RCP, you maybe also come to the [...]