vaadin spring hibernate

hello everybody
as part of my internship graduation I have to make a web application using Vaadin hibernate and spring frameworks
I did several searches but I did not find tutorials or practical examples!
could you help me please

I have an application currently working with those three technologies. I’m using Vaadin 7, Spring 3.1, and Hibernate 4.1.

I’m using Spring’s Java configuration, JPA 2.0 annotations to interface with Hibernate, and the SpringVaadin Integration add-on.

https://vaadin.com/directory#addon/springvaadinintegration

Try downloading the “Sample Project” that you find in that link.

As for hooking up Spring with Hibernate, this springsource tutorial is very useful:

http://blog.springsource.org/2012/04/06/migrating-to-spring-3-1-and-hibernate-4-1/

You should definitely download their sample project. Integrating those two sample projects together should help you get where you need to be.

If you have any questions, or want to see my pom file, spring java config files, or web.xml, I could maybe set up a sample project on github.

–Nathan

Hi Nathan,

i am trying for vaadin-spring-hibernate project, if you have any sample , please share it to me.

Thanks for your help,

Vijay anand.R

Hi Nathan,

Could you share a sample project here? It would be great to see where to go with this.

Thanks

Patrick