Java meets TypeScript: building a full-stack reactive web app with Spring Boot

Поділитися
Вставка
  • Опубліковано 15 вер 2024
  • As Java developers, we know the benefits of type-safety when building apps. The problem? Usually, that type-safety ends when we leave the server. What if it didn't have to be that way?
    In this presentation, you'll learn how to build a modern, reactive web app in TypeScript with view-to-database type safety, through live code examples. We'll use Spring Boot on the backend and Google's Lit library on the frontend, connecting the two with the new Hilla framework from Vaadin.
    Bio:
    Marcus Hellburg is a long-time Java and web developer, always curious to learn new things. He's interested in combining modern web technologies and Java. Marcus loves teaching developers about cool new technologies and has presented at over 100 conferences and user groups around the world. He currently leads Developer Relations at Vaadin.

КОМЕНТАРІ • 1

  • @imedhr1814
    @imedhr1814 Рік тому

    thanks sir..i have a question..i have a spring boot project with jsp and javascript and now i want to create a service and class with typescript (like in angular) so how i can add a TS and lit in my project