ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

106 results

Bulgarian Java User Group
Asynchronous Programming in Java using Virtual Threads, Venkat Subramaniam

Threads have been part of Java since the beginning. But, the new virtual threads, introduced as prerelease in Java 19, are ...

49:16
Asynchronous Programming in Java using Virtual Threads, Venkat Subramaniam

16,821 views

2 years ago

Nida Karagoz
Spring boot with java 21 virtual threads - is there a way to terminate gracefully?

Spring boot with java 21 virtual threads - is there a way to terminate gracefully? ✧ I really hope you found a helpful solution!

1:35
Spring boot with java 21 virtual threads - is there a way to terminate gracefully?

5 views

9 months ago

Nida Karagoz
Using toFuture in Spring webClient when using virtual threads

Using toFuture in Spring webClient when using virtual threads ✧ I really hope you found a helpful solution! ♡ The Content is ...

2:19
Using toFuture in Spring webClient when using virtual threads

5 views

9 months ago

Voxxed Days Luxembourg
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines (Riccardo LIPPOLIS)

Voxxed Days Luxembourg 2023 Room: AmigaOS Type: Conference Java Virtual Threads are a new and upcoming feature that ...

49:48
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines (Riccardo LIPPOLIS)

4,841 views

2 years ago

Paris JUG
2025/12/09 - The Past, Present, and Future of Enterprise Java

Over the last 30 years, Java has been the preferred technology for developing enterprise applications. Frameworks and ...

57:52
2025/12/09 - The Past, Present, and Future of Enterprise Java

81 views

7 days ago

Nida Karagoz
Using ScopedValue instead of ThreadLocal in Servlet Filter in spring boot app

Using ScopedValue instead of ThreadLocal in Servlet Filter in spring boot app ✧ I really hope you found a helpful solution!

2:42
Using ScopedValue instead of ThreadLocal in Servlet Filter in spring boot app

12 views

8 months ago

Peter Schneider
Spring Boot Maximun Requests and Threads should be 1 (server.tomcat.max-threads=1)

Spring Boot Maximun Requests and Threads should be 1 (server.tomcat.max-threads=1) I hope you found a solution that worked ...

2:25
Spring Boot Maximun Requests and Threads should be 1 (server.tomcat.max-threads=1)

211 views

2 years ago

SouJava
SouJava Talks: Creating a Million Virtual Threads Using Project Loom by A N M Bazlur Rahman

Details SouJava would like to announce that we'll be pleased to have Bazlur Rahman (@bazlur_rahman) presenting "Creating a ...

1:31:51
SouJava Talks: Creating a Million Virtual Threads Using Project Loom by A N M Bazlur Rahman

490 views

Streamed 3 years ago

Otavio Santana
Virtual Threads in Jakarta EE 11 🧵

Virtual threads are here—and easier than you think. Jakarta EE 11 supports them with a simple config using Jakarta Concurrency.

0:37
Virtual Threads in Jakarta EE 11 🧵

138 views

5 months ago

Bulgarian Java User Group
Runtime Efficiency with Spring, Sebastien Deleuze

Spring Boot 3 introduces runtime efficiency and performance related enhancements in order to optimize and reduce the cost of ...

38:04
Runtime Efficiency with Spring, Sebastien Deleuze

164 views

6 months ago

Otavio Santana
Jakarta EE 11 Is Finally Out! 🚀

Jakarta EE 11 is here with Java 17+, record support, and virtual threads. Whether you're using Spring, Quarkus, or Helidon—yes, ...

1:20
Jakarta EE 11 Is Finally Out! 🚀

192 views

5 months ago

nipafx
The State of Project Loom with Ron Pressler

Conversation with Project Loom lead Ron Pressler about the project's core mission, challenges like interaction with debuggers ...

44:56
The State of Project Loom with Ron Pressler

3,981 views

4 years ago

Ingo Kegel
Profiling HTTP calls and tracking them between JVMs

This screen cast shows how to profile HTTP calls with the HTTP client probe and use the HTTP remote request tracking feature to ...

5:39
Profiling HTTP calls and tracking them between JVMs

696 views

3 years ago

Voxxed Days Luxembourg
Introduction and pitfalls of Java's new concurrency model (David VLIJMINCX)

Voxxed Days Luxembourg 2023 Room: Linux Type: Conference Java 20 previews one of the most anticipated features, virtual ...

33:38
Introduction and pitfalls of Java's new concurrency model (David VLIJMINCX)

112 views

2 years ago

Bulgarian Java User Group
Bootiful Spring Boot 3.x, Josh Long

Spring Boot 3.x and Java 21 are here, and there's never been a better time to be a Java developer! In this talk we'll look at the ...

52:47
Bootiful Spring Boot 3.x, Josh Long

280 views

1 year ago

Engineering Community
JDK Thread Pools: Pitfalls & Hidden Gems. (Eng) by Mikhail Horbunov

A presentation about the use and misuse of JDK Thread Pools. In-depth review of configuration options and which of them to ...

1:16:58
JDK Thread Pools: Pitfalls & Hidden Gems. (Eng) by Mikhail Horbunov

375 views

4 years ago

ID1212, Network Programming
The JVM's built-in thread pool and the class CompletableFuture

This video gives an overview of the built-in thread pool and the class CompletableFuture, which are both used in programming ...

5:15
The JVM's built-in thread pool and the class CompletableFuture

160 views

7 years ago

Bulgarian Java User Group
Spring framework overview

Agenda: Dependency injection: recap, Spring framework basics, Spring boot, Spring framework stack Details: DI frameworks, ...

1:05:08
Spring framework overview

560 views

Streamed 2 years ago

Commit Conf
Gabriel Jiménez: Spring MVC vs Spring Webflux vs Spring MVC con virtual threads, ¿quién ganará?

La nueva versión Java 21 nos proporciona un nuevo concepto en la JVM llamado "virtual thread", que viene, en teoría, ...

46:17
Gabriel Jiménez: Spring MVC vs Spring Webflux vs Spring MVC con virtual threads, ¿quién ganará?

1,403 views

1 year ago

Barcelona Jug
Reactive Spring by Josh Long at JBCNConf'19

Microservices and big-data increasingly confront us with the limitations of traditional input/output. In traditional IO, work that is ...

53:58
Reactive Spring by Josh Long at JBCNConf'19

462 views

6 years ago

Cave of Programming
Advanced Java: Multi-threading Part 2 -- Basic Thread Synchronization

More courses! Free C++ course: https://www.udemy.com/course/free-learn-c-tutorial-beginners/?

9:50
Advanced Java: Multi-threading Part 2 -- Basic Thread Synchronization

173,889 views

13 years ago

Software-Architektur, Patterns & Entwicklung, Paul
Grundlagen Datenbanken | als Entwickler | Datenbank Locks vs Write Ahead | Spring | JPA | Hibernate

Praktische Lösungen: Wie verarbeitet ein Java Spring Boot System viele Updates auf einmal nach einer Downtime? 3. Strategien ...

24:46
Grundlagen Datenbanken | als Entwickler | Datenbank Locks vs Write Ahead | Spring | JPA | Hibernate

77 views

1 year ago

Gain Java Knowledge
Spring Boot - Reactive Programming Introduction

Hi Friends, #GainJavaKnowledge In this video we will discuss What is Reactive Programming ? Why we need Reactive ...

13:00
Spring Boot - Reactive Programming Introduction

4,219 views

4 years ago

Ingo Kegel
Using flame graphs when profiling Java applications

Flame graphs are a great way to get an overview of the entire call tree and to visualize performance characteristics. This screen ...

5:58
Using flame graphs when profiling Java applications

8,867 views

3 years ago

Cameron McKenzie
Spring Boot Actuator Endpoints #health #env #heapdump #threaddump #metrics #logging #example

This video on Spring Boot Actuator endpoints is part of a full Spring Actuator tutorial and playlist. The full playlist and Spring ...

9:24
Spring Boot Actuator Endpoints #health #env #heapdump #threaddump #metrics #logging #example

1,074 views

1 year ago