All Projects → Pscheidl → cdi-events-playground

Pscheidl / cdi-events-playground

Licence: MIT License
Demonstrates the capabilities of Java EE CDI events

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to cdi-events-playground

further-cdi
🔊 Going further with CDI presentation
Stars: ✭ 28 (+21.74%)
Mutual labels:  javaee, cdi
Javaee7 Samples
Java EE 7 Samples
Stars: ✭ 2,470 (+10639.13%)
Mutual labels:  javaee, cdi
java-basic-skeleton
☕🚀 Java Bootstrap: Skeleton for your new projects
Stars: ✭ 37 (+60.87%)
Mutual labels:  example
go-grpc-bidirectional-streaming-example
gRPC bidirectional streaming example written in golang
Stars: ✭ 83 (+260.87%)
Mutual labels:  example
vuepress-plugin-example-preview
Easily display the preview of a code snippet
Stars: ✭ 15 (-34.78%)
Mutual labels:  example
example-echo-server
🔗 An example Gleam web application
Stars: ✭ 59 (+156.52%)
Mutual labels:  example
membership
Membership service (to demonstrate graphQL)
Stars: ✭ 19 (-17.39%)
Mutual labels:  javaee
flutter-animations
medium.com/flutter-jp/implicit-animation-b9d4b7358c28
Stars: ✭ 37 (+60.87%)
Mutual labels:  example
waypoint-plugin-examples
An example repository that demonstrates how to create and run an external Waypoint plugin
Stars: ✭ 16 (-30.43%)
Mutual labels:  example
cypress-example-circleci-orb
Demo of using the Cypress CircleCI Orb
Stars: ✭ 26 (+13.04%)
Mutual labels:  example
go-project-template
A template for new Go projects.
Stars: ✭ 20 (-13.04%)
Mutual labels:  example
purescript-halogen-example
Sample halogen app that uses a few DSLs within the application's free monad
Stars: ✭ 62 (+169.57%)
Mutual labels:  example
rocket-yew-starter-pack
Example boilerplate for websites in pure Rust
Stars: ✭ 77 (+234.78%)
Mutual labels:  example
example cml
No description or website provided.
Stars: ✭ 21 (-8.7%)
Mutual labels:  example
fastify-example
Example webapp with Fastify
Stars: ✭ 18 (-21.74%)
Mutual labels:  example
nodejs-cron-job-must-know
it is an example of running node.js script with every certain period(cron job)
Stars: ✭ 35 (+52.17%)
Mutual labels:  example
guide vue-cli-3-multiple-entry-points
Simple guide to show how to create multiple entry points (pages) using vue-cli-3
Stars: ✭ 29 (+26.09%)
Mutual labels:  example
go-12factor-example
Example the 12factor app using golang
Stars: ✭ 20 (-13.04%)
Mutual labels:  example
babel-codemod-example
An example of how to use babel as a codemod
Stars: ✭ 24 (+4.35%)
Mutual labels:  example
graphql-reason-server-example
An example project to write a GraphQL server using Reason
Stars: ✭ 19 (-17.39%)
Mutual labels:  example

CDI Events Playground

Sample project for CDI Events overview article.

Running it

  1. Git clone the repository
  2. Run Maven goal wildfly-swarm:run
  3. 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.

test

Logging note

The result of the events fired is visible in console. Standard output is used directly instead of a logger.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].