Showing results for Java - Microsoft for Java Developers

Feb 27, 2025
Post comments count0
Post likes count1

Jakarta EE and MicroProfile on Azure – February 2025

Josephine Qiu
Josephine Qiu

Hi everyone, welcome to the February 2025 update for Jakarta EE and MicroProfile on Azure. It covers topics such as the latest updates to Azure extensions for Quarkus, and the recent refresh to Jakarta EE Solutions for supporting multiple deployments within the same resource group. If you're interested in providing feedback or collaborating on mig...

JavaOpen SourceCloud
Jan 8, 2025
Post comments count0
Post likes count1

Free Plan Support for GitHub Copilot Available on JetBrains IDEs

Jialuo Gan
Jialuo Gan

Hello, developers! Welcome to our very first blog post dedicated to GitHub Copilot Plugin for JetBrains IDEs in 2025. We are excited to share that the new Free Plan for GitHub Copilot has been available for everyone on JetBrains IDEs! Whether you use IntelliJ IDEA (Ultimate, Community, Educational), PyCharm(Professional, Community, Educational), W...

CopilotJava
Nov 27, 2024
Post comments count0
Post likes count0

Jakarta EE on Azure – November 2024

Josephine Qiu
Josephine Qiu

Hi everyone, welcome to the November 2024 update for Jakarta EE on Azure. It covers topics as new AZD template of Quarkus Apps on Azure Container Apps, Cargo Tracker Deployment with AI integration, AI infused apps with Open Liberty on AKS, Java apps authentication with Microsoft Entra ID, and new features for JBoss EAP on Azure and WebLogic Server ...

JavaOpen SourceCloud
Nov 21, 2024
Post comments count0
Post likes count1

Java Intelligent Application Templates in the Azure AI Gallery

Bruno Borges
Bruno Borges

Artificial Intelligence (AI) is no longer a futuristic concept—it’s transforming how developers build and innovate applications today. To help Java developers harness the full potential of AI, Microsoft’s Azure AI App Templates gallery offers a growing collection of AI-powered application templates. These templates are designed to streamline develo...

JavaIntelligent AppsOpenAI
Nov 1, 2024
Post comments count0
Post likes count3

Microsoft JDConf 2025: Building the future with Java

Bruno Borges
Bruno Borges

Technology is advancing faster than ever, and developers are leading the charge, driving digital transformation and reshaping businesses everywhere. With the rise of AI and cloud-native architectures, Java developers are uniquely positioned to shape the future of enterprise applications. Java remains one of the most widely used programming langu...

Java
Oct 30, 2024
Post comments count0
Post likes count0

Java on Azure Tooling Update – October 2024

Jialuo Gan
Jialuo Gan

Hi everyone, welcome to the October update of Java on Azure developer tools. In this update, we will introduce our Managed Identity Support for Azure Functions in Azure Toolkit for IntelliJ IDEA. Additionally, we are launching a new series called Java on Azure Tooling Guide, and in our first post, we will discuss using App Service with the Azure To...

JavaVisual Studio CodeCloud
Sep 21, 2024
Post comments count0
Post likes count2

Jakarta EE on Azure – September 2024

Josephine Qiu
Josephine Qiu

Hi everyone, welcome to the September 2024 update for Jakarta EE on Azure. The September 2024 update covers the most popular workshop series- Build, run and monitor intelligent Java apps on Azure Container Apps with Azure OpenAI, along with the latest updates on our Quarkus Azure extensions and other offers. Microsoft partners with Jakarta EE ap...

Java
Sep 13, 2024
Post comments count0
Post likes count0

Java on Azure Tooling Update – August 2024

Jialuo Gan
Jialuo Gan

Hi everyone, welcome to the August update of Java on Azure developer tools. In this update, we will introduce our Managed Identity Support for Azure App Service in Azure toolkit, and General Availability of Java experiences on Azure Container Apps. We hope you enjoy these updates and have a smooth experience with our Azure toolkit. Please download ...

JavaOpen SourceVisual Studio Code
Jul 25, 2024
Post comments count0
Post likes count0

Java on Azure Tooling Update – June 2024

Jialuo Gan
Jialuo Gan

Hi everyone, welcome to the June update of Java on Azure developer tools. In this update, we will introduce our Workload Profiles Support for Azure Container Apps in Azure Toolkit for IntelliJ IDEA. 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 ...

JavaOpen SourceCloud
Jun 26, 2024
Post comments count0
Post likes count2

Improving OpenJDK Scalar Replacement – Part 2/3

Cesar Soares
Cesar Soares

In the previous part of this blog series, we explored the foundational concepts and purpose of scalar replacement (SR) in OpenJDK, laying the groundwork for understanding how this optimization can boost the performance of Java applications. Now, in the second installment of the series, we shift our focus to the specific enhancements that we have in...

Java