alejandro-du / crudui

Automatically generate CRUD-like Vaadin views for any Java Bean
https://vaadin.com/directory#!addon/crud-ui-add-on
Apache License 2.0
85 stars 52 forks source link

Support of validation based on JPA annotation. #24

Closed dmicol closed 6 years ago

dmicol commented 6 years ago

Nowaday, JPA is usually used to manage entity, and a BeanBinder that support JPA annotation could be very useful. It could set a maxLenth on textField, or required field. I can help on this.

alejandro-du commented 6 years ago

If you can implement this without coupling the library to any specific persistence framework, go ahead.