-
Agile
From Scrum to Kanban
This month marks one year from the time we switched from Scrum to Kanban. I find it is a good…
Read More » -
Enterprise Java
SSL encrypted EJB calls with JBoss AS 7
Encrypting the communication between client and server provides improved security and privacy protection for your system. This can be an…
Read More » -
Enterprise Java
Spring Rest Controller with angularjs resource
Angularjs ngResource is an angularjs module for interacting with REST based services. I used it recently for a small project…
Read More » -
Core Java
Spice up your test code with custom assertions
Inspired by the @tkaczanowski talk during GeeCON conference I decided to have a closer look at custom assertions with AssertJ…
Read More » -
Software Development
API design and performance
When you design a new API you have to take a lot of decisions. These decisions are based on a…
Read More » -
Enterprise Java
JPA 2.1 Type Converter – The better way to persist enums
Persisting enums with JPA 2.0 is possible, but there is no nice way to do it. Using the @Enumerated annotation,…
Read More » -
Software Development
Why Data Strategy Matters
Big Data has an alluring promise: crunch all of your datas and find out all these very important unknown things…
Read More » -
Groovy
Grails 2.4 Released: Installing Groovy-Eclipse Compiler 2.3 in Eclipse/GGTS
This month has been interesting: on the 7th Groovy 2.3.0 has been released, followed up by Grails 2.4 a few…
Read More »