... | ... | @@ -25,10 +25,6 @@ Two eXist core XQuery modules are patched as well: |
|
|
|
|
|
See the [MOM-CA compiling and deployment guide](./Compiling-and-Deploying-Source-Code) on how to compile custom eXist code into a MOM-CA instance.
|
|
|
|
|
|
### my/eXist/webapp
|
|
|
|
|
|
The [my/eXist/webapp directory](../tree/master/my/eXist/webapp) exists for workarounds only. Normally, the XRX source code for the MOM-CA platform should be placed under [my/XRX/src/mom](../tree/master/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.
|
... | ... | @@ -39,6 +35,8 @@ See the [MOM-CA compiling and deployment guide](./Compiling-and-Deploying-Source |
|
|
|
|
|
### my/XRX/res/jssaxparser<br/>my/XRX/res/jquery<br/>my/XRX/res/codemirror<br/>my/XRX/res/xml
|
|
|
|
|
|
The [my/XRX/res directory](../tree/master/my/XRX/res) contains external JavaScript libraries such as [jssaxparser](https://code.google.com/p/jssaxparser/), [jQuery UI](https://jqueryui.com/) or [codemirror](http://codemirror.net/). The external JavaScript libraries are patched with the code below the [/tree/master/my/XRX/res](../tree/master/my/XRX/res) directory during installation and afterwards they are deployed into the eXist database. JavaScript is used for features that lie beyond the expressiveness of the XForms language.
|
|
|
|
|
|
### my/XRX/system
|
|
|
|
|
|
The [my/XRX/system](../tree/master/my/XRX/system) directory contains database index configuration files important for the eXist database to perform well with MOM-CA's large XML data collections. See the [eXist index configuration guide](http://exist-db.org/exist/apps/doc/indexing.xml) for detailed information.
|
... | ... | |