I am new to Vaadin, and have almost no experience with Eclipse, so perhaps someone can help me get started…
I have managed to build a couple of Vaadin projects using the SQLContainer and a MySQL database. Now I want to use the JPAContainer with Hibernate, but I can’t seem to get started.
I installed the Hibernate Tools into Eclipse, but I can’t seem to create both a JPA project and a Vaadin project simultaneously. And in a Vaadin project, I can’t figure out how to configure Hibernate at all. I have used Hibernate before, but I did it with the Netbeans IDE, which hid most of the details from me. I would like to be able to create a Hibernate environment, and then automatically create the entity classes from the database tables.
Can someone point me at a tutorial that will walk me through the steps needed, or a sample program that I can download and examine? Is it possible to do what I’m trying to do or do I have to do all the configuration and class construction manually?
thanks,
nbc