Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
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