José Paumard

José Paumard

Oracle
José is a Java Developer Advocate at Oracle. He holds a PhD in applied mathematics and computer science. He has been an assistant professor at the University Sorbonne Paris Nord for 25 years. He is an active member of the Paris Java User Group, and a disorganizer of the JChateau unconference. He contributes Java learning content on the dev.java website. He publishes "Java Coding Tips", a biweekly series of shorts, and the "JEP Café", a video series, both on the Java YouTube channel.
speakerDetail.talksBy

Ana-Maria Mihalceanu
Ana-Maria Mihalceanu
Oracle
José Paumard
José Paumard
Oracle

Developing an Asynchronous Application with Virtual Threads and Structured Concurrency

One of the most exciting features delivered by JDK 21 are Virtual Threads, developed by the Loom project. They promise to enable the "simple thread-per-request style to scale with near-optimal hardwar...
Java Java Hands-on Lab 180 min. INTERMEDIATE
Ana-Maria Mihalceanu
Ana-Maria Mihalceanu
Oracle
José Paumard
José Paumard
Oracle

Fast-Track JDK Tools for the Modern Software Developer

This hands-on lab explores new JDK tools, including the Java Launcher, javadoc with Markdown, jwebserver for testing, jlink for custom runtime images, and JDK Flight Recorder for performance monitorin...
Java Java Hands-on Lab 120 min. BEGINNER
José Paumard
José Paumard
Oracle
Remi Forax
Remi Forax
University Gustave Eiffel

Loom in JDK 25: Virtual Threads, Structured Concurrency, and Scoped Values

This presentation explores Project Loom's enhancements in Java: lightweight virtual threads, the finalized Scoped Value API, and improved Structured Concurrency. It details their evolution through JDK...
Java Java Deep Dive 180 min. INTERMEDIATE