-
Enterprise Java
Playing with JerseyTest (Jersey 2.5.1 and DI)
I’m going to try explaining a trivial REST example. The idea is building a basic schema to start playing with…
Read More » -
Software Development
Acceptance Test Driven Development
In this short series about acceptance testing I previously wrote about collaboration between testers and developers and how acceptance tests…
Read More » -
Enterprise Java
JArchitect v4.0 Released
JArchitect version 4.0 is now available, as announced by JArchitect v4.0 Released. JArchitect can help java developers manage a complex…
Read More » -
Scala
Scala: Predicate Composition with Lens-Like Structures
I’ve been playing around with a few ideas on how to apply a lens-like construct on arbitrary Scala collections that…
Read More » -
Agile
Biggest hindrances to being agile
I often wonder how projects fail to be agile enough even though the team consists of talented team members. So…
Read More » -
Communications
How do iBeacons work?
iBeacons are certainly a trending topic recently. They allow indoor positioning, letting your phone know that you are in range…
Read More » -
Software Development
Code faster with Intellij IDEA live templates
Intellij IDEA – in my opinion the most productive IDE for Java – comes with bunch of features helping getting…
Read More » -
Enterprise Java
Project Student: Maintenance Webapp (read-only)
This is part of Project Student. Other posts are Webservice Client With Jersey, Webservice Server with Jersey, Business Layer, Persistence…
Read More » -
Enterprise Java
Spring from the Trenches: Invoking a Secured Method from a Scheduled Job
Let’s assume that we have implemented a Spring powered application, and secured it by using the method security expressions of…
Read More »