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.
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-