Showing results for 2024 - Page 2 of 5 - Microsoft for Java Developers

Sep 21, 2024
0
2

Jakarta EE on Azure – September 2024

Josephine Qiu
Josephine Qiu

Hi everyone, welcome to the September 2024 update for Jakarta EE on Azure. The September 2024 update covers the most popular workshop series- Build, run and monitor intelligent Java apps on Azure Container Apps with Azure OpenAI, along with the latest updates on our Quarkus Azure extensions and other offers. Microsoft partners with Jakarta EE ap...

Java
Sep 13, 2024
1
2

Java on Visual Studio Code Update – August 2024

Nick Zhu
Nick Zhu

Hi everyone, welcome to the August update for Visual Studio Code for Java! In this blog, we will cover important Gradle updates, more user experience improvements, and an improved getting started experience, let's get started! Gradle Updates Adding Gradle for Java into Extension Pack for Java Some of our users might have noticed that recently in...

JavaVisual Studio CodeCloud
Sep 13, 2024
0
0

Java on Azure Tooling Update – August 2024

Jialuo Gan
Jialuo Gan

Hi everyone, welcome to the August update of Java on Azure developer tools. In this update, we will introduce our Managed Identity Support for Azure App Service in Azure toolkit, and General Availability of Java experiences on Azure Container Apps. We hope you enjoy these updates and have a smooth experience with our Azure toolkit. Please download ...

JavaOpen SourceVisual Studio Code
Aug 27, 2024
0
1

Reliable Web App – Reliability Patterns

Rory Preddy
Rory Preddy

As applications migrate to the cloud, they must be designed to handle inevitable failures gracefully. Network issues, service outages, and other transient faults are common in distributed systems. Without proper handling mechanisms, these failures can lead to system instability and poor user experiences. This is why Retry and Circuit Breaker ...

Java
Aug 16, 2024
0
0

Microsoft Build of OpenJDK – July 2024 Patch & Security Update Release

Derek Keeler
Derek Keeler

Java OpenJDK July 2024 Patch & Security Updates Hello Java community! (Apologies for the late publishing of this post - things have been busy on the Java team and this one fell through the cracks!) We are happy to announce the latest July 2024 patch & security update release for the Microsoft Build of OpenJDK. See the release ...

Java
Aug 15, 2024
0
1

Improving OpenJDK Scalar Replacement – Part 3/3

Cesar Soares
Cesar Soares

Welcome to the final part of our series on scalar replacement in OpenJDK. In the previous posts, we covered the basics of scalar replacement and detailed the improvements we introduced to the implementation. Now, it's time to see these enhancements in action. In this post, we'll present the results of our work, showcasing the performance gains achi...

Java
Aug 1, 2024
0
1

Java on Visual Studio Code Update – July 2024

Nick Zhu
Nick Zhu

Hi everyone, welcome to the July update for Visual Studio Code for Java! This blog will cover the latest Gradle enhancements, user experience improvements and new Spring features, so let's get started! Gradle enhancements HCR Support for Gradle Build Server HCR (Hot Code Replace) is an advanced feature that debugger supports in VS Code Java. It ...

JavaVisual Studio CodeCloud
Jul 25, 2024
0
0

Java on Azure Tooling Update – June 2024

Jialuo Gan
Jialuo Gan

Hi everyone, welcome to the June update of Java on Azure developer tools. In this update, we will introduce our Workload Profiles Support for Azure Container Apps in Azure Toolkit for IntelliJ IDEA. We hope you enjoy these updates and have a smooth experience with our Azure toolkit. Please download and install the Azure Toolkit for IntelliJ. Let’s ...

JavaOpen SourceCloud
Jun 28, 2024
1
1

Java on Visual Studio Code Update – June 2024

Nick Zhu
Nick Zhu

Hi everyone, welcome to the June update for Visual Studio Code for Java! In this blog we are going to share several user experience updates, as well as important Spring features improvements, so let's get started! Project Settings Page Enhancements New Compiler Section A new compiler section was added to the project settings page. This allows yo...

Visual Studio CodeCloudIntelligent Apps
Jun 26, 2024
0
2

Improving OpenJDK Scalar Replacement – Part 2/3

Cesar Soares
Cesar Soares

In the previous part of this blog series, we explored the foundational concepts and purpose of scalar replacement (SR) in OpenJDK, laying the groundwork for understanding how this optimization can boost the performance of Java applications. Now, in the second installment of the series, we shift our focus to the specific enhancements that we have in...

Java