-
Enterprise Java
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 » -
Software Development
IDE vs. Editor
Are you using an IDE, or an editor? Are you a “hardcore” programmer, or you are one of those sissy…
Read More » -
Software Development
How to Eliminate Bugs Through High Cohesion
Intuition tells us that methods like these ones suffer from a distinct code smell: …
Read More » -
Enterprise Java
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 » -
Core Java
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 » -
Enterprise Java
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 » -
Career
NoSQL Job Trends – February 2014
So, it is a few days late but we finally have the NoSQL installment of the February job trends. For…
Read More » -
Enterprise Java
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 » -
Software Development
Using the AutoValue Code Generator in Eclipse
My colleague Moritz of EclipseSource recently came across Google Auto, a collection of Java code generators. AutoValue is one of…
Read More »