News

HTMX is a newer technology that takes plain old HTML and gives it extra powers like Ajax and DOM swaps. It’s included in my personal list of good ideas because it eliminates a whole realm of ...
Developers should save the following code to a file named uploader.html in the templates directory of the Spring Boot file upload example project. The result is an Ajax-based, Java Spring Boot file ...
The example might be familiar if you read my recent intro to HTMX for Java with Spring Boot and Thymeleaf. Here’s a peek at the Todo app’s user interface: There are several ways to go about ...