...
Since there will be a resource repository for each type of resource, is necessary to manage the different repositories. The ResourceManager will be in charge of this task. It Finally, it is necessary a manager to will offer a set of actions to control the repositories and resources. Consequently, it will have to manage the management of resources, its persistence support, loading of configurations and other management tasks. Mantychore has implemented a ResourceManager where it will be responsible of all these actions.its resources.
Resource Descriptor
For the creation of a resource, the ResourceManager uses a description file (ResourceDescriptor) which provides the necessary parameter to configure a resource to work with. For example it contains the type, name or the capabilities that the resource supports. Here is presented an example of a resource descriptor.
...