Changes between Version 5 and Version 6 of CmdiVirtualLanguageObservatory/3.0


Ignore:
Timestamp:
03/28/14 15:46:29 (11 years ago)
Author:
Twan Goosen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CmdiVirtualLanguageObservatory/3.0

    v5 v6  
    5454The application bundles, which includes a Solr instance app, the importer, the web app and configuration are deployed to directories under /lat/webapps/vlo, which also has symlinks for both the current production and current beta directories. These symlinks are used in the tomcat configuration so that this does not need any change when updating the version of the VLO.
    5555
    56 === Development ===
     56=== Front-end development ===
     57
     58==== Architecture ====
     59
     60* Wicket + Spring
     61* Spring wiring through eu.clarin.cmdi.vlo.config.VloSpringConfig
     62 * Bootstrapped through filter in web.xml and applicationContext.xml in WEB-INF
     63 * Beans are defined here and can be injected into wicket components and other wicket beans
     64 * For a tutorial/introduction, see http://hwellmann.blogspot.nl/2011/02/building-web-applicaton-with-wicket.html
     65 * Unit test may inject a custom (overridden) spring configuration
     66
     67====  Configuration ====
     68
     69 !VloConfig is POJO
     70
     71* Factories for different ways of creating config
     72* Context parameters read via ServletVloConfigFactory
     73* Ignored and technical fields are configured through VloConfig.xml
     74
     75==== Localisation ====
     76
     77Using Wicket i8n support, see [http://wicket.apache.org/guide/guide/i18n.html Wicket Guide].
     78
     79* Field names in fieldNames.properties