News

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 ...
Difference-Arrays-ArrayLists This project demonstrates the conceptual differences between arrays and ArrayLists in Java. It contains an example code that compares the two data structures and ...
This repository provides an introduction to using JTE (Java Template Engine) with Spring Boot. It demonstrates how to set up and use JTE in a Spring Boot application, offering a lightweight and ...
Community driven content discussing all aspects of software development from DevOps to design patterns. In this Java serialization example, we will use both the ObjectOutputStream and the ...
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 original ...
In this final article in the Creating DSLs in Java series, Venkat Subramaniam lets you see for yourself why JVM-compatible languages such as Scala, Groovy, and JRuby are better suited to creating ...