Skip to content

NCIDevRonR/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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 90.5%
  • HTML 9.5%