News

In 2018, a large number of readers were drawn to Java developer tutorials on a variety of topics from RESTful development to continuous delivery with Jenkins CI.
Oracle introduced its new open-source framework, Helidon, in September 2018. Originally named Java for Cloud, Helidon is a collection of Java libraries for creating microservices-based ...
Java records are a new language feature that reduces verbosity and enables optimized runtime performance. This Java records tutorial shows how they work.
Jack Wallen walks you through the process of deploying the open-source GlassFish Java Application server on the latest release of Ubuntu Server.
One of the original Java web technologies, JSP is still widely used with servlets and JSTL. Here's how to use Jakarta Server Pages to build dynamic web pages that connect to the Java back end.
Microsoft has open sourced the Java language extension it added to SQL Server 2019 last year. Language extensions are used in SQL Server to allow users to execute code externally for queries. The ...
Java servers and the JVM In Java-based systems, the operating system (OS) contains the JVM, which provides a consistent environment for running Java applications. A Java server sits on top of the JVM.
Once you have decided to invest in a Java application server, you must determine which one is best for your particular needs. An application server has a wide range of uses, from simple site ...
Learn about serialization in Java with our comprehensive tutorial. We provide examples to help you understand how serialization works.