ESciDoc Core Infrastructure

From MPDLMediaWiki
Revision as of 10:15, 2 October 2007 by Natasab (talk | contribs) (New page: The eSciDoc core Infrastructure is a middleware which encapsulates the repository and implements the services of the basic layers of the eSciDoc SOA. The core infrastructure is mainly buil...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The eSciDoc core Infrastructure is a middleware which encapsulates the repository and implements the services of the basic layers of the eSciDoc SOA. The core infrastructure is mainly built out of existing open-source software packages. Main components are PostgreSQL, JBoss Application Server, and Tomcat Servlet Container. The eSciDoc content Repository is based on Fedora (Flexible Extensible Digital Object Repository Architecture). Fedora comes with a Semantic Store (Kowari Triplestore or MPT Store), which allows for the efficient administration of statements about objects and their relations, expressed in RDF (Resource Description Framework). Related objects form a graph, which can then be queried and used to infer new facts based on existing relations.

ESciDocCoreInfrastructure.jpg

The eSciDoc Infrastructure is implemented as a Java Enterprise Application (J2EE). It can be roughly differentiated into the Enterprise Context and a Persistence Layer. The Enterprise Context is deployed to the JBoss Application Server and the Tomcat Servlet Container. The Spring Framework provides a centralized, automated configuration and wiring of the application objects by Dependency Injection and Inversion of Control. The service layer offers web services with REST and SOAP interfaces. The Persistence Layer encompasses specialized solutions for the different types of data: an RDBMS for structured data, Fedora for unstructured data, and Kowari for semantic data.

See eSciDoc Services for more details on services.