#JakartaEE 11 delivers new features and capabilities that boost developer productivity and unlock further innovation.
Soβ¦
π Whatβs new in this release?
π What comes next?
This #InfoQ article breaks it all down: https://bit.ly/46Pj4tX
#JakartaEE 11 delivers new features and capabilities that boost developer productivity and unlock further innovation.
Soβ¦
π Whatβs new in this release?
π What comes next?
This #InfoQ article breaks it all down: https://bit.ly/46Pj4tX
#JakartaEE 11 is now available, delivering additional features & capabilities for improving software developer productivity and enabling further innovation.
So β¦ What's new in this version? What comes next?
This article by Otavio Santana addresses these questions!
π° Read now: https://bit.ly/46Pj4tX
#VirtualThread is comingβ¦
The #PodcastServer has been rewritten completely to leverage VirtualThreadsβ¦
Some soak time and it will be in for 2024.8 if everything goes well.
https://gitlab.com/davinkevin/Podcast-Server/-/merge_requests/531
The main goal is to make code simpler to make evolutions simpler in the future #KISS
Find out more about JOX library
How to make a #ChromeBrowser extension to run code from a #Java21 #VirtualThread based HTTP server to compute #NaturalLanguageProcessing (#NLP) statistics from the opened #wikipedia pages and display them inline in the page?
How to make a Chrome browser extension to run code from a Java 21 Virtual Thread based HTTP server to compute Natural Language Processing (NLP) statistics fromβ¦
New method to run a virtual thread friendly synchronized block: SyncUtils.runSynchronized(Object, Runnable);
https://github.com/japplis/Virtually