Curious as to how Java uses memory to store objects and arrays? Read on to find out some of the math behind it and more information on just how this is done.
The case is made for using Java EE 7 and 8 over Spring. Whether it's backward compatibility, the minimal configuration, or other benefits, here's what he has to say.
Read this post and learn how you can process data from a database in parallel using parallel streams and Speedment, which can lead to significant speed increases.
The instructions on Apache and Sonatype's sites are pretty good at helping get a library released to Maven central. But it can be a bit painful. Read on to find out more.
Follow one dev's thoughts on how you should handle exceptions, ranging from dealing with your catch blocks to using try-with-resources to avoiding using them at all.
Take a look at how Stormpath built their API with Spring Boot, including step-by-step instructions for setting up dependency injection, JSON conversion, and more.