Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 766 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 766 Bytes

Vaadin CDI tutorial

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

Running the project from command line

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.