Today Florian announced the availability of Virgo 3.7.0.
Virgo 3.7.0 brings several improvements (most notably Tomcat 8.5 and Spring Framework 4.2) and is paired by release 1.5.0 of the Virgo Tools, the Eclipse IDE integration.
This is the first official Virgo release since I joined the...
Mar 10, 2017
Feb 2, 2017
Virgo 3.7.0.M4 released
Virgo 3.7.0 M4 has been released.
The final 3.7.0 release is planned for end of Feb....
Jan 5, 2017
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 join the...
Oct 22, 2014
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...
Aug 30, 2014
How to use Hyperic to monitor Eclipse Virgo 3.6
Few days ago I started looking for a monitoring tool to track the health status of our Virgo Server for Apache Tomcat instances.
As I could not find anything Virgo specific, I looked for an open source...
Nov 23, 2013
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...
May 30, 2013
Tinybundles, a little gem for OSGi testing
In my OSGi applications I often make use of the OSGi extender pattern. An excellent example is available on Kai's Toedter blog.
As Peter Kriens explained:
In the Synchronous Bundle Listener event call back, the subsystem can
look at the resources of the bundle and check if there is anything of
its...