... | @@ -28,6 +28,7 @@ See the [MOM-CA compiling and deployment guide](./Compiling-and-Deploying-Source |
... | @@ -28,6 +28,7 @@ See the [MOM-CA compiling and deployment guide](./Compiling-and-Deploying-Source |
|
### my/XRX/src/core<br/>my/XRX/src/mom
|
|
### my/XRX/src/core<br/>my/XRX/src/mom
|
|
|
|
|
|
The [my/XRX/src/core](../tree/master/my/XRX/src/core) and [my/XRX/src/mom](../tree/master/my/XRX/src/mom) directories contain the XRX source code of the MOM-CA platform, the most important part of the MOM-CA code project.
|
|
The [my/XRX/src/core](../tree/master/my/XRX/src/core) and [my/XRX/src/mom](../tree/master/my/XRX/src/mom) directories contain the XRX source code of the MOM-CA platform, the most important part of the MOM-CA code project.
|
|
|
|
|
|
The my/XRX/src/core directory contains underlying functionality and the XRX infrastructure.
|
|
The my/XRX/src/core directory contains underlying functionality and the XRX infrastructure.
|
|
The my/XRX/src/mom directory contains the code connected to the mom-ca browser experience and interaction. Code that is not used in the inner MOM context is held outside of the mom folder in the core directory for conceptual clarity. Look at the auth folder for example: The folder can be found in both (core & mom) directories. But the one in the core directory is different from the one inside the mom directory.
|
|
The my/XRX/src/mom directory contains the code connected to the mom-ca browser experience and interaction. Code that is not used in the inner MOM context is held outside of the mom folder in the core directory for conceptual clarity. Look at the auth folder for example: The folder can be found in both (core & mom) directories. But the one in the core directory is different from the one inside the mom directory.
|
|
Open auth.app.xml side by side: The core/auth/auth.app.xml contains general infrastructral code. It contains different xQuery-modules that are pretty general. Now look at the mom/auth/auth.app.xml: In line 3 there is an xrx-element we have not seen before:
|
|
Open auth.app.xml side by side: The core/auth/auth.app.xml contains general infrastructral code. It contains different xQuery-modules that are pretty general. Now look at the mom/auth/auth.app.xml: In line 3 there is an xrx-element we have not seen before:
|
... | | ... | |