April 2018
Intermediate to advanced
202 pages
4h 48m
English
Before you compile the project, you have to start an H2 database instance. For your convenience, a server is configured in the Data-centric-Applications-with-Vaadin-8/chapter-05 Maven module. You can create a run configuration for the following Maven command or you can run it directly on the command line:
cd Data-centric-Applications-with-Vaadin-8/chapter-05mvn test exec:java -Dexec.mainClass="packt.vaadin.datacentric.chapter05.jdbc.H2Server"
Once the database is up and running, you can build all the demo applications by executing the following:
cd Data-centric-Applications-with-Vaadin-8mvn install
All the demo applications are aggregated in a multi-module Maven project, where each module corresponds to one chapter ...
Read now
Unlock full access