Changes between Version 21 and Version 22 of VirtualCollectionRegistry


Ignore:
Timestamp:
09/04/14 13:44:06 (10 years ago)
Author:
Twan Goosen
Comment:

requirements

Legend:

Unmodified
Added
Removed
Modified
  • VirtualCollectionRegistry

    v21 v22  
    5252== Technical notes ==
    5353
     54== Requirements ==
     55
     56The following requirements apply to development environment as well as testing/production environments:
     57
     58* MySQL server
     59 * A dedicated database with write permissions is required; a connection resource needs to be configured and available to the application; the application will create/update the database schema automatically, see README file for more details
     60
    5461=== Development ===
     62
     63Additional requirements for building the application from source:
     64
     65* JDK 7 or higher
     66* Maven 3 or higher
    5567
    5668The VCR sources are contained in a single Maven project. Most of the code is written in Java, complemented by HTML, (S)CSS and some images for the graphical user interface and a number of XML documents. Structurally, it consists of three largely independent functional components, each providing an interface to a shared '!VirtualCollectionRegistry' core service. The sections below describe the shared 'core' and the individual components.