... | @@ -4,7 +4,7 @@ On this page, the most important parts of the MOM-CA source code project are des |
... | @@ -4,7 +4,7 @@ On this page, the most important parts of the MOM-CA source code project are des |
|
|
|
|
|
### my/betterFORM
|
|
### my/betterFORM
|
|
|
|
|
|
[betterFORM](http://betterform.de/) is an XForms processor bundled with the [eXist Native XML database](http://exist-db.org/). Normally, the betterFORM XForms processor is just _used_ in MOM-CA for user interface development. The cooperation project [Virtuelles deutsches Urkundennetzwerk](http://www.vdu.uni-koeln.de), above that, implemented a betterFORM _extension_ for MOM-CA, namely a control for XML Mixed Content edition. The code is located in [my/betterFORM](../tree/master/my/betterFORM). See the [MOM-CA compiling and deployment guide](./Compile-And-Deploy) on how to compile and integrate a custom betterFORM version into MOM-CA.
|
|
[betterFORM](http://betterform.de/) is an XForms processor bundled with the [eXist Native XML database](http://exist-db.org/). Normally, the betterFORM XForms processor is just _used_ in MOM-CA for user interface development. The cooperation project [Virtuelles deutsches Urkundennetzwerk](http://www.vdu.uni-koeln.de), above that, implemented a betterFORM _extension_ for MOM-CA, namely a control for XML Mixed Content edition. The code is located in [my/betterFORM](../tree/master/my/betterFORM). See the [MOM-CA compiling and deployment guide](./Compiling-and-Deploying-Source-Code) on how to compile and integrate a custom betterFORM version into MOM-CA.
|
|
|
|
|
|
### my/eXist/extensions/module/src<br/>my/eXist/src
|
|
### my/eXist/extensions/module/src<br/>my/eXist/src
|
|
|
|
|
... | @@ -23,11 +23,15 @@ Two eXist core XQuery modules are patched as well: |
... | @@ -23,11 +23,15 @@ Two eXist core XQuery modules are patched as well: |
|
* the [eXist text XQuery module](../tree/master/my/eXist/src/org/exist/xquery/functions/text) is extended with a function to compute text differences. The function forms the basis for the XML version difference tool.
|
|
* the [eXist text XQuery module](../tree/master/my/eXist/src/org/exist/xquery/functions/text) is extended with a function to compute text differences. The function forms the basis for the XML version difference tool.
|
|
* the [eXist validation XQuery module](../tree/master/my/eXist/src/org/exist/xquery/functions/validation) is extended with a custom XRX XML validation error handler for user-friendly validation reports.
|
|
* the [eXist validation XQuery module](../tree/master/my/eXist/src/org/exist/xquery/functions/validation) is extended with a custom XRX XML validation error handler for user-friendly validation reports.
|
|
|
|
|
|
See the [MOM-CA compiling and deployment guide](./Compile-And-Deploy) on how to compile a custom eXist XQuery module into an eXist instance.
|
|
See the [MOM-CA compiling and deployment guide](./Compiling-and-Deploying-Source-Code) on how to compile a custom eXist XQuery module into an eXist instance.
|
|
|
|
|
|
### my/XRX/src/core<br/>my/XRX/src/mom
|
|
### my/XRX/src/core<br/>my/XRX/src/mom
|
|
|
|
|
|
my/XRX/src/core and my/XRX/src/mom are the most important directories for XRX development.
|
|
my/XRX/src/core and my/XRX/src/mom are the most important directories for XRX development. They contain the source code of the MOM-CA platform.
|
|
|
|
|
|
|
|
See the section on how to develop new widgets, services and other components for the MOM-CA platform.
|
|
|
|
|
|
|
|
See the [MOM-CA compiling and deployment guide](./Compiling-and-Deploying-Source-Code) on how to compile and deplay XRX source code into an eXist instance.
|
|
|
|
|
|
### my/XRX/res/jssaxparser<br/>my/XRX/res/jquery<br/>my/XRX/res/codemirror<br/>my/XRX/res/xml
|
|
### my/XRX/res/jssaxparser<br/>my/XRX/res/jquery<br/>my/XRX/res/codemirror<br/>my/XRX/res/xml
|
|
|
|
|
... | | ... | |