A Tour of the Modern Java Platform • James Ward & Ryan Knight • GOTO 2022

preview_player
Показать описание
This presentation was recorded at GOTO Amsterdam 2022. #GOTOcon #GOTOams

James Ward - Developer Advocate at Google
Ryan Knight - CEO at Grand Cloud

RESOURCES

ABSTRACT
The Java Platform has seen a tremendous amount of evolution and improvements over the past 5 years in many different areas including: language features in Java, Kotlin, and Scala, Functional Programming, dev environments, test workflows, Reactive, Stream processing, distributed data, containerization, Serverless, and AoT compilation.

The talk will cover some of the most important changes and an end-to-end live code example using Kotlin, Spring Boot, Kotlin, R2DBC, Testcontainers, GraalVM Native Image, Buildpacks, and Gradle. [...]

TIMECODES
00:00 Intro
02:24 Java 11+ features
03:38 Demo
17:29 Spring Boot with Kotlin
18:20 Demo
39:55 Outro

Read the full abstract here:

RECOMMENDED BOOKS

#Java #JavaProgramming #CloudNative #Programming #JamesWard #RyanKnight #ModernizingEnterpriseJava #Coding #Kotlin #SpringBoot #R2DBC #Testcontainers #GraalVM #NativeImage #Buildpacks #Gradle #Postgres #PostgresQL

Looking for a unique learning experience?

SUBSCRIBE TO OUR CHANNEL - new videos posted almost daily.
Рекомендации по теме
Комментарии
Автор

Modernization is such a moving target - already out of date points on Reactive Spring since the Project Loom announcements :D

nomadiccleric
Автор

when changing costs more than recreating ...

flashflexpro
Автор

And yet, still nothing people ask for, like async/await, dynamic use of CPU threads for tasks, tail recursion for the functional-minded folks, better package management tools, less overhead for serverless, etc., etc. Java seems like programming with a quill and ink compared to other languages now. The only people who have done anything positive are Microsoft, by providing a better IDE, despite the language stagnation.

Tony-dprl