Sample project for CDI Events overview article.
- Git clone the repository
- Run Maven goal
wildfly-swarm:run
- Visit http://localhost:8080/ in your browser
Done ! WildFly Swarm will scan the project and automatically download all the parts necessary to run the application. No interaction required. The download phase only occurs during the first run. During the process, an in-memory H2 database is started.
The result of the events fired is visible in console. Standard output is used directly instead of a logger.