Difference between revisions of "Vox"

From D4Science Wiki
Jump to: navigation, search
(Service)
Line 23: Line 23:
 
== Service ==
 
== Service ==
 
A service is either a GWT or a REST webservice.
 
A service is either a GWT or a REST webservice.
 
== Deployment Scenarios ==
 
A deployment scenario is synonym for release scenario. Every scenario depends on Vox. There are 3 possible deployment scenarios:
 
* VocBench
 
* Cotrix
 
* VocBench&Cotrix
 

Revision as of 18:05, 5 December 2012

Component diagram

This is a diagram where high-level components are identified, including their dependencies.

Vox.jpg

Note that vox-services has not been split in platform and core. It probably should.

Platform

Platform is referred to as web application platform. It does not have any functional components. It implements non functional requirements as:

Core

Core implements functions specific to the domain. The component vocbench-core implements vocabulary management. The component cotrix-core implements codelist management.

Vox

Vox is everything what VocBench and Cotrix have in common and share.

Service

A service is either a GWT or a REST webservice.