This repository was archived by the owner on Feb 17, 2023. It is now read-only.
patientsknowbest/cdisource
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is CDI Advocate repository. Currently it hosts CDI beanContainer. CDI beanContainer is a small wrapper around Caucho Resin Candi and JBoss Seam Weld. It should be the basis of adding unit tests framework that works with all CDI implementations. Apache OpenWebBean support is planned. We are looking for someone to do the OpenWebBeans work. To learn more about this project go here: * Main website http://sites.google.com/site/cdipojo/ * Google project code http://code.google.com/p/jee6-cdi/ * Comprehensive CDI tutorial http://code.google.com/p/jee6-cdi/wiki/DependencyInjectionAnIntroductoryTutorial * Google Group for email support for examples http://groups.google.com/group/cdiadvocate4j?pli=1 # PKB: steps to republish: * Clone repository to your machine * Make sure it compiles * update version if needed (using 'mvn versions:set -DnewVersion=<new-version>' * Run 'mvn deploy'