Download presentation
Presentation is loading. Please wait.
Published byHugo Bill Modified over 9 years ago
1
Tokyo July, 2005 Deployment of ACS components Bogdan Jeram (bjeram@eso.org) European Southern Observatory
2
ALMA Project 2Tokyo, July 2005ALMA Common Software course Services Manager Container (C++) “bilboContainer” Container (java) “frodoContainer” Client Y X
3
ALMA Project 3Tokyo, July 2005ALMA Common Software course MACI CDB structure MACI Managers Components Containers myCont1 yourCont Manager myComp yourComp anotherComp
4
ALMA Project 4Tokyo, July 2005ALMA Common Software course Structure of Components deployment data (Components.xsd)
5
ALMA Project 5Tokyo, July 2005ALMA Common Software course Components deployment instance – list of components
6
ALMA Project 6Tokyo, July 2005ALMA Common Software course Location of components deployment info (Components.xml) $ACS_CDB CDB/MACI/Components/Components.xml
7
ALMA Project 7Tokyo, July 2005ALMA Common Software course Structure of Manager data (Manager.xsd) <xs:schema targetNamespace="urn:schemas-cosylab-com:Manager:1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="urn:schemas-cosylab-com:Manager:1.0" xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0" elementFormDefault="qualified“ attributeFormDefault="unqualified">
8
ALMA Project 8Tokyo, July 2005ALMA Common Software course Manager instance example (Manager.xml) <Manager xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0" xmlns="urn:schemas-cosylab-com:Manager:1.0" xmlns:baci="urn:schemas-cosylab-com:BACI:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" CommandLine="" Timeout="50000" HeartbeatTimeout="2000" CacheSize="10" MinCachePriority="0" MaxCachePriority="31" CentralizedLogger="Log">
9
ALMA Project 9Tokyo, July 2005ALMA Common Software course Manager instance file location $ACS_CDB CDB/MACI/Managers/Manager/Manager.xml
10
ALMA Project 10Tokyo, July 2005ALMA Common Software course Structure of Container data (Container.xsd)
11
ALMA Project 11Tokyo, July 2005ALMA Common Software course Container Instance (XML file) <Container xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0" xmlns="urn:schemas-cosylab-com:Container:1.0" xmlns:baci="urn:schemas-cosylab-com:BACI:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" CommandLine="" Timeout="20000" UseIFR="1" ManagerRetry="10" ManagerReference="" CacheSize="0" MinCachePriority="0" MaxCachePriority="31" CentralizedLogger="Log">
12
ALMA Project 12Tokyo, July 2005ALMA Common Software course Container instance file location $ACS_CDB CDB/MACI/Containers/ /.xml Example: CDB/MACI/Containers/myContainer/myCo ntainer.xml
13
ALMA Project 13Tokyo, July 2005ALMA Common Software course Services Manager Container (C++) “bilboContainer” Container (java) “frodoContainer” Client Y X Components.xml Manager.xml bilboContainer.xml frodoContainer.xml Manager.xml
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.