Skip to content

egoo0202/taming-thymeleaf-sources

 
 

Repository files navigation

Taming Thymeleaf Sources

These are the sources for the book 'Taming Thymleaf' which is available at https://leanpub.com/taming-thymeleaf

Taming Thymeleaf cover

Each directory matches with how the code is suppose to look like by the end of each chapter in the book.

About the book

Taming Thymeleaf will learn you about writing web applications with Spring Boot and Thymeleaf in no-time. The book teaches you step-by-step how to get started with those technologies and build a fully fledged web application including security, validation, internationalization, testing, ...

Thymeleaf is an amazing technology for building server-side HTML using the Java eco-system. Combined with Spring Boot, it is really a killer combo for a productive development environment. Learn how to structure your code so your application can evolve for years to come. As HTML will always be there, you can do this without having to re-write your frontend every six months for the latest JavaScript framework.

The application that is built in the book not only functions great. It also looks amazing as it is based on Tailwind UI, beautiful components based on Tailwind CSS.

Super-charge your learning now with Taming Thymeleaf!

Application screenshots

Learn to create forms

Form screenshot Example form to create a user account

Form validation screenshot Validation of form content

Avatar in form screenshot File upload to set an avatar image on a user

Modal dialog screenshot Show a modal dialog to confirm deletion of a user

Pagination

Form validation screenshot Use pagination to allow the user to navigate through a big result set

Login/Security

Custom login screenshot Custom login page

Testing

Cypress testrun screenshot Running Cypress tests for end-to-end testing of the Thymeleaf application

Dynamic interaction

Custom login screenshot Client-side interaction using the AlpineJS JavaScript framework to avoid page reloads when the interaction needs to more dynamic

About

Source code for the 'Taming Thymeleaf' book

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 50.9%
  • Java 43.4%
  • JavaScript 5.4%
  • Other 0.3%