Java 8
-
Core Java
Removing elements from a Map in Java
Very short and simple post on removing elements from a Map in Java. We will be focusing on removing multiple…
Read More » -
Core Java
JVM Architecture: Overview of JVM and JVM Architecture
Hello readers! In this tutorial, we will understand and learn the Java Virtual Machine (JVM) and its architecture. This tutorial…
Read More » -
Enterprise Java
Doing stuff with Spring WebFlux
Spring Boot 2.0 went GA recently, so I decided to write my first post about Spring for quite a while.…
Read More » -
Core Java
Java 8: A Closer Look at Speedment 3.0.1 “Forest” Stream ORM
Following the Road I have been contributing to the open-source project Speedment (which is a Stream ORM Java Toolkit and Runtime) and…
Read More » -
Core Java
Guavate: tiny library bridging Guava and Java8
Java8 is great and adds some useful abstractions to the JDK that have found popularity in the Java community via…
Read More » -
Core Java
Default & Static Methods In Interfaces
In our original Java 8 support announcement post we specifically mentioned the lack of streams but completely missed the fact…
Read More » -
Core Java
How to Generate Customized Java 8 Code with Plugins
One thing most programmers hate is to write boilerplate code. Endless hours are spent setting up entity classes and configuring…
Read More » -
Core Java
Java 8: Use Smart Streams with Your Database in 2 Minutes
Streaming with Speedment When Java 8 finally arrived, some colleges and I started an open-source project to take the whole…
Read More » -
Core Java
Java 8: Bye Manual SQL, Hello Speedment!
Most applications written in Java require some form of data storage. In small applications this is often realized using a…
Read More »