Htmx 2

htmx enables building dynamic web applications with hypermedia attributes instead of complex JavaScript frameworks. These posts explore htmx patterns, integration with backend frameworks, and creating interactive UIs with simplicity.

Mar 28, 2024 · 7 min

Example 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 interface HTML-files that get modified with htmx, to replace certain parts of the …

#java#htmx#tutorial
Dec 10, 2023 · 7 min

Book review - Modern frontends with htmx

People who follow me, probably know I have a big love for user interface development with JavaFX (for desktop), and Vaadin (for browser). But as always, there are different …

#java#book-review#htmx