I made it easier to define #HTMX templates in my #SpringFunk HTMX library: https://wakingrufus.github.io/spring-funk/htmx.html#templates
HTMX

A framework for declarative DSL configuration for Spring Boot.

spring-funk
I am working on adding a module to #SpringFunk that seamlessly integrates #HTMX, the #Kotlin HTML DSL and #SpringBoot https://wakingrufus.github.io/spring-funk/htmx.html
It is in a very early stage right now, but I think this idea has some potential.
HTMX

A framework for declarative DSL configuration for Spring Boot.

spring-funk
My talk from this year's #DevNexus about Functional #SpringBoot with #Kotlin and #SpringFunk is up on YouTube: https://youtu.be/9njQ8Lun36c
Devnexus 2025 - Functional Spring Boot - John Burns

YouTube
I'll be giving a lightning talk at GOTO #Chicago about the functional approach to #SpringBoot in #Kotlin with #SpringFunk https://gotochgo.com/2024/speakers/3696/john-burns
John Burns at GOTO Chicago 2024

Sr. Staff Platform Engineer at Grubhub

I just released v0.2.0 ( https://github.com/wakingrufus/spring-funk/releases/tag/v0.2.0 ) of #SpringFunk which adds a Logging configuration DSL. #SpringBoot #Kotlin
Release v0.2.0 · wakingrufus/spring-funk

What's Changed Logging DSL This DSL allows you to configure logging levels. Setting levels with logging.level configuration properties will override the DSL setting. Usage class TestKotlinApplicati...

GitHub
10 years after the advent of #Spring, #SpringBoot shifted the paradigm from XML to Annotations. 10 years later, I believe it is time to shift the paradigm again, this time toward #FunctionalProgramming. On that note, I am excited to announce my new #OSS Project: Spring FunK
#SpringFunk provides easy access to Spring's beans and router DSLs and enables additional DSLs to be added. It works based on ApplicationContextInitializers, not AutoConfiguration, which allows for super fast startup. 🧵