Showing results for Java - Microsoft for Java Developers

Mar 11, 2025
0
1

GitHub Copilot Chat now available in public preview for Eclipse

Hang Wang
Hang Wang

Today, GitHub Copilot Chat is available in public preview for Eclipse!  This release follows the initial public preview of GitHub Copilot in Eclipse, which only supported code completions, and is available for all Eclipse users with access to GitHub Copilot.   If you already have GitHub Copilot installed in your Eclipse IDE, you can find upd...

JavaIntelligent AppsCopilot
Mar 3, 2025
0
1

Queue-Based Load Leveling Pattern (Starring Phi4, LangChain4j and Azure Service Bus)

Rory Preddy
Rory Preddy

In this blog, we’re exploring the Queue-Based Load Leveling pattern—a powerful method for smoothing out workload spikes Why Choose Queue-Based Load Leveling? In today's fast-paced software environment, dynamic workloads are common. The Queue-Based Load Leveling pattern decouples the production and consumption of tasks by introducing a queue b...

JavaOpen SourceVisual Studio Code
Feb 27, 2025
0
1

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 30, 2025
1
2

DeepSeek-R1 on Azure with LangChain4j Demo

Rory Preddy
Rory Preddy

DeepSeek-R1 has been announced on GitHub Models as well as on Azure AI Foundry, and the goal of this blog post is to demonstrate how to use it with LangChain4j and Java. We concentrate here on GitHub Models as they are easier to use (you just need a GitHub token, no Azure subscription required), then Azure AI Foundry uses the same model and infr...

Java
Jan 16, 2025
0
0

Java OpenJDK January 2025 Patch & Security Update

Derek Keeler Brian Stafford
Derek,
Brian

Hello Java customers! We are happy to announce the latest January 2025 patch & security update release for the Microsoft Build of OpenJDK. Download and install the binaries today. Check our release notes page for details on fixes and enhancements. The source code of our builds is available now on GitHub for further inspectio...

Java
Jan 9, 2025
0
0

MWA pattern: Strangler Fig

Rory Preddy
Rory Preddy

Author’s Note: After announcing the Modern Web App (MWA) pattern (https://devblogs.microsoft.com/java/introducing-the-modern-web-app-mwa-pattern-for-java), we now focus on one of its many pattens - the Strangler Fig pattern. This pattern incrementally modernizes a legacy Java application by “strangling” targeted areas and replacing them with new ...

Java
Jan 8, 2025
0
1

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
0
0

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
0
1

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 12, 2024
0
2

Introducing the Modern Web App (MWA) Pattern for Java

Rory Preddy
Rory Preddy

We are thrilled to announce the Modern Web App (MWA) pattern for Java, a comprehensive guide to modernizing Java applications with independently scalable, cloud-native architecture on Azure. Designed with the Spring Framework and Azure in mind, MWA can also be adapted to other frameworks and cloud providers, providing Java developers with flexible ...

Java