E
Mar 28, 2024Example Java Application with Embedded Jetty and a htmx Website
I was experimenting with a Java application that can act as a web server and includes the user...
Mar 28, 20246 min read1 reactions0 comments
Tag archive
I was experimenting with a Java application that can act as a web server and includes the user...
One of the key features of the Spring Boot framework is the built-in support for embedded servers. It...
Introduction Jetty is a very powerful yet lightweight Java library since ages that helps...

This guide explains how to: Package a Maven-based Spring Boot application as a WAR file Deploy a...