Showing results for Cloud - Microsoft for Java Developers

Oct 25, 2021
1
0

Spot every Spring Boot application issue on the spot using AppDynamics!

Asir Selvasingh
Asir Selvasingh

Today, we are excited to announce the integration of AppDynamics in the Azure Spring Cloud for full-stack observability. Over the past 20 months, we worked with many enterprise customers to learn about the scenarios they face. Many of these customers have thousands of Spring Boot applications running in on-premises data centers. As they migrate ...

JavaCloud
Sep 22, 2021
1
0

Gradle  – Deploy Java web apps to Azure in one step!

Yuchen Wang
Yuchen Wang

We are excited to announce a new Gradle plugin for Azure Web Apps. This plugin lets Java developers deploy Gradle projects to Azure Web Apps in one step, without installing any Azure specific tools.

JavaCloudWeb
Sep 15, 2021
0
0

Java on Visual Studio Code Update – August 2021

Nick Zhu
Nick Zhu

Hi everyone, welcome to the August edition of the Visual Studio Code Java update. In this post, we are going to share some exciting updates from the SpringOne 2021 conference as well as various user experience improvements. SpringOne 2021 Updates When it comes to Java development, we always keep Spring developers in mind. In this year's ...

JavaOpen SourceVisual Studio Code
May 13, 2021
0
0

Automate Spring Boot application deployments to Azure!

Asir Selvasingh
Asir Selvasingh

Today, we’re excited to announce the availability of the Azure Pipeline Task for deploying Spring Boot applications to Azure Spring Cloud. You can get started by building your pipelines using the Azure Spring Cloud task to automate Spring Boot application deployments to any number of environments and Azure Regions. Over the past 18 months, we ...

JavaOpen SourceCloud
Mar 11, 2021
1
0

Deploy Spring Boot applications by leveraging enterprise best practices – Azure Spring Cloud Reference Architecture

Asir Selvasingh
Asir Selvasingh

Today, we’re excited to announce the availability of the Azure Spring Cloud Reference Architecture. You can get started by deploying the Azure Spring Cloud Reference Architecture to accelerate and secure Spring Boot applications in the cloud at scale using validated best practices. Over the past year, we worked with many enterprise customers ...

JavaCloudWeb
Nov 4, 2019
0
0

Java At Microsoft: From OpenJDK to Azure Spring Cloud

Bruno Borges
Bruno Borges

It’s been a fantastic year for Java developers. With the increased number of companies supporting the Java platform and providing distributions of OpenJDK, makes the Java ecosystem even stronger and enables customers to further their investments into Java applications. More recently Microsoft acquired jClarity to help form the Java Platform ...

CloudOpen Source
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