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.
Spring 3 demo application
Hi,
there have been several posts asking for spring integration with vaadin.
I have created a small prototype that illustrates how to use Spring 3 and JPA together with Vaadin.
To make it a bit more interesting, the application is not just simple CRUD, but a bit more sophisticated:
It's basically a satellite tracker that allows you to track a satellite (e.g. ISS) in real-time.
The project can be found here: https://github.com/netomi/sat-tracker, and it is derived from SpringApplication of the vaadin incubator.
The app uses compile-time weaving and OpenJPA instead of Hibernate because I am an Apache fan ;-)
Comments and feedback are welcome!
Thomas
Thanks very much... a very interesting demo app in many ways :-)
Lots of things for a fairly newbie (like me) to study.
Regards
Colin