Java
-
Java: Using the specification pattern with JPA
This article is an introduction to using the specification pattern in Java. We also will see how we can combine…
Read More » -
java.util.Random in Java 8
One of the neat features of java.util.Random class in Java 8 is that it has been retrofitted to now return…
Read More » -
Setup your Java development environment in your new Mac in 10 minutes (updated)
This is just a small update post that references 2 older entries ( a, b) , I just combine them…
Read More » -
RxJava: From Future to Observable
I first came across Reactive Extensions about 4 years ago on Matthew Podwysocki’s blog but then haven’t heard much about…
Read More » -
Entering Undertow Web server
With the arrival of Java EE 7 and the requirement to handle advanced features such as the Web Sockets API…
Read More » -
Simple Gradle Java Plugin Customization
As I demonstrated in the post A First Look at Building Java with Gradle, Gradle is particularly concise and easy…
Read More » -
Hibernate 4.3 ORM Tool
Hibernate has recently released the final version of Hibernate ORM 4.3, a Java-based ORM framework that also supports stored procedures…
Read More » -
How to write one of the fastest expression evaluators in Java
Granted, the title is a bit of an attention grabber, but nevertheless true (You course you never trust a benchmark…
Read More » -
Hibernate 4.2.8 , javassist 3.18.1 and ClassCastExceptions – watch out your classpath
I am writing this post as a tip and warning rather than an absolute solution. I will try to come…
Read More »