Jakarta Faces with Spring Boot

Spring Boot works with Tomcat embedded. Tomcat does not support Jakarta Faces. However, it is possible to add dependencies and use Faces. This article covers the additional configuration required to make Jakarta Faces functional with Spring Boot.

read more
Transfer date from form to database

There are Angular, PrimeNG, Spring Boot, JDBC, PostgreSQL

I need to save date and time from form to database and show it again.

read more
UUID or Int for primary key

What better to use for primary key. UUID or integer.

read more