Vaadin, BEAN and DAO

Hi all,

I find vaadin today and it it exactly that i am looking for ! Congratulations for this very very good work.

But i need some help for mapping objects on database tables (Beans or pojos), and create controllers for get, insert, modify or delete them easily.

I don’t find any example to do that and directly print a form or a list in a table with vaadin …

Is it possible to have some explications and examples please ?

Thanks by advance.

Hi James,

Vaadin has nothing with beans and mapings directly. it is just a framework to create a rich ajax web interfaces. If you want help on mapping objects to tables, you have to read the manuals for the corresponding technology directly, for instance - hibernate, EJB3.

If you want to help on how to use already mapped entities of your business logic with UI’s build with Vadin - then you may take a look at Vaadin’s manual (Book of Vaading) and smapler demo as well as to HbnContainer (found in SVN/contrib).

Dmitri