News

This article gets you started with testing your Java applications using JUnit 5. You’ll learn: How to configure a Maven project to use JUnit 5.
Did you ever wish your Java code could be dynamic like JavaServer Pages? That it could be modified and recompiled at runtime, with your application updating itself on the fly? This article shows ...
TheServerSide has published a number of articles on the tenets of effective RESTful web service design, along with examples of how to actually create a cloud-native application using Spring Boot and ...
Java provides a way for the programmer to exercise control over memory management by marking certain objects as expendable via reference objects. Should an application’s memory requirements quickly ...
This Java and ChatGPT tutorial demonstrates how to use Spring AI within a Spring Boot application to query ChatGPT and create an interactive chatbot.