News

A guide to using Azure Functions with Quarkus 3, for HTTP and non-HTTP functions. Covers newer native integration for serverless functions.
Java records are a new language feature that reduces verbosity and enables optimized runtime performance. This Java records tutorial shows how they work.
Serverless computing becomes a focus at JavaOne 2017, as Oracle introduces Project Fn and Microsoft previews Java support for Azure Functions.
Azure Functions, Microsoft’s platform for building serverless applications, has long supported a variety of programming languages but it’s adding an important one today: Java. Fittingly, the ...
Microsoft is announcing at JavaOne that Java support is coming to its Azure Functions serverless service, fulfilling one of its biggest developer requests.
This tutorial is an introduction to socket programming in Java, starting with a simple client-server example demonstrating the basic features of Java I/O. You’ll be introduced to both the ...