Java
-
Java 8 Friday Goodies: Easy-as-Pie Local Caching
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 » -
Websockets with Spring 4
I am throwing the entire kitchen sink into a small web application that I am developing as part of this…
Read More » -
Using Java EE’s ManagedExecutorService to asynchronously execute transactions
One year has passed by since the Java EE 7 specification has been published. Now that Wildfly 8 Final has…
Read More » -
What’s new in Java 8 – Date API
With the final release of Java 8 around the corner, one of the new features I’m excited about is the…
Read More » -
Signing SOAP Messages – Generation of Enveloped XML Signatures
Digital signing is a widely used mechanism to make digital contents authentic. By producing a digital signature for some content,…
Read More » -
Deploy to Maven Central Repository
Do you need to make your Java library publicly accessible? Is your project hosted on GitHub? Do you like idea…
Read More » -
WebLogic Classloader Analysis Tool
The WebLogic Server has a built-in webapp called Classloader Analysis Tool, and you may access it through http://localhost:7001/wls-cat You need…
Read More » -
Good use of Closures
Not long ago, in a blog post, I explained what Closure were in Groovy. This blog post will explain one…
Read More » -
XML to Avro Conversion
We all know what XML is right? Just in case not, no problem here is what it is all about.…
Read More »