I'm using Thymeleaf for frontend and Spring + Hibernate for the backend.
Instead of creating DTOs is it advisable to use the same entity beans for frontend. For attributes that are exclusive for frontend, we could use @Transient anyways, right?
I noticed that in PetClinic Spring Demo application they had reused the models.