Changes between Version 6 and Version 7 of ComponentRegistryArchitecture


Ignore:
Timestamp:
09/25/09 09:55:06 (15 years ago)
Author:
patdui
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ComponentRegistryArchitecture

    v6 v7  
    1 = A high level overview of the Component Registry and Browser Architecture =
     1= A high level overview of the ComponentRegistry and Browser Architecture =
    22
    33[[Image(ComponentRegistryHighLevel.png)]][[BR]]
     
    1616
    1717= Component Registry Overview =
    18 Figure 3 shows an uml diagram of the initial setup. The most important class here is the ComponentRegistry it will be the interface that will be responsible for providing the correct methods to manipulate the registry. The idea is to provide a webservice which will have similiar methods as the ComponentRegistry interface but without the resulting complex types. So the list of MDComponents will provide a list of the actual xml (Strings) that describes the components. This will make it very simple to communicate with the registry.
     18Figure 3 shows an uml diagram of the initial setup. The most important class here is the {{{ComponentRegistry}}} it will be the interface that will be responsible for providing the correct methods to manipulate the registry. The idea is to provide a webservice which will have similiar methods as the {{{ComponentRegistry}}} interface but without the resulting complex types. So the list of {{{MDComponent}}}'s will provide a list of the actual xml ({{{String}}}'s) that describes the components. This will make it very simple to communicate with the registry.
    1919
    2020[[Image(ComponentRegistry.PNG)]][[BR]]