I have a web application developed with spring mvc and for the persistence I use JPA (Hibernate implementation) and I woluld like to add a CRUD GUI to that application.
Do you know some framework that allow me to generate in my project the CRUD GUI from the JPA entities?
Thanks in advance for your help