-
Core Java
Testing JVM server-side JavaScript with Jasmine, Spock and Nashorn
JavaScript usage is not limited to client-side code in browser or NodeJS powered server-side code. Many JVM based projects are…
Read More » -
Core Java
cjmx: A command-line version of JConsole
JConsole is a nice tool when it comes to monitoring a running Java application. But when it is not possible…
Read More » -
Core Java
Java 8 StringJoiner
At the release of Java 8 the most attention went to the Lamda’s, the new Date API and the Nashorn…
Read More » -
Core Java
JAXB Tutorial for Java XML Binding – The ULTIMATE Guide (PDF Download)
In this post, we feature a comprehensive JAXB Tutorial for Java XML Binding. Java offers several options for handling XML…
Read More » -
Software Development
jOOQ Tuesdays: Yalim Gerger brings Git to Oracle
We’re excited to launch a new series on our blog: the jOOQ Tuesdays. In this series, we’ll publish an article…
Read More » -
Core Java
Managing Package Dependencies with Degraph
A large part of the art of software development is keeping the complexity of a system as low as possible.…
Read More » -
Software Development
R: Time to/from the weekend
In my last post I showed some examples using R’s lubridate package and another problem it made really easy to…
Read More » -
Software Development
R: Cleaning up and plotting Google Trends data
I recently came across an excellent article written by Stian Haklev in which he describes things he wishes he’d been…
Read More » -
Enterprise Java
EAGER fetching is a code smell
Introduction Hibernate fetching strategies can really make a difference between an application that barely crawls and a highly responsive one.…
Read More »