As I described in an earlier post, Packt Publishing invited me to review the book Java EE 6 Cookbook for Securing, Tuning, and Extending Enterprise Applications. In this post, I provide a review of ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
This cookbook installs a Java JDK/JRE. It defaults to installing OpenJDK, but it can also install Oracle and IBM JDKs. To install Oracle Java 7 (note that when installing Oracle JDK, ...
I recently blogged about the availability of Common Java Cookbook as an open and freely available book focusing on Apache Commons. I also pointed out in that blog post that I had learned of the ...
Schema evolution is one of the most challenging aspects of event-driven architecture. A single incompatible change can break consumers, corrupt data, or cause silent failures that surface weeks later.