Advertisement

A Tour of the Modern Java Platform

VMware Tanzu
Sep. 2, 2021
Advertisement

More Related Content

More from VMware Tanzu(20)

Advertisement

A Tour of the Modern Java Platform

  1. A Tour of the Modern Java Platform Bruce Eckel @BruceEckel James Ward @_JamesWard
  2. Java 11+ Features ● HelloRecords ○ Records ○ Type Inference ○ Text Blocks ● HelloSum ○ sealed ○ sums ○ "pattern matching" aka "type predicate cast" ● HelloNullHelp ○ Collection factories ○ Helpful NPE JDK Tooling ● modules ● jshell ● jpackage
  3. github.com/jamesward/modern-java-springone
  4. Spring Boot with Kotlin ● Kotlin ○ Data classes ○ Immutability ○ Explicit nulls ○ Extension Functions ○ DSL / Extension Lambda ● Testcontainers ● Reactive DB ● Concurrency (Coroutines) ● Containers & Buildpacks ● GraalVM Native Image
  5. github.com/jamesward/kotlin-bars/tree/springone
  6. jamesward.com/2021/03/16/the-modern-java-platform-2021-edition
Advertisement