News

What's New for Java in Microsoft Dev Tooling

Microsoft is continuing to push its Java tooling across its properties, with two main targets being Visual Studio Code and the Azure cloud.

Despite stewarding its own popular programming languages like C# and TypeScript, the company has gone all in on Java, proclaiming that "We use more Java than one can imagine." Beyond that, the Java on Azure team spends a lot of development time on a competitor's product -- the IntelliJ IDE (or IntelliJ IDEA) from JetBrains -- as it maintains the Azure Toolkit for IntelliJ, which might be seen as a competitor to Visual Studio or VS Code.

Java is especially suited to cloud computing, and in the latest monthly update (December 2022) to Java on Azure tooling, one of the main new features is the introduction of SDK code samples for the Azure SDK Reference Book, which was unveiled earlier to help developers find relevant Azure SDKs and code samples while working in the IntelliJ IDE.

Using the Azure SDK Reference Book in Animated Action
[Click on image for larger, animated GIF view.] Using the Azure SDK Reference Book in Animated Action (source: Microsoft).

Specifically, it lets developers view the following assets for SDK libraries:

  • Indices
  • Latest versions
  • Reference docs
  • GitHub samples
  • Guidance links
  • Dependency snippets

"It will allow developers to view the relevant code samples for SDK libraries in IntelliJ IDEA, copy and paste sample code into their project directly," the team said in an announcement last week. "With this enhancement, developers can keep their minds running without jumping from different documents."

Another new feature in Java on Azure tooling is a UX improvement for Azure Functions Core Tools, which helps coders develop and test functions on a local computer from the command prompt or terminal, while also supplying commands for creating functions, connecting to Azure and deploying Azure function projects, typically used in serverless computing.

New functionality includes a smooth tools installation process for scenarios in which a functions project runs locally for the first time, so that now, installing and configuring the tools happens automatically inside IntelliJ IDEA.

The team also added support for connections to Azure Database for MySQL/PostgreSQL and Azure SQL in Data Sources and Drivers in the IDE.

Java on Visual Studio Code Update -- December 2022
Here, the team followed up on last month's update in which it was revealed that there were now 2 million Java developers on VS Code. The Java on VS Code dev team manages the Extension Pack for Java.

A major new feature in the December 2022 update is a graphical memory view in the Spring Boot Dashboard, a lightweight VS Code extension that provides an explorer in the side bar to help developers view and manage all available Spring Boot projects in a workspace.

Using Live Memory View in Animated Action
[Click on image for larger, animated GIF view.] Using Live Memory View in Animated Action (source: Microsoft).

"The memory view visualizes the memory and the garbage collection activities of a running Spring Boot application, much in the same way than the Spring Boot Dashboard already provides you with insights into running Spring Boot applications like active beans and request mappings," said the team, which listed these four graphical real-time visualizations available under the memory view:

  • Heap memory -- provides a stacked overview of the different heap areas, the total memory used and total memory size in the JVM
  • Non-heap memory -- displays a stacked overview of the different non-heap regions in JVM relative to the total memory used and total memory size
  • Gc Pauses -- depicts the frequency and duration of pause time for a GC event
  • Garbage Collection -- displays the count of the GC events in the application

Other highlights of the release include an improved error message prompt in two main scenarios: projects without build tools (unmanaged folder) and Maven projects.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

  • Steve Sanderson Previews AI App Dev: Small Models, Agents and a Blazor Voice Assistant

    Blazor creator Steve Sanderson presented a keynote at the recent NDC London 2025 conference where he previewed the future of .NET application development with smaller AI models and autonomous agents, along with showcasing a new Blazor voice assistant project demonstrating cutting-edge functionality.

Subscribe on YouTube