-
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 » -
Software Development
Apache Cassandra steaming through 2.1 Release
Apache Cassandra is a high performance database system used in an ever growing number of enterprise companies to whom scalability…
Read More » -
Enterprise Java
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 » -
Software Development
Why shouldn’t I test private methods?
Newcomers to TDD ask some interesting questions, here’s one I was asked recently: testing private methods is bad, but why? How…
Read More »