Help TOC > Instructions for DEX developers > Developing Business DEXs | |
Developing Business DEXs | Date: 2010/02/10 16:56:25 Revision: 1.9 |
A Business DEX is:
Each business DEX is stored within the context in which it is defined. The directory structure for storing business DEXs in DEXlib is therefore as follows:
dexlib/data/busconcept/ dexlib/data/busconcept/[context] dexlib/data/busconcept/[context]/[business_concept]
Where
[context]
is the name of the context and where
[business_concept]
is the name of the business DEX.
An index of the contexts is provided in:
dexlib/data/busconcept/context_index.xml
An index of all the business DEXs that
have been defined within a given context is provided in:
dexlib/data/busconcept/[context]/context.xml
The process for building a business DEX is as follows.
dexlib/data/busconcept/context_index.xml
)
then no action is required.
dexlib/data/busconcept/[context]
[context]
is the name of the context which the user supplies when prompted by DEXpro.
DEXpro will also create the XML files for the context. In
particular: context.xml
. dexlib/data/busconcept/context_index.xml
dexlib/data/busconcept/[context]/[business_concept]
[context]
is the name of the context and where
[business_concept]
is the name of the business DEX.
dexlib/data/busconcept/[context]/[business_concept]/busconcept.xml
.
dexlib/data/busconcept/[context]/context.xml
with the new business DEX just created.