Fresh from university, searching for a development job, having one within two weeks. And at an interesting company at that. That is what happened to me about a year ago. So, you could (and probably should) call me a junior developer. After a month of trainings and new experiences I was put on my first […]
New features in Axon Framework 2.1
Recently, Axon Framework 2.1 has been released. It comes packed with improvements and some exciting new features. In this post, I’ll briefly iterate of what’s new in this version. Furthermore, we have also scheduled a few workshops and trainings.
Axon Framework Release Party 2.0 great succes!
The Axon release Party, which was organized on Thursday last week, has been a great success. The event was at the Observant in Amersfoort and with 40 curious enthusiastic attendees we kicked the day off with a nice lunch. Following that, Allard gave an introduction on CQRS and presented the latest features of Axon 2. E.Novation and Aktive Reply presented their case studies, showing how they used Axon in their applications. Finally, an panel of experts was interrogated during the Panel Discussions. A nice cold drink and some snacks gave the final touch to the day.
AFAS’ CIO Rolf de Jong hosts Panel Discussions at Axon Seminar
On February 28th 2013, Trifork will organize the Axon 2 launch seminar. During this seminar, visitors will be introduced to CQRS and Axon Framework, of which version 2 was released just a few weeks ago. The seminar will be an afternoon packed of technical insight, case studies and panel discussions, whereby we look forward to […]
Axon Framework 2.0 Released!
After laying the ground work for this release about a year ago, we now proudly announce the next major release of Axon Framework! The 2.0 release is a big step forward compared to the previous version, as it contains a thorough restructuring of components, making it even easier to build scalable and extensible applications.
Axon Framework 2.0-rc1 released
Axon 2 has hit an important milestone today, as we have published the first Release Candidate. This release marks a major milestone towards the final 2.0 release, expected early January. All features on the roadmap have been implemented in this release. The coming weeks, these features will be refined and fine-tuned for optimal performance and […]
Basic Axon Framework sample using vert.x and angular.js
Some people on the Axon Framework mailing list were asking for more basic samples, preferably using something like vert.x. Since I am familiar with Axon as well as vert.x I thought I could help out. Therefore I have created a very basic application based on vert.x using the Axon Framework. The application is all about […]
Spring Insight plugin for the Axon CQRS framework
Introduction In a previous blog post we introduced the Spring Insight module that’s part of SpringSource’s tc Server developer edition and gives you, well, insight into what’s taking up the time to process requests in your applications. Insight does this by instrumenting your application at load time using AspectJ: a single call to your application […]
Refactoring in an event-sourced world – Upcasting in Axon 2
This article explains how the concept of upcasting can be applied to an event-sourced model. Focusing on demultiplexing of events, a new feature in Axon 2.
Using the spring-data project and the mongodb adapter specifically
In this blog post I want to share some of my experiences with the spring-data project. At Orange11 we have been working on a sample for the Axon Framework. We have created the Axon Trader. For the trader we use the MongoDB based event store. Therefore I also wanted to store the data for the […]