Enlightening Example of Naming Federation in JNDI

Awesome and enlightening examle in <OSGi in Depth>:

Consider the following JNDI name of "www.manning.com/Books/OSGiInDepth.pdf". As you’ve seen, the initial part of "www.manning.com" maps into a manning subcontext related to a DNS naming service. But following that, the "Books" component represents a folder in a filesystem, and "OSGiInDepth.pdf" a file within that. In other words, we’re crossing over from one naming convention to another.

你可能感兴趣的:(Enlightening Example of Naming Federation in JNDI)