Showing tag results for Java

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
Jul 27, 2023
Post comments count0
Post likes count0

Java on Azure Tooling Update – June 2023

Jialuo Gan
Jialuo Gan

Hi everyone, welcome to the June update of Java on Azure Tooling. In this update, we will introduce Azure Spring Apps Standard Consumption and Dedicated plan support and Local Storage Account (Azurite) support. We hope you like these features and enjoy a smooth experience with our Azure toolkit. Please download and install the Azure Toolkit for Int...

JavaOpen SourceCloud
Jul 15, 2023
Post comments count0
Post likes count0

Jakarta EE on Azure – July 2023

Josephine Qiu
Josephine Qiu

Hi everyone, welcome to July update for Jakarta EE on Azure. Microsoft partners with Jakarta EE application server vendors to create Azure Marketplace offers that allow customers to quickly deploy their software on Azure Virtual Machines, Azure Kubernetes Service, Azure Red Hat OpenShift. Besides, lots of Jakarta EE and MicroProfile topics are also...

Java
Jun 29, 2023
Post comments count0
Post likes count0

Java on Azure Tooling Update – May 2023

Jialuo Gan
Jialuo Gan

Hi everyone, welcome to the May update of Java on Azure Developer tools. In this update, we will introduce Azure Container Registry User Journey Enhancement and Azure Monitor Improvement. We hope you like these features and enjoy a smooth experience with our Azure toolkit. Please download and install the Azure Toolkit for IntelliJ. Let’s get starte...

JavaOpen SourceVisual Studio Code
May 22, 2023
Post comments count2
Post likes count0

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
Apr 4, 2023
Post comments count0
Post likes count0

Java on Azure Tooling Update – March 2023

Jialuo Gan
Jialuo Gan

Hi everyone, welcome to the March update of Java on Azure Tooling. In this update, we will introduce Azure Event Hubs Support, Templates Enhancements for Azure Functions, and Log Streaming Improvements for Azure Spring Apps during deployment in IntelliJ IDEA. To use these new features, please download and install the Azure Toolkit for IntelliJ. Let...

JavaOpen SourceCloud
Mar 21, 2023
Post comments count0
Post likes count5

End to End Java on Azure, Episode 1: Introduction and Context

Mark Heckler
Mark Heckler

I’m excited to announce an idea that that came to me late last year and that I’m making official now: over the next several weeks, I’ll be building – and sharing – a distributed system of applications to show off some incredibly cool and useful things developers can do with Spring Boot, Java, and various parts of the Azure ecosystem, working togeth...

JavaOpen SourceVisual Studio Code
Mar 19, 2023
Post comments count0
Post likes count0

Java on Azure Tooling Update – February 2023

Jialuo Gan
Jialuo Gan

Hi everyone, welcome to the February update of Java on Azure Tooling. In this update, we will introduce the enhancement for Azure Container Apps and Azure Monitoring Support in IntelliJ IDEA. To get these new features, please download and install the Azure Toolkit for IntelliJ. We hope you enjoy these features, and let’s get started. Azure Toolk...

JavaOpen SourceCloud
Feb 9, 2023
Post comments count0
Post likes count0

Java on Azure Tooling Update – January 2023

Jialuo Gan
Jialuo Gan

Hi everyone, welcome to our first blog of the year for Java on Azure tooling. In this update, we will introduce the support for Azure Container Apps and new features for Bicep language support (in preview) in IntelliJ IDEA. Please download and install the Azure Toolkit for IntelliJ. We hope you like these features and enjoy the experience with our ...

JavaOpen SourceCloud
Jan 17, 2023
Post comments count0
Post likes count0

Reactor Series: Build Your Own E2E Java Application in Azure!

Ricky Diep
Ricky Diep

Overview Join us for an upcoming Microsoft Reactor Series where you’ll learn how to build your very own end-to-end cloud-native Java application in Azure. In this session, participants will be guided through the Cloud-Scale Data for Spring Developer Quick Start Guide by the host, Senior Cloud Advocate, Brian Benz. This Developers Quick Start guide...

JavaOpen Source