I'm just wondering if its possible to have a Vaadin project working under google app engine? If it is then please refer me to any kind of documentation or "how-to".
The Vaadin wiki contains a step-by-step process.
There is an ticket about supporting Vaadin by GAE: http://dev.vaadin.com/ticket/2835
I've tried it - and id works. First of all you need to enable sessions:
<sessions-enabled>true</sessions-enabled>
and use GAEApplicationServlet
instead of default vaadin's.
Second: make sure that all you domain objects, are serializable (i bet it's no problem, btw)
And third: move all static files (theme css and images) from vaadin's jar to your webapp folder
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With