Persistence with Vaadin
Posted
by
palto
on Stack Overflow
See other posts from Stack Overflow
or by palto
Published on 2010-08-11T06:29:02Z
Indexed on
2010/12/31
21:54 UTC
Read the original article
Hit count: 439
Hi
I'm trying to learn vaadin. I'm really confused how to do any kind of application development with persistence because if I have a reference to my service layer objects, they get stored in session and I really don't want that. Persistence stuff just isn't serializable.
My case is that I have an already made application that uses Spring and I'm creating a new UI for it with Vaadin. I can inject the spring stuff to my Vaadin application but that gets stored in the session. Any tips?
By the way how do you post in the Vaadin forums? I can't find a post button or way to register :)
© Stack Overflow or respective owner