Micro services could be a buzzword of 2014 for me. Few months ago I was curious to try Dropwizard framework as a separate backend, but Read more
Author: Piotr Jagielski
Integration testing custom validation constraints in Jersey 2
I recently joined a team trying to switch a monolithic legacy system into set of RESTful services in Java. They decided to use latest 2.x Read more
Vert.x on Raspberry Pi
Lightweight JVM web server
Some people say that using Java on Raspberry Pi is a stupid idea. Sure, JVM uses a lot of system resources Read more
CasperJS for Java developers
Why CasperJS
Being a Java developer is kinda hard these days. Java may not be dead yet, but when keeping in sync with all Read more
Using WsLite in practice
TL;DR
There is a example working GitHub project which covers unit testing and request/response logging when using WsLite.
Why Groovy WsLite ?
I’m a huge Read more
Using GORM standalone
Few days ago we decided to get rid of Apache iBatis in one of our projects. We couldn’t longer maintain large XML mapping and query Read more
Introducing camel-drools component
Introduction In this post I’ll try to introduce
Apache Camel component for Drools library – a great an widely used Business Rules Management System. When Read more