Difference between revisions of "Reports-store-gateway"

From D4Science Wiki
Jump to: navigation, search
(Resources)
(Component Diagram)
Line 10: Line 10:
 
*reports-store-gateway-interface-dto
 
*reports-store-gateway-interface-dto
 
*reports-store-gateway-web
 
*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-we is generic and can be configured for VME or any other target DB.
  
 
==Deployment Diagram==
 
==Deployment Diagram==

Revision as of 11:45, 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-we 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