Paul Krill
Editor at Large

Azure Functions serverless computing to finally get Java

news
Oct 5, 20172 mins

Java joins Azure Functions’ existing support of JavaScript, C#, F#, Python, PHP, Bash, Batch, and PowerShell

cloud data binary serverless
Credit: Pete Linforth

Microsoft’s Azure Functions serverless computing platform now has beta support for Java programming, a feature developers have demanded since Azure Functions’ 2016 debut.

The beta inclusion of Java joins Azure Functions’ existing support of JavaScript, C#, F#, Python, PHP, Bash, Batch, and PowerShell.

The Java runtime will share features of Azure Functions such as triggering options, data bindings, and a serverless model with autoscaling. The new support for Java is a follow-up to Microsoft’s recently announced capability for running the open source Azure Functions runtime on .Net Core, the company’s cross-platform implementation of its .Net development platform.

With event-driven, serverless computing, compute resources are used only when needed, with developers building their applications to a set of APIs. There is no need to provision and manage servers. Users are billed just for the resources used. Amazon Web Services’ AWS Lambda is perhaps the best-known serverless offering; Oracle jumped into the serverless fray just this week with its Fn project.

Java developers can use their existing tools to develop with Azure Functions, Microsoft said. For example, Microsoft just released a Maven plugin for deploying Azure functions from Maven-enabled projects. Developers can also use IDEs and tools such as Eclipse, Jetbrains IntelliJ, and Microsoft Visual Studio Code to develop and debug Azure Functions locally.

Azure Functions Core Tools, meanwhile, supports running and debugging of Java functions.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author