An OSGi Feature for CDI
This OSGi Feature can be used to launch an OSGi Framework with the CDI support as defined in the OSGi R7 Enterprise Specifications.
As it contains the CDI Sample application, build that one first:
- git clone https://github.com/cziegeler/samples.guessinggame.cdi
- Invoke 'mvn clean install' in that project
Then build and run this project:
- Build this project with 'mvn clean install'
- Run the OSGi Framework with 'mvn exec:java'
- Go to http://localhost:8080/system/console (login: admin/admin) or http://localhost:8080/guessinggame/game