Want to learn more about handing the unanticipated enum value in the JDK switch expressions? Check out this post to learn more about how to handle switch expressions.
While typically focused on accelerating database reads, Speedment also has write functionality. In the latest version, a much-anticipated feature has been added — the ability to determine a subset of columns to update.
Look at containerizing a Spring Data Cassandra Application. More specifically, how to put a Spring application that connects to a Cassandra database into containers.
Want to learn more about messaging with RabbitMQ? Check out this tutorial on how to create a message producer with Spring Boot and the RabbitMQ in PCF.
Learning how to incorporate JSON into Java applications can be a useful tool for Java developers. Check out this post to learn more about JSON in Java development.
Want to learn how to enhance your Java EE application with tracing capabilities? Check out this tutorial to learn how to enable automatic tracing with Wildfly and Jaeger.
Want to learn more about using Spring Boot 2 for integration and unit testing? Check out this post to learn more about testing with JUnit 5 and Mockito 2.
So, if you're using the Scanner class for keyboard input in Java, you're probably doing it wrong. Check out this post to learn more about the Scanner class.
Want to learn more about nested classes in Java? Check out this tutorial on how to define a class within another class through inner and static nested classes.