diff options
Diffstat (limited to 'src/site/apt/new.apt')
-rw-r--r-- | src/site/apt/new.apt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/site/apt/new.apt b/src/site/apt/new.apt new file mode 100644 index 00000000..62ad851e --- /dev/null +++ b/src/site/apt/new.apt @@ -0,0 +1,22 @@ + --- + What's new in MOCCA 1.3? + --- + EGIZ + --- + 2010 + --- + +Whats new in MOCCA 1.3? + + * Some parts of MOCCA needed to be redesigned to allow for a better integration with other software deployed within the same servlet container. + + It is now possible to deploy multiple instances of {{{./BKUOnline}MOCCA Online}} within the same servlet container. Further, it should also be possible to deploy MOCCA Online together with most other software within a single servlet container. + + (See {{{./BKUOnline/deployment.html}Deployment}}.) + + * Configuration has been redesigned and is now based on {{{http://commons.apache.org/configuration/}commons-configuration}}. + + (See {{{./bkucommon/configuration.html}Configuration}}.) + + * {{{http://commons.apache.org/logging/}Commons-Logging}} has been replaced by {{{http://www.slf4j.org/}slf4j}} because of it's MDC (mapped diagnostic context) support. + |