Upgrading my books-overview flex, BlazeDS, Spring security application
In March 2008 I started experimenting with flex and java integration. I wrote a lot of blog posts since than and even published an article on adobe.com. For most of my blog items I used a sample that...
View ArticleCreating a sample for axon using flex and parsley
The last weeks or maybe even months, I have spent time getting to understand the Axon Framework created by Allard. Axon is a framework that can help developers created a scalable and maintainable...
View ArticleAttaching flex to Axon using the new Axon CommandBus
I have blogged before about the flex client I have created for the Axon framework addressbook sample project. If you did not read it before and want to learn more about the parsley framework, check...
View ArticleFirst steps with Node.js
With a colleague I was talking about Node.js. My first though, “yeah right, JavaScript on the server!”. But you have to be open minded if you want to learn new stuff. Therefore I thought about giving...
View ArticleInstalling Node.js on my new Synology
About a week a go I bought myself a Synology. A very nice product with reasonable value for money. Especially if you consider the options you have if you are not scared to get your hands dirty. Agreed...
View ArticleCombining java and Node.js through redis pub/sub and a json remote interface
Recently I have been doing a lot with Node.js. It is a nice server technology that enables you to program on the server like you program on the client. Wouldn’t it be nice to create a java based...
View ArticleIntroducing a query tool for elasticsearch
In my previous blog posts I was working on reading data from wordpress blogs using groovy. This is nice, but of course there was a reason why I needed this. I wanted to create a tool or better a...
View ArticleUsing Dropwizard in combination with Elasticsearch
How often do you start creating a new application? How often have you thought about configuring an application. Where to locate a config file, how to load the file, what format to use? Another thing...
View ArticleUsing C3js with AngularJS
C3js is a graph javascript library on top of D3js. For a project we needed graphs and we ended up using c3js. How this happened and some of the first steps we took is written down by Roberto van der...
View ArticleNew blog posts about bower, grunt and elasticsearch
Two new blog posts I want to point out to you all. I wrote these blog posts on my employers blog: The first post is about creating backups of your elasticsearch cluster. Some time a go they introduced...
View Article