Reduce your application size by learning how you can join database tables directly from Java without using SQL coding and how you can view joins using standard Java Streams.
Read this tutorial in order to learn how to create a Maven archetype from an existing project. This person uses Eclipse IDE to create the Maven project.
This tutorial will dive into templating with Rocker, a Java 8 template engine designed to be statically typed, and the pros and cons of using this tool.
Are projects like Apache Spark about to get a serious boost? In this post, we learn about vectorized algorithms in Java, and what it means for the world of big data.
Java 8 offered a boon to parallel and asynchronous programming. Let's check out the lessons Java learned from JavaScript and how JDK 8 changed the game.
As useful as JPA is, you still run into problems when using it with Java 8's updated Date and Time API. Here's how to build an AttributeConverter and how Hibernate helps.