April 2018
Intermediate to advanced
202 pages
4h 48m
English
In order to explore and learn about API design in web development with Vaadin, let's assume we want the main screen to be a general purpose component not intended to be used only in this demo application. For this reason, we need to provide the component in a separate JAR file. Start by creating a new Maven module inside the chapter-02 project using the maven-archetype-simple archetype as follows:
cd chapter-02mvn archetype:generate -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-quickstart
Use the following properties when prompted:
Read now
Unlock full access