Esquenta TDC São Paulo 2024 - Quarkus Club - DevConverge LATAM

Published 2024-08-07
Bazlur:

With a wave of powerful new features, Java has shed its verbose reputation and emerged as a streamlined, expressive force in modern development.

In this talk, we'll dive into the Java renaissance. Explore records, sealed classes, pattern matching, and string templates – the tools that are making Java code more concise and elegant than ever before. We'll also take a peek at virtual threads and structured concurrency, features that streamline multithreading for the modern era.

Ready for a fresh look at an old favorite? Discover the Java that will surprise you and transform the way you code.

Juarez:

Java Platform Threads threads are expensive. With the release of JDK 21, Java Virtual Threads provides an alternative to Reactive Programming to scale your Java applications, simplifying how you can write, debug, and maintain Java enterprise applications.

With Java Virtual Threads, we can now return to writing a synchronous, blocking database access logic to avoid such complexity imposed by Reactive Programming. Nevertheless, it's possible to maximize such gains using pipelined database operations so that a database call returns immediately, freeing the client code to process additional functions.


#java #quarkus #quarkusclub #quarkusio #springboot

All Comments (1)