Hi all,
I tested the Java PLAY Framework which has an interested approach,
especially in the data model.
It integrates JPA and Hibernate annotations.
So it is easy to
concept the application, you create beans and automatically,
it creates tables and fields in the DB.
All validations controls are integrated in the Bean with
Hibernate annotations, it isn't necessary to code validations
in the controller.
I would like to know if it is possible to have integrate
JPA and Hibernate annotations in Click Framework ?