-
Enterprise Java
Redis sort with Jedis
In this post we will talk about the Redis SORT command. Redis provides the SORT command that we can use…
Read More » -
Core Java
Java 8 Friday Goodies: Lambdas and Sorting
At Data Geekery, we love Java. And as we’re really into jOOQ’s fluent API and query DSL, we’re absolutely thrilled…
Read More » -
Enterprise Java
Optimising Your ApplicationContext
There’s a problem with Spring, it’s been there for some time and I’ve come across it in a number of…
Read More » -
Agile
Fail SAFe
Last week I went to a presentation about Scaled Agile Framework – SAFe. I’ve read a bit about it before,…
Read More » -
Core Java
ObjectStreamClass: Peeking at a Java Object’s Serialization
ObjectStreamClass can be a useful class to analyze the serialization characteristics of a serialized class loaded in the JVM. This…
Read More » -
Android Core
Android: location based services
Introduction Developing applications for mobile devices gives us a lot more opportunities for context based information than a traditional web…
Read More » -
Core Java
5 tools for Java developers
A way to improve the Java code we write is to work with the best tools. So, let’s check out…
Read More » -
Core Java
Access private fields in unit tests
First of all, let me say out louder, you need to design your code to be testable, so you test…
Read More » -
Enterprise Java
Selecting level of detail returned by varying the content type, part II
In my previous entry, we looked at using the feature of MOXy to control the level of data output for…
Read More »