Changes between Version 7 and Version 8 of VirtualCollectionRegistry


Ignore:
Timestamp:
08/25/14 12:52:03 (10 years ago)
Author:
Twan Goosen
Comment:

dev

Legend:

Unmodified
Added
Removed
Modified
  • VirtualCollectionRegistry

    v7 v8  
    99 A virtual collection (VC) is a collection that is the result of browsing or searching repositories rather than being the result of construction and first-time publication by an organisation. Another characterisation is that the resources in a VC are already available in other collections, and the VC can be considered a derived collection. Nevertheless these VCs may need to be citable for future use and should therefore be able to be registered in a register, the VCR.
    1010
    11 The Virtual Collection Registry (VCR) is an online registry that provides a REST service as well as a web based graphical user interface for the creation, publication, management and retrieval of virtual collections. Published collections are made available as CMDI records over OAI-PMH.
     11The Virtual Collection Registry (VCR) is an online registry that provides a RESTful web service (REST service) as well as a web based graphical user interface for the creation, publication, management and retrieval of virtual collections. Published collections are made available as CMDI records over OAI-PMH.
    1212
    1313These components are available at the following locations '''(currently referencing the alpha deployment!)''':
     
    5252=== Development ===
    5353
     54The 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.
     55
     56==== VCR core ====
     57
     58Persistence, service, Spring
     59
     60==== JAX-RS REST service ====
     61
     62Jersey
     63
     64==== Wicket application (UI) ====
     65
     66==== OAI provider ====
     67
    5468=== Deployment ===
    5569