Difference between revisions of "Reports-store-gateway"

From D4Science Wiki
Jump to: navigation, search
(Component Diagram)
(Component Diagram)
 
(11 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
[[File:Reports-store-gateway-component.png]]
 
[[File:Reports-store-gateway-component.png]]
  
 
+
The Maven artifact '''vme-reports-store-gateway''' resides in [https://github.com/openfigis/vme/tree/master/vme-reports-store-gateway vme repo on github]. This artifact is the specific implementation for the VME-DB and therefore resides in another repository. <br>
The Maven artifact vme-reports-store-gateway resides in [github][https://github.com/openfigis/vme/tree/master/vme-reports-store-gateway vme repo on github].  
+
  
 
All other artifacts resided in the iMarine SVN https://svn.d4science.research-infrastructures.eu/gcube/trunk/application/reports-store-gateway. There is a pom.xml on that level ('''reports-store-gateway'''), which is the parent pom for:
 
All other artifacts resided in the iMarine SVN https://svn.d4science.research-infrastructures.eu/gcube/trunk/application/reports-store-gateway. There is a pom.xml on that level ('''reports-store-gateway'''), which is the parent pom for:
Line 11: Line 10:
 
*reports-store-gateway-interface-dto
 
*reports-store-gateway-interface-dto
 
*reports-store-gateway-web
 
*reports-store-gateway-web
 +
<br>
 +
'''Note!''' <br>
 +
The build time dependency defined in the pom.xml of ''reports-store-gateway-web'' is temporary. The ''reports-store-gateway-web'' is generic and can be configured for VME or any other target DB.
 +
<br>
  
 
==Deployment Diagram==
 
==Deployment Diagram==
[[File:Reports-store-gateway-deployment.png]]
+
[[File:Reports-store-gateway-deployment.png]]<br>
 +
So far all artifacts run on Java 6. Reports-store-gateway-web is deployed on Java 7. When iMarine will migrate to java 7, all reports-store-gateway artifacts will be migrated to Java 7.
 +
 
 +
 
 +
==Resources==
 +
*See also [[Reports Store Gateway scenarios for VME]]
 +
*http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application/reports-store-gateway

Latest revision as of 11:46, 21 November 2013

Component Diagram

Reports-store-gateway-component.png

The Maven artifact vme-reports-store-gateway resides in vme repo on github. This artifact is the specific implementation for the VME-DB and therefore resides in another repository.

All other artifacts resided in the iMarine SVN https://svn.d4science.research-infrastructures.eu/gcube/trunk/application/reports-store-gateway. There is a pom.xml on that level (reports-store-gateway), which is the parent pom for:

  • reports-store-gateway-client
  • reports-store-gateway-interface-dto
  • reports-store-gateway-web


Note!
The build time dependency defined in the pom.xml of reports-store-gateway-web is temporary. The reports-store-gateway-web is generic and can be configured for VME or any other target DB.

Deployment Diagram

Reports-store-gateway-deployment.png
So far all artifacts run on Java 6. Reports-store-gateway-web is deployed on Java 7. When iMarine will migrate to java 7, all reports-store-gateway artifacts will be migrated to Java 7.


Resources