News

Community driven content discussing all aspects of software development from DevOps to design patterns. Spring Boot is Java’s premiere framework for the development of RESTful web services. Swagger is ...
Sure, you can test a GET invocation in a web browser, but if you want to test a PUT or POST method you either must fight with cURL or install a product such as Postman Desktop. However, if you add ...
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 ...