-
Core Java
Java14: Join Database Tables with Java 14’s new Record
Did you know that you can join database tables into a Java Stream with Java 14’s preview record feature? Read…
Read More » -
Enterprise Java
Java/Spring: How to Generate an Entire Database CRUD REST API with Speedment
As each year passes it is becoming nothing but obvious that the Spring Framework is one of the most widely…
Read More » -
Enterprise Java
Java: Release of Speedment 3.2 – Now Enabling Lightweight Database Microservices
Several traditional ORMs do not fully honor Java module encapsulation (JPMS). This often means a lot of unnecessary files and…
Read More » -
Enterprise Java
Java: How to Create Lightweight Database Microservices
The number of cloud-based Java database applications grows by the minute. Many organizations deploy hundreds if not thousands of microservice…
Read More » -
Core Java
Become a Master of Java Streams – Part 6: Creating a New Database Application Using Streams
Have you ever wanted to develop an “express” version of your database application? In this Hands-On Lab article, you will…
Read More » -
Core Java
Become a Master of Java Streams – Part 5: Turn Joined Database Tables into a Stream
Is it possible to turn joined database tables into a Java Stream? The answer is yes. Since we got this…
Read More » -
Core Java
Become a Master of Java Streams – Part 4: Database Streams
SQL has always been a declarative language whereas Java for a long time has been imperative. Java streams have changed…
Read More » -
Core Java
Become a Master of Java Streams – Part 3: Terminal Operations
Bill Gates once said: “I choose a lazy person to do a difficult job because a lazy person will find…
Read More » -
Core Java
Become a Master of Java Streams – Part 2: Intermediate Operations
Just like a magic wand, an Intermediate operation transforms a Stream into another Stream. These operations can be combined in…
Read More »