Changes between Version 9 and Version 10 of mpdl2.0-design


Ignore:
Timestamp:
Sep 16, 2011, 10:57:06 AM (13 years ago)
Author:
jwillenborg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mpdl2.0-design

    v9 v10  
    11= MPDL 2.0 backend system: software design =
    22
    3 The MPDL backend software is redesigned so that as much software as possible is separated from the eXist database system and could be used independently from eXist. We offer three MPDL librares:
     3The MPDL backend software is redesigned so that as much software as possible is separated from the content management system and could be used independently from it. We offer two MPDL librares:
    44* XML technology (available as a web archive file "mpiwg-mpdl-xml.war")
    55* language technology (available as a web archive file "mpiwg-mpdl-lt.war")
     6
     7Dependant from the CMS we offer the MPDL CMS library:
    68* CMS technology (available as a web archive file "mpiwg-mpdl-cms.war")
    79
     
    1012The XML technology web archive ""mpiwg-mpdl-xml.war"" consists of:
    1113* Java code: mpiwg-mpdl-xml.jar
    12 * external Java libraries: saxon9-s9api.jar, ...
     14  * de.mpg.mpiwg.berlin.mpdl.xml.transform
     15  * de.mpg.mpiwg.berlin.mpdl.xml.xquery
     16  * de.mpg.mpiwg.berlin.mpdl.xml.pdf
     17  * de.mpg.mpiwg.berlin.mpdl.servlets.xml
     18* external Java libraries
     19  * saxon9-s9api.jar
     20  * ...
    1321* web application configuration file: web.xml
    1422
     
    9098  * dictionary data (dictionaries: autenrieth, baretti, bonitz, cooper, florio, lewis-short, lidell-scott-jones, salmone, webster)
    9199* Java code: mpiwg-mpdl-lt.jar
    92 * external Java libraries: berkeley-db-3.3.82.jar, ...
     100  * de.mpg.mpiwg.berlin.mpdl.lt.*
     101  * de.mpg.mpiwg.berlin.mpdl.servlets.lt
     102* external Java libraries
     103  * berkeley-db-3.3.82.jar
     104  * ...
    93105* web application configuration file: web.xml
    94106
     
    210222The CMS technology web archive ""mpiwg-mpdl-cms.war"" consists of:
    211223* Java code: mpiwg-mpdl-cms.jar
    212 * external Java libraries: mpiwg-mpdl-xml.jar, mpiwg-mpdl-lt.jar, ...
     224  * de.mpg.mpiwg.berlin.mpdl.cms.*
     225  * de.mpg.mpiwg.berlin.mpdl.servlets.cms
     226* external Java libraries
     227  * mpiwg-mpdl-xml.jar
     228  * mpiwg-mpdl-lt.jar
     229  * ...
    213230* web application configuration file: web.xml
    214231