Virgo Tools 1.5

Since September 2015 I am a committer of the open source Eclipse Virgo project.I have written several posts in the past about the Eclipse Virgo OSGi application server, and after having helped the project team with patches and bug fixes I have been invited by Florian, the project lead, to... [Read More]

Profiling Virgo with JProfiler

The information below has been tested with JProfile 5 on Linux 64bit, and assumes that the JProfiler Agent is installed in folder /opt/jprofiler5. While this post refers to a rather old JProfiler version, I am sure the principles apply also to more recent JProfiler version.  The following environment variables must be... [Read More]

Dependency Injection and Sisu

Dependency injection is certainly one of the most effective design patterns for writing clean, maintainable and testable code.For these reasons it's been very popular over the past few years and a number of libraries/frameworks have been created to provide support for dependency injection. The most well known implementations are probably... [Read More]