An AI chatbot + web UI in under 20 lines of Java using Spring AI & Vaadin 🤖
And as a GraalVM native image, it starts in 0.1 seconds! ⚡
github.com/marcushellberg…
I had the pleasure of meeting James Gosling at the JCP 25 year anniversary party yesterday. It was a surreal feeling to shake hands and exchange words with the lead designer of #Java, the language that I’ve build my career on.
Creating a full-stack Spring Boot app with React views just got a whole lot easier with @vaadin 24.4:
1. Add the vaadin-spring-boot-starter dependency
2. Add a src/main/frontend/views/@index.tsx React component
3. Run the app