JBoss AS 7 is not based on the Microcontainer, instead it is based on
https://github.com/jbossas/jboss-modules (for classloading) and
https://github.com/jbossas/jboss-msc (dependency injection). Those projects should contain
some javadoc to get you started.
http://community.jboss.org/wiki/HackingonAS7 tells you how to get the source which at
least contains some examples of how MSC is used. The classloader modules are set up in the
modules directory of the built AS instance, some info can be found at
http://lists.jboss.org/pipermail/jboss-as7-dev/2010-December/000136.html (although it
kind of assumes prior knowledge)
On 26 Mar 2011, at 14:11, developer251(a)libero.it wrote:
Dear JBoss developers,
I'm interested to learn more about the release 7 of the application server.
The most basic question is: does JBoss 7 has a completely new kernel
architecture ?
I cannot see traces of Microcontainer in logs, rather :
14:59:45,906 INFO [org.jboss.modules] JBoss Modules version 1.0.0.Beta16
14:59:47,375 INFO [org.jboss.msc] JBoss MSC version 1.0.0.Beta7
Is there any thread/link which discusses a bit about this ?
thanks a lot
Paul
_______________________________________________
jboss-as7-dev mailing list
jboss-as7-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-as7-dev