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.
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.
What options does Cassandra provide for operating multi-tenant clusters? Do you have your services prepared to do the work properly? Read on to find out.
This tutorial shows how to mock a REST API using SOAP UI, with screenshots included, for testing and developing your front end if the back end isn't available.
Learn how to test your APIs with Spock, a comprehensive testing framework that uses Java and Groovy, leveraging the benefits of several existing Java frameworks.
Learn how to build a secure SPA using Spring Boot and OAuth while using a Spring Boot starter to get additional support for validation and authority mapping.