any example using vaadin with spring JDBCTemplate?

Hi all,
I am newbie of vaadin,I find the vaadin using data binding like property,item,container. the container is complex to newbie… And there are some gap with traditional web-program( for example SpringMVC).
for example: A window list the person , and when click one person in the list, forward from window A to the person-edit window B,when editing complete then click ‘save’ button , back to window A. I think the data in person list should be reload . this seems more easy understand . but I can not find any example to program like my description.
By the way, I can not find any example using vaadin with spring JDBCTemplate.

Thanks.