By Allard, on August 8th, 2010
Today, I released version 0.6 of the Axon Framework. 0.6 has many new features and is another step towards full production readiness. There is still some work to do, but first, let’s take a look at what has changed…
Continue reading Axon Framework 0.6 released
By Allard, on April 24th, 2010
Today, I finalized the 0.5 release of the Axon Framework. There is quite a number of changes since the 0.4 version. The 0.5 version is a major step towards production readiness of the framework.
Besides some changes to existing building blocks, such as the event bus, which is now much more powerful, the 0.5 version also includes some new features.
Read on to find out more.
Continue reading Axon Framework 0.5 released
By jettro, on December 15th, 2008
So far I have written a few posts mainly about the implementation of security and flex. In this post I want to focus on a the usage of flex in a more general sense. For the experienced flex programmer, this might not be a very interesting post, still you might find something interesting. For all java programmers that want to learn more about flex, this post will be an interesting read. Some of the topics I’ll discuss are: Using renderers, using stacks, creating effects, event driven frameworks and everything else that I run into.
Continue reading Things I do with flex as a java programmer
By jettro, on February 13th, 2008
jQuery(document).ready(function($) { window.setTimeout(‘loadFBShareMe_42()’,5000); }); function loadFBShareMe_42(){ jQuery(document).ready(function($) { $(‘.dd-fbshareme-42′).remove();$(‘.DD_FBSHAREME_AJAX_42′).attr(‘width’,’53′);$(‘.DD_FBSHAREME_AJAX_42′).attr(‘height’,’69′);$(‘.DD_FBSHAREME_AJAX_42′).attr(‘src’,'http://widgets.fbshare.me/files/fbshare.php?url=http://www.gridshore.nl/2008/02/13/using-maven-to-create-an-osgi-bundle-osgi-felix-sample-step-2/&size=large’); }); }
This is the second step in a series of items about exploring the felix osgi container and some sidesteps to make life easier while developing osgi bundles. You can find the first step here: http://www.gridshore.nl/2008/02/10/starting-with-osgi-using-apache-felix-step-1/
This is so easy, I do not want to [...]
Popular