hi! You could look at the maven archetypes for Apache MyFaces CODI [1] which is a CDI extension.
$> mvn archetype:generate -DarchetypeCatalog=http://myfaces.apache.org It creates a small OWB + MyFaces +CODI based example stub. Just add OpenEJB on top (e.g. for the database service layer) and you're done ;) LieGrue, strub [1] http://myfaces.apache.org/extensions/cdi/index.html --- On Wed, 6/8/11, Ranga S <[email protected]> wrote: > From: Ranga S <[email protected]> > Subject: Re: Examples - CDI > To: "[email protected]" <[email protected]> > Date: Wednesday, June 8, 2011, 6:52 PM > Hi > > > I would like to take a crack at coming up with some > examples for CDI. Let me read some documentation on it. Once > I have something concrete, I shall send a note to this > list. > > > - Ranga >
