This content has been marked as final.
Show 2 replies
-
1. Re: JBoss-Guice-Int
alesj Nov 17, 2008 7:18 AM (in response to jimmyw83)"jimmyw83" wrote:
Is there anyone that knows?
Perhaps me? ;-)
Read this (Guice-int is mentioned)
- http://java.dzone.com/articles/a-look-inside-jboss-microconta
to get familiar with the concept behind MC and its component model.
Module's tests are useful too:
- http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/guice-int/src/test/java/org/jboss/test/guice/test/
And here are the MC docs:
- http://www.jboss.org/file-access/default/members/jbossmc/freezone/docs/2.0.x/userGuide/index.html
Although I think Guice-int is not yet part of it (but should be asap).
Scott Stark did a nice presentation about it here:
- http://anonsvn.jboss.org/repos/jbossas/projects/presentations/trunk/appserver/JBossASMultiComponent.pdf -
2. Re: JBoss-Guice-Int
alesj Nov 17, 2008 7:21 AM (in response to jimmyw83)"jimmyw83" wrote:
what it really do
It transparently binds MC beans with Guice beans and vice-versa.
See tests/article/presentation on how to do that.
I'll try to update to use Guice v2 asap,
since there are some useful dynamic features I was missing in v1.