-
Core Java
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 » -
Enterprise Java
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 » -
Groovy
Grails Goodness: Cleaning Up
When we use for example the compile or war command Grails will create files and stores them by default in…
Read More » -
Agile
Data Analysis Tips for Product Managers and Product Owners
Summary Data analysis might sound a bit nerdy, but it should be part of every product manager’s and product owner’s…
Read More » -
Enterprise Java
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 » -
Desktop Java
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 » -
Software Development
Funny Bugs types
Incompatible classes when you try to deserialize files generated with old code… Wrong URL setting when you put a wrong…
Read More » -
Scala
Using JavaCV with Scala and SBT
Recently I’ve been doing some simple face detection in a Scala-based project. The “industry standard” for such kind of tasks…
Read More » -
Software Development
Canary Tests
Canary Tests are minimal tests to quickly and automatically verify that everything you depend on is ready. You run Canary…
Read More »