News

This is an in-depth java tutorial for beginners. Learn what Java is, how to get started, and how to build basic apps using key concepts!
Learn how to write and validate unit tests with JUnit 5. This article shows you how to configure a Maven project for JUnit, write basic and parameterized unit tests, and use JUnit 5’s built-in ...
It would be interesting if you could modify the implementation of a service without redeploying it and update your application on the fly. The article explains how to write dynamic Java code.
Let’s pretend the JavaScript based selection of a random number caused a performance issue with our application. To rectify this issue, we will write a Java class to perform this function instead. The ...
As such, developers who work on portal projects still write Java portlet applications based on the JSR-286 or JSR-362 APIs, which doesn’t bode well for organizations who want to pursue a more ...
In this article, we will learn how to write clean integration tests for Quarkus applications, including: a mail client, security with RBAC, testing using containers, and rest clients.