Hi guys,
I wonder if it's possible to offer a set of bean instances (not-managed by
the container) so that their dependencies are satisfied by the container. As
an example, you can grab a Spring BeanFactory and call autowire on it, like
this
app.applicationContext.getAutowireCapableBeanFactory()
.autowireBeanProperties(instance,
AutowireCapableBeanFactory.AUTOWIRE_BY_NAME, false)
Is there a similar API in Weld/CDI?
TIA
Andres
--
View this message in context:
http://weld-development-discussions.46994.n3.nabble.com/Offering-beans-po...
Sent from the Weld development discussions mailing list archive at
Nabble.com.