Showing results for May 2024 - Microsoft for Java Developers

May 28, 2024
0
3

Improving OpenJDK Scalar Replacement – Part 1/3

Cesar Soares
Cesar Soares

Scalar replacement (SR) is a powerful optimization technique in OpenJDK that aims to enhance the performance of Java applications by breaking down complex objects into simpler, more manageable scalar variables. In this three-part blog series, we will delve into the intricacies of scalar replacement and the enhancements we've contributed to the Open...

JavaOpenJDK
May 23, 2024
0
0

Announcing Java on Azure Container Apps Support for Java on Azure Developer Tools

Jialuo Gan
Jialuo Gan

During Build 2024, it was announced that Azure Container Apps now offers a rich set of operational capabilities for Java Developers. (Full details on this blog). We are excited to share that Azure Toolkit for IntelliJ has provided support for Java on Azure Container Apps(Java on ACA) with flexible deployment options. With this support, Java devel...

Azure Container AppsJavaCloud
May 22, 2024
0
0

Announcing Functions Flex Consumption Support for Java on Azure Developer Tools

Jialuo Gan
Jialuo Gan

Azure Functions Flex Consumption has just been announced during Microsoft Build 2024 (Full details on this blog), we are excited to share that Flex Consumption is now also supported on Azure Toolkit for IntelliJ and Maven plugins for Azure Functions. With this support, Java developers can create and deploy their Flex Consumption apps easily using o...

FunctionsJava