News

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 ...
Model Context Protocol, or MCP, is arguably the most powerful innovation in AI integration to date, but sadly, its purpose and potential are largely misunderstood.
Microsoft announced Spring Boot improvements in the latest update to Java on Visual Studio Code tooling. That tooling comes in the Spring Boot Extension Pack in the Visual Studio Code Marketplace, ...
Spring is an easy choice for adding a range of Java-based capabilities, including the well-designed Spring Boot Web project for handling endpoints and routing. Thymeleaf is a complete server-side ...
The code below shows a Java application querying OpenAI in a runnable, standalone Spring Boot application. /* Simple Java to ChatGPT/GPT-4o program. */ @SpringBootApplication public class ...