Currently OWB does not create beans using AnnotatedType related SPI. We create beans via just scanning the deployment archive and using specific methods in the DefinitionUtil static methods.
This is an one area that it can be worked. Currently we implemented those SPIs but those work on created Bean instances. (In package, org/apache/webbeans/portable/creation/.) What we require is that creating bean instances using AnnotatedType provided artifacts instead of scanning the class/method/field annotations. Related packages : org/apache/webbeans/portable/creation, org/apache/webbeans/component/creation/ Thanks; --Gurkan 2009/10/22 Gurkan Erdogdu <[email protected]> > Hi Iftear; > > Thanks for interesting OWB. First step is to subscribe with > [email protected] mailing list to join > discussions. Everything is happened via our mailing list. You can also look > at our jira for open issues at http://issues.apache.org/jira/browse/OWB. > > Currently, OWB lacks on documentation. You can help on documentation if you > wish :). For example, writing a how-to documentation can be a very good > start. You can also join us on freenode at #openwebbeans channel. > > Thanks; > > --Gurkan > > > > > ----- Forwarded Message ---- > From: Iftear Zahid <[email protected]> > To: [email protected] > Sent: Thu, October 22, 2009 7:51:42 PM > Subject: Interested to work in openwebbeans > > Hello, > > I am very much interested to join you as a developer. Please let me know > what to do. > > Thanks, > -- > Iftear > > > > -- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com
