This project contains the source code for the tutorial for using Vaadin and CDI together.
The tutorial can be found here.
The topics that are covered in this tutorial project:
- Getting Started with Vaadin CDI for Flow
- Injection and Scopes with Vaadin CDI
- Navigation with Vaadin CDI
- Register VaadinServiceInitListener via CDI Observer
- Flow template within CDI
- Use I18N in CDI
Run mvn clean package tomee:run
in the project root directory. After the server has started point your browser to http://localhost:8080 to see the resulting application.