Showing results for Getting Started - Microsoft for Java Developers

Jun 7, 2024
0
1

Java on Azure Tooling Update – May 2024

Jialuo Gan
Jialuo Gan

Hi everyone, welcome to the May update of Java on Azure Tooling. In this update, we will introduce our getting started guide for Java on Azure Container Apps. 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 get started. Azure Toolkit for Intell...

JavaWebAzure Container Apps
Oct 25, 2023
0
1

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
May 22, 2023
2
0

Java on Azure Tooling Update – April 2023

Jialuo Gan
Jialuo Gan

Hi everyone, welcome to the April update of Java on Azure Tooling. Let’s talk about our investments for the next few months of Java on Azure Developer Tools. In this update, we will also introduce Azure Service Bus Support and Guided Getting Started Enhancement with Azure Spring Apps Sample. We hope you like these features and enjoy the experience ...

JavaOpen SourceVisual Studio Code
Nov 1, 2022
0
0

Java on Azure Tooling Update – October 2022

Jialuo Gan
Jialuo Gan

Hi everyone, welcome back to the October update of Java on Azure Tooling. In this update, we will introduce our new roadmap in the next few months. In addition, we have made some improvements for developers to use deployment slots for Azure Functions in IDEs directly with our latest release. Please download and install the Azure Toolkit for Intelli...

JavaOpen SourceVisual Studio Code
Jul 5, 2022
0
0

Java on Azure Tooling Update –July 2022

Jialuo Gan
Jialuo Gan

Hi everyone, welcome back to the July update of Java on Azure Tooling. In this update, we will introduce the brand new getting started experience on the Azure toolkit for IntelliJ. In addition, we have added support for Managed Identity Authentication. Let's see what these new features are. Azure Toolkit for IntelliJ Improvements New Guided Get...

JavaOpen SourceVisual Studio Code
Oct 29, 2019
0
0

AOT Compilation in HotSpot: Introduction

Ludovic Henry
Ludovic Henry

Introduce the AOT Compiler that was introduced in Java 9 with the addition of the jaotc command-line utility. Explore some of the tradeoffs it needs to take, how the generated code fits in the Tiered Compilation pipeline, go through a simple example, and take a look at some alternatives (JIT at Startup, JIT caching, and Distributed JIT).

Open SourceCloudDesktop
Sep 16, 2019
0
0

Java on Visual Studio Code September Update

Xiaokai He
Xiaokai He

September update for Java on Visual Studio Code. Including move refactoring, more code actions, live linting, new getting started experience and more updates for debugger and test runner extensions.

Open SourceVisual Studio Code