simple forum app structure Q

Poster Content
nk4um Administrator
Posts: 158
June 13, 2007 21:05URN resolution
Welcome to the NetKernel community!

The mapping of the URN name of a module to the module requires the following files:

<install>/etc/deployedModules.xml - this lists the physical location of all modules known to an instance of NetKernel.

module.xml - located at the root of each module contains an element called identity and a sub-element called uri that contains the module''s identifier along with version containing its version number.

NetKernel physically locates all modules based on deployedModules.xml, reads each module''s module.xml file to discover their URN name and subsequently performs any required resolutions.

Randy
nk4um User
Posts: 15
June 13, 2007 20:53simple forum app structure Q
Your explanation on how the forum-web module is imported says it is
based on the fulcrum''s import specified as:
<import>urn:org.ten60:netkernel:1060Forcum:web</import>
Where is this urn reference resolved? 
The closest hierarchy found was in the forum-web module but it is structured: org.ten60.netkernel.forucm.... - so there must be another
reference somewhere that ties all this together.
Thanks.