tree: adb5904e7eaaf6e8f84a9837f3c4a7637612a178 [path history] [tgz]
  1. cdi-bom/
  2. cdi-executable/
  3. cdi-extender/
  4. cdi-extension-el-jsp/
  5. cdi-extension-http/
  6. cdi-extension-jndi/
  7. cdi-extra/
  8. cdi-itests/
  9. LICENSE
  10. NOTICE
  11. pom.xml
  12. README.md
README.md

Aries CDI Integration

This is an implementation of OSGi RFC 0193.

License

Apache License Version 2.0

Building From Source

The build uses maven so it should look pretty familiar to most developers.

mvn clean install

Pre-built runtime

This repository contains an OSGi enRoute based, pre-assembled executable jar providing a complete runtime for you to just drop in your CDI bundles. It comes preconfigured with logging, Gogo shell and Felix SCR.

Once you've completed a successfull build, you should be able to execute the command:

java -jar cdi-itests/target/cdi-executable.jar

and be presented with a gogo shell prompt ready for you to install a CDI bundle.