Showing category results for Java

Nov 8, 2023
Post comments count0
Post likes count0

Jakarta EE on Azure – November 2023

Josephine Qiu
Josephine Qiu

Hi everyone, welcome to the November update for Jakarta EE on Azure. Microsoft partners with Jakarta EE application server vendors to create Azure Marketplace offers – with Solution Templates and Base Images that allow customers to quickly deploy their software on Azure Virtual Machines, Azure Kubernetes Service, Azure Red Hat OpenShift, and Azure ...

Java
Oct 25, 2023
Post comments count0
Post likes count1

Java on Azure Tooling Update – September 2023

Jialuo Gan
Jialuo Gan

Hi everyone, welcome to the September update of Java on Azure Tooling. In this update, we will introduce our support for Azure OpenAI Service and Playground, which lets developers use prompts and settings to experiment with various models from OpenAI, and generate code samples based on Java SDK, JSON and Curl. We have also brought some updates on t...

JavaOpen SourceCloud
Sep 28, 2023
Post comments count6
Post likes count1

Announcing Microsoft Build of OpenJDK 21

Bruno Borges
Bruno Borges

Today we are excited to share the Microsoft Build of OpenJDK 21 binaries for download. The release of Java 21, which includes both Language and Virtual Machine specifications changes, contains a series of features that sets Java 21 apart from many previous releases. Similarly to how Java 5 changed Java development with the introduction of Generics...

JavaOpenJDK
Sep 26, 2023
Post comments count4
Post likes count1

Elevating Java Development in Visual Studio Code: Experience the new Build Server for Gradle

Nick Zhu
Nick Zhu

Introducing Build Server for Gradle In recent years, Gradle has become one of the most popular Java build tools due to its flexibility in configuring build processes and its powerful extensibility. In Visual Studio Code, users can import Gradle projects into their workspace for development. However, there are some areas where support for Gradle pr...

JavaOpen SourceVisual Studio Code
Sep 25, 2023
Post comments count0
Post likes count2

Reliable Web App Pattern on Azure for Java

Rory Preddy
Rory Preddy

To help you understand and use the RWA pattern, we’ve created a comprehensive collection of materials that describe it in full. You can review the documentation and access the production-quality and ready-to-deploy web application - Reference Implementation. The Reliable Web App Pattern We’re excited to announce the release of a new video series ...

Java
Sep 13, 2023
Post comments count0
Post likes count0

Microsoft at Devoxx Belgium 2023: Pioneering the Future of Java with Intelligent Apps

Bruno Borges
Bruno Borges

Microsoft is thrilled to be part of the 20th edition of Devoxx Belgium from October 2-6, in Antwerp, Belgium. Last year's event attracted over 3,200 attendees, and this year is shaping up to be equally impactful. The conference will cover Cloud, Big Data, Security, Architecture, Programming Languages, and importantly, the evolving fields of AI and ...

JavaCloudIntelligent Apps
Sep 1, 2023
Post comments count0
Post likes count0

Java on Azure Tooling Update – August 2023

Jialuo Gan
Jialuo Gan

Hi everyone, welcome to the August update of Java on Azure Tooling. In this update, we will introduce new application-centric view support to help developers manage and connect resources in one Project view and deployment status improvement for Azure App Service. We hope you like this feature and enjoy smooth experience with our Azure toolkit. Plea...

JavaVisual Studio CodeCloud
Aug 29, 2023
Post comments count0
Post likes count1

Java on Visual Studio Code – August 2023

Nick Zhu
Nick Zhu

Hi everyone, welcome to our August update for Visual Studio Code for Java! In this blog we are going to provide you more improvements about de-compiler support. Additionally, we are going to show creating Maven projects without archetype and important code highlighting bug fix. Let's get started! More Decompiler Support Improvements When we intro...

JavaOpen SourceVisual Studio Code
Aug 27, 2023
Post comments count0
Post likes count0

Important Notice: Update your Azure Toolkit to latest version before September 30, 2023

Jialuo Gan
Jialuo Gan

We would like to inform you that the Docker host feature in Azure Toolkit will be affected by some internal architecture changes related to Azure Active Directory Graph API. For more details, please visit this page.   Please follow the steps below to check your versions of Azure Toolkit and update them if needed:  ...

JavaOpen SourceVisual Studio Code
Aug 21, 2023
Post comments count0
Post likes count2

How Tiered Compilation works in OpenJDK

Cesar Soares
Cesar Soares

The OpenJDK HotSpot runtime system is a complex piece of software that employs several techniques to optimize the execution of Java programs on the fly. The system is composed of two different compilers, one interpreter and several different Garbage Collectors, among several other components. These compilers are orchestrated in a tiered compilation...

JavaOpenJDK