Besides the tutorial, is there an example out there of a Vaadin 7 app being run under multiplatform runtime? I am having problems even after following the tutorial, and I think it would help to see a working example, especially if I could also see the pure vaadin 7 version.
Here’s a very minimal example with mpr-v7 and Vaadin 14.0.0.beta2 with a Spreadsheet: https://github.com/OlliTietavainenVaadin/mpr-demo/tree/v7
-Olli
Thanks. Obviously my use case is more complex ( since it is a production app with many views ), but this helps me see the process from a different angle than the tutorial, and looks like it might give me hints as to what I did wrong, what little step I missed.
Here’s a training video on demand on how to use MPR: https://vaadin.com/training/courses/v10-migration-mpr
Just a headsup that one needs the new Pro license to access these training.
Olli Tietäväinen:
Here’s a very minimal example with mpr-v7 and Vaadin 14.0.0.beta2 with a Spreadsheet: https://github.com/OlliTietavainenVaadin/mpr-demo/tree/v7-Olli
Hello Olli Tietäväinen I was trying to run your project but when it tries to start it says:
“License for Vaadin Spreadsheet 1 not found. Go to vaadin.com/pro for more details.”
I am also trying to migrate a project in vaadin 7 to vaadin 14 and I get the message that I need a license? This happens when I add in my pom.xml dependency mpr-v7.
thanks.-
Manuel Quintana:
Olli Tietäväinen:
Here’s a very minimal example with mpr-v7 and Vaadin 14.0.0.beta2 with a Spreadsheet: https://github.com/OlliTietavainenVaadin/mpr-demo/tree/v7-Olli
Hello Olli Tietäväinen I was trying to run your project but when it tries to start it says:
“License for Vaadin Spreadsheet 1 not found. Go to vaadin.com/pro for more details.”
I am also trying to migrate a project in vaadin 7 to vaadin 14 and I get the message that I need a license? This happens when I add in my pom.xml dependency mpr-v7.
thanks.-
Yes, you will need a license to use Multiplatform Runtime. You can find more information here: https://vaadin.com/multiplatform-runtime
Olli Tietäväinen:
Manuel Quintana:
Olli Tietäväinen:
Here’s a very minimal example with mpr-v7 and Vaadin 14.0.0.beta2 with a Spreadsheet: https://github.com/OlliTietavainenVaadin/mpr-demo/tree/v7-Olli
Hello Olli Tietäväinen I was trying to run your project but when it tries to start it says:
“License for Vaadin Spreadsheet 1 not found. Go to vaadin.com/pro for more details.”
I am also trying to migrate a project in vaadin 7 to vaadin 14 and I get the message that I need a license? This happens when I add in my pom.xml dependency mpr-v7.
thanks.-
Yes, you will need a license to use Multiplatform Runtime. You can find more information here: https://vaadin.com/multiplatform-runtime
thank you very much