Directory

ReinCRUD - Vaadin Add-on Directory

CRUD / RAD Framework ReinCRUD - Vaadin Add-on Directory
With ReinCRUD you can create CRUD applications based on Hibernate entity beans within a few minutes. If you use the example application you don't have to write a single line of code, apart from defining your entities. The framework is based on annotations, so you can customise the behaviour of the UI components by placing annotations on your entities. ReinCRUD provides: * List * Form * Search UI You can use the components separately within your own user interfaces and combine them. The List for example can be filtered by combining it with the Search UI and the Form can be hooked up to the List to edit the entity selected in the list. See http://code.google.com/p/reincrud/ for documentation. We provide a maven archetype which can be used to setup a working project in a few seconds.