I am trying to recognize vaadin. I am really confused about how to do any kind of application development with persistence, because if I have a link to service level objects, they are saved in the session, and I really don't want to. Persistence is simply not serializable.
My thing is that I have an already created application that uses Spring, and I am creating a new interface for it with Vaadin. I can add Spring stuff to my Vaadin application, but it will be saved in the session. Any tips?
By the way, how do you post on Vaadin forums? I can not find the message button or registration method :)
source
share