Difference between revisions of "ESciDoc Important Links"

From MPDLMediaWiki
Jump to navigation Jump to search
m (→‎Overview: typos)
Line 15: Line 15:
== Architecture ==  
== Architecture ==  


<h3>SOA concept</h3>
<h3>SOA Concept</h3>
To get deeper in touch with the eSciDoc System concerning Infastructure, Services and Solutions, this pages gives a good
To get deeper in touch with the eSciDoc system concerning infastructure, services and solutions, these pages gives a good
impression:
impression:
* [https://escidoc.org/JSPWiki/en/CoreServicesArchitecture Coreservice SOA architecture]
* [https://escidoc.org/JSPWiki/en/CoreServicesArchitecture Coreservice SOA architecture]
Line 22: Line 22:
* [https://www.escidoc.org/JSPWiki/en/EscidocDays2009Programme Presentations of the eSciDoc days 2009]
* [https://www.escidoc.org/JSPWiki/en/EscidocDays2009Programme Presentations of the eSciDoc days 2009]


<h3>Software design</h3>
<h3>Software Design</h3>
The Coreservice interfaces documentation can be found [https://www.escidoc.org/JSPWiki/en/CoreServices here].
The Coreservice interfaces documentation can be found [https://www.escidoc.org/JSPWiki/en/CoreServices here].
The PubMan software design is documented with the tool Enterprise architect. A HTML export of the component and class diagrams  
The PubMan software design is documented with the tool Enterprise Architect. An HTML export of the component and class diagrams  
can be downloaded [[{{ns:media}}:Ea.zip | here]].  
can be downloaded [[{{ns:media}}:Ea.zip | here]].  
These are the descriptions for the service interfaces
These are the descriptions for the service interfaces
Line 30: Line 30:
* [[ESciDoc_Services:application_services | Application Services]]
* [[ESciDoc_Services:application_services | Application Services]]


<h3>Datamodel</h3>
<h3>Data Model</h3>
The data exchange between FIZ coreservices and PubMan are xml-based via axis interfaces. The description of these xml data is done
The data exchange between FIZ coreservices and PubMan are XML-based via SOAP interfaces. The description of these XML data is done
via xsd-schema definitions. The definitions can be found [https://zim02.gwdg.de/repos/common/trunk/common_services/common_logic/src/main/resources/xsd/ here.]
via XSD-schema definitions. The definitions can be found [https://zim02.gwdg.de/repos/common/trunk/common_services/common_logic/src/main/resources/xsd/ here.]


== Source code documentation ==
== Source code documentation ==

Revision as of 12:38, 17 July 2009

This page shall give a quick and easy overview of the eSciDoc system in a top down manner. Starting from abstract concepts and basic requirements to the service-oriented architecture and finally the pure Java source code. The eSciDoc Project is developed by the MPDL and FIZ Karlsruhe. FIZ Karlsruhe is responsible for the core functionality, while the MPDL concentrates on the useable solutions on top of the core functionality.

Overview[edit]

An overview of these solutions can be found on the eSciDoc Solutions summary page. From here you can easily reach the PubMan Portal Page, which provide you with information about the Publication Management system (PubMan). Here you will find interesting pages about PubMan scenarios, use cases and an online demo system.

The eSciDoc project page of FIZ Karlsruhe is located here.

Architecture[edit]

SOA Concept

To get deeper in touch with the eSciDoc system concerning infastructure, services and solutions, these pages gives a good impression:

Software Design

The Coreservice interfaces documentation can be found here. The PubMan software design is documented with the tool Enterprise Architect. An HTML export of the component and class diagrams can be downloaded here. These are the descriptions for the service interfaces

Data Model

The data exchange between FIZ coreservices and PubMan are XML-based via SOAP interfaces. The description of these XML data is done via XSD-schema definitions. The definitions can be found here.

Source code documentation[edit]

Maven is used to automatically create all types of documentation of the source code. Use these links to jump directly to the project site:

From here you can navigate through all interesting reports. Some interesting reports are (Examples just for module pubman_presentation, other work similar):

Downloads[edit]