Three years after Microsoft acquired jClarity, Martjin Verburg presented at Devoxx UK on how reliant Microsoft is on Java. If the two didn’t seem to fit on the same page, the reality is different: Microsoft runs 2 M JVMs in production for internal purposes, 50+ Android apps, and Azure’s internal systems and Minecraft are built in Java. Moreover, Microsoft is committed to moving Java forward.
Build a Reactive App with Spring Boot and MongoDB – Java Code Geeks – 2022
Interested to learn about Reactive App? Check our article explaining how you can build Build a Reactive App with Spring Boot and MongoDB.
The Future of Java as Seen by Mark Little at Devoxx UK 22: Native Java, Adoptium and Faster Pace
Java is seeing a Renaissance period after it seemed to lose the cloud native stage to younger platforms. The Java ecosystem seems to be an express lane towards innovation, with many ongoing projects aiming to make it cloud friendlier, provide support at the language level and improve its runtime. Mark Little, VP of engineering at RedHat, zoomed in on these efforts in his Devoxx UK talk.
Java News Roundup: JEPs for JDK 19, Project Lilliput Milestone, Spring Framework, Quarkus 2.9.0
This week’s Java roundup for May 9th, 2022, features news from OpenJDK, JEPs targeted for JDK 19, Project Lilliput milestone release, Spring Framework 5.3.20 and 5.2.22, Open Liberty 22.0.0.5 and 22.0.0.6-beta, Quarkus 2.9.0.Final, Apache Camel Quarkus 2.9.0, WildFly Preview 27 Alpha1, Hibernate Search 6.1.5, JobRunr 5.1.1, Piranha 22.5.0, Failsafe 3.2.4, Micronaut survey results and Devoxx UK.
Bootiful Development with Spring Boot and Vue – Java Code Geeks – 2022
Interested to learn about Bootiful Development? Check our article explaining how to build a Spring Boot API using Spring Data JPA and Hibernate.
Getting Really Close to Jakarta EE 10! | The Eclipse Foundation
The Jakarta EE community teamwork is amazing! They are completely focused on Jakarta EE 10 release plan and following the Jakarta EE Specification Process we …
Microsoft JDConf 2022 – Events
Join us for the second Microsoft JDConf event on May 4 – 5, 2022. JDConf is a virtual, Java focused conference where developers can come together to share interesting topics and stay engaged. Learn about the latest cloud development trends, best practices, tips, tricks, and more. Our goal with this event is to highlight external speakers and showcase the great work that’s going on across the Java community.
Tutorial: Create and Verify JWTs in Java – Java Code Geeks – 2022
Interested to learn about JWTs in Java? Check our tutorial showing how to use an existing JWT library to Generate and Decode and verify a JWT.
Build a Web App with Spring Boot and Spring Security in 15 Minutes – Java Code Geeks – 2022
Interested to learn about Web App? Check our article explaining how to Build a Web App with Spring Boot and Spring Security in just a few minutes.
Haiku for Java using Text Blocks
Creative writing meets Java Text Blocks and Eclipse Collections
White Paper: Why Jakarta EE Is the Right Choice for Today’s Java Applications
Discover why Jakarta EE is the right choice for modern Java applications by reading our new white paper.
DevNation: The Show | Red Hat Developer
DevNation: The Show: Join us as we discuss today’s hottest technologies impacting developers and architects — and have a lot of fun
Native Java in the Real World
Microservices on Kubernetes are the native Java sweet spot: they have the most significant framework and Java runtime overhead. Native Java needs more effort to build, debug, test, deploy & profile. The application framework should fully support native Java in production. Native Java adoption can be incremental. But a native Java application only works if all its libraries support native Java.
Java Scoped Assignment and Scoped Access
The Java scoped assignment and scoped access features are two features I suggest be added to the Java language to make expressing complex object graphs simpler.