Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

vaadin/flow-cdi-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.