how to connect to the database

hi,
i have designed a user interface in my project.now i need to interact with the database for the details of the person using hibernate.what is the procedure to be followed.please help me.

Meghana,

do your hibernate setup/connection as usual, there are no vaadin-specific things in it. Then, when your hibenrate session is ready, you can use, for instance, a
Hibernate Container
to fetrch and display the information.

Here’s a good tutorial to get you started:

http://vaadin.com/wiki/-/wiki/Main/Using%20Hibernate%20with%20Vaadin