Java
-
Partitioning SPA Resources and API Implementations in Separate WAR Components
Single Page Applications are quickly gaining traction as a way to implement rich, robust, and mobile friendly web-based applications. Essentially,…
Read More » -
Building and Running Java 8 Support
The Eclipse support for Java 8 is not yet available for download. If you want to play with it, you’ve…
Read More » -
JBoss Modules Suck, It’s Impossible To Use Custom Resteasy/JAX-RS Under JBoss 7
Since JBoss EAP 6.1 / AS 7.2.0 is modular and you can exclude what modules are visible to your webapp,…
Read More » -
JDBC 4.0’s Lesser-known Clob.free() and Blob.free() Methods
When I talk about jOOQ at conferences, I always show this slide containing a bunch of very common JDBC mistakes…
Read More » -
JavaFX Custom Control – Nest Thermostat Part 2
I’ts been a while since I started to create the Nest thermostat FX custom control ! So last time, as…
Read More » -
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 » -
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 » -
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 » -
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 »