Thunder Lei [
http://community.jboss.org/people/Thunder.Farmer] created the discussion
"Re: start from reading the code"
To view the discussion, visit:
http://community.jboss.org/message/608021#608021
--------------------------------------------------------------
Here is my first quiz:
When I get the latest code from git repository
"git://github.com/jbossas/jboss-as.git", I start reading the code from
org.jboss.as.server.Main.java.
In the code I can see the Bootstrap class initialze the module
"URLStreamHandlerFactoryModule--*org.jboss.vfs*" and install the container
service "jboss-as". But I can find the where all other services and modules such
as naming, JPA, messaging are initialized and loaded.
I believe there are interfaces between container service "jboss-as" and all
other modules and services, and all the modules and services are intialized and loaded in
the same way.
Any comments are appreciated.
Thanks in advance
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/608021#608021]
Start a new discussion in JBoss AS7 Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]