Year: 2015
-
Enterprise Java
Perform CRUD with Active Records
This article is part of our Academy Course titled jOOQ – Type safe DB querying. jOOQ is a good choice…
Read More » -
Enterprise Java
Comparing jOOQ with JDBC
This article is part of our Academy Course titled jOOQ – Type safe DB querying. jOOQ is a good choice…
Read More » -
Enterprise Java
Getting Started with jOOQ, H2, and Maven
This article is part of our Academy Course titled jOOQ – Type safe DB querying. jOOQ is a good choice…
Read More » -
Core Java
An introduction to optimising a hashing strategy
Overview The strategy that’s used for hashing keys, can have a direct impact on the performance of a hashed collections…
Read More » -
Enterprise Java
New in JMS 2.0
This post lists ALL of the new APIs (interfaces/classes/annotations etc.) introduced in JMS 2.0 (part of the Java EE 7…
Read More » -
Groovy
Custom User types in GORM
Recently, I wanted to model a Merchant which like many things in a domain model had an Address. I thought…
Read More » -
Agile
Question for self-organizing teams
Try this thought experiment. You are a software development manager. You learn about agile and you think it is good.…
Read More » -
DevOps
7 Java Performance Metrics to Watch After a Major Release
The Java performance metrics you need to follow for understanding how your application behaves in production Unlike the days when…
Read More » -
Core Java
JAR Manifest Class-Path is Not for Java Application Launcher Only
I’ve known almost since I started learning about Java that the Class-Path header field in a Manifest file specifies the…
Read More »