Java
Reloading pages in Wicket
When developing software, and especially web frontends, is nice and handy to get some immediate feedback on the work you’ve done, without having to rebuild all dependent projects, killing servers, redeploying wars, etc. At my current project, we have a simple web frontend which is using Wicket, which needs some changes now and then. Unfortunately, [...]
Read Full Post | Make a Comment ( 1 so far )ActiveMQ NullPointer exceptions when creating objectmessages.
At the moment, I’m working with Flex, BlazeDS en ActiveMQ in a Spring application. I’m using Flex to display some of my database contents, and for direct communication, I use BlazeDS, and for updating the view, I use JMS (ActiveMQ) in combation with BlazeDS. It works by publishing information to topics, which can be easily [...]
Read Full Post | Make a Comment ( 1 so far )IntelliJ JSON Formatter Plugin 0.2
I’ve worked with my JSON Formatter plugin for a couple of days now to debug my Grails communication layer, and even though I created it myself, I want to say that I’m quite pleased with it. The only thing which annoyed me a bit is that it’s hard to see if the JSON code is [...]
Read Full Post | Make a Comment ( None so far )IntelliJ JSON Formatter Plugin
An introduction to the IntelliJ JSON Formatter to ease Grails development and easily format your JSON code.
Read Full Post | Make a Comment ( 5 so far )

