-
Enterprise Java
Jibx Jersey2 Integration
Jersey2 provides inbuilt support for Jackson and JAXB. But Jibx is not supported by default. To use Jibx in conjunction…
Read More » -
Software Development
Knowing the bits
We use complex systems. My mother once said that there could be little leprechauns behind the TV screen redrawing the…
Read More » -
Core Java
Live Templates in IntelliJ
As described here, IntelliJ’s live templates let you easily insert predefined code fragments into your source code. I have posted…
Read More » -
Enterprise Java
Dropwizard: painless RESTful JSON HTTP web services
Java developers looking for a quick, painless way of creating production-ready RESTful JSON HTTP web services should consider the Dropwizard…
Read More » -
Software Development
How to get rid of helper and utils classes
There you go once again, while performing a code review or after having justified a quick coding in the name…
Read More » -
DevOps
Driving Devops
There is a lot of talk in the devops community about the importance of sharing principles and values, and about…
Read More » -
Groovy
Groovy Goodness: Define Compilation Customizers With Builder Syntax
Since Groovy 2.1 we can use a nice builder syntax to define customizers for a CompileConfiguration instance. We must use…
Read More » -
Software Development
The 7 Log Management Tools Java Developers Should Know
Splunk vs. Sumo Logic vs. LogStash vs. GrayLog vs. Loggly vs. PaperTrails vs. Splunk>Storm Splunk, Sumo Logic, LogStash, GrayLog, Loggly, PaperTrails…
Read More » -
Android Core
Working with Google Analytics API v4 for Android
For v4 of the Google Analytics API for Android, Google has moved the implementation into Google Play Services. As part of…
Read More »