When it comes to bringing microservices to the JVM, it's hard to go wrong with Akka and its actor model. Let's see how they contribute to microservices adoption.
Do you have a Java app that runs fine at first but slows down after a while? Or, perhaps it runs fine for a small number of files but performance degrades when the number of files increases? You might have a memory leak...
Here, we'll define the typical steps for creating an immutable class in Java and shed light on some common mistakes made while creating immutable classes.
Software development is still evolving, so your testing tools should be as well. Upgrade your toolset by checking out the features of these popular frameworks.
With microservices, cloud hosting, and vertical scaling in mind, let's compare the top Java garbage collectors to see how efficiently they handle resources.
In this post we take a look at incorporating AWS machine learning into your Java microservice environment. Interested? Read on for the details and some code.