amar
Joined: 25 Apr 2006 Posts: 179
|
Posted: Mon May 08, 2006 9:45 am Post subject: The JBossNS Architecture |
|
|
The JBossNS architecture is a Java socket/RMI based implementation.
It is a client/server implementation that can be accessed remotely. The implementation is optimized so that access from within the same VM in which the JBossNS server is running does not involve sockets. Same VM access occurs through an object reference available as a global singleton.Start with the NamingService MBean because you have already seen this class when the core JBoss services were discussed.
Recall that the NamingService MBean was introduced when the key MBean services found in the jboss.jcml configuration file in Chapter 2, "JBoss Server Architecture Overview," was discussed. You will now learn about how the NamingService embeds and configures an org.jnp.server.Main instance to start the JBossNS naming server
for read more information:
http://www.informit.com/articles/article.asp?p=28281&seqNum=4&rl=1 |
|