Vaadin Spring Addon

Hi,

We are planning to start developing a small app using Vaadin Touchkit. I want to know if we can use the official Vaadin Spring Addon along with Touchkit applications at the moment. If so, will the annotations differ from the one we use in the regualar Vaadin applications (without Touchkit I mean).

Thanks and regards,

You should be able to use the same annotations as in a regular Vaadin application. You just have to use the Touchkit servlet and manually add the Spring aware UI provider (use https://github.com/vaadin/spring/blob/master/vaadin-spring/src/main/java/com/vaadin/spring/server/SpringVaadinServlet.java as an example).

-Petter-