|
Developer information - Developing a Business Concept
|
A Business Concept is:
Each business concept is stored within the context in which it is defined. The directory structure for storing business concepts 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 concept.
An index of the contexts is provided in:
dexlib/data/busconcept/context_index.xml
An index of all the business concepts that
have been defined within a given context is provided in:
dexlib/data/busconcept/[context]/context.xml
The process for building a business concept is as follows.
dexlib/data/busconcept/context_index.xml)
then no action is required.dexlib/utils/dex/mk_context.wsf
dexlib/data/busconcept/[context]
[context]
is the name of the context.
It will also create the XML files for the context. In
particular: context.xml. dexlib/data/busconcept/context_index.xml
dexlib/utils/dex/mk_buscpt.wsf
dexlib/data/busconcept/[context]/[business_concept]
[context]
is the name of the context and where
[business_concept]
is the name of the business concept.
dexlib/data/busconcept/[context]/[business_concept]/busconcept.xml.
dexlib/data/busconcept/[context]/context.xml
with the new business concept just created.