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 6 and 7 side by side
Hello,
is there any chance to get Vaadin 6 runnin side-by-side with Vaadin 7.
We have one application server with multiple Vaadin applications.
Now we want to start Vaadin 7 development, but have no time to migrate old working apps.
Any chance?
Assuming that the applications are deployed as separate web applications (i.e. different web application directories/WARS), then there should be no problem at all with running the applications using different versions of Vaadin in the same application server.
Cheers,
Charles.
Yes this is clear.
I ask for coexistence in one classpath. Like rename main package to com.vaadin7.*
Nevermind