Create a resource
In order to make a resource creatable by a so called "client adapter creator", one can implement one of the creatable interfaces. The architecture is described by the diagram below:
Think of the controller adapter as an "editing tool" (like for example OpenOffice or Word) and the resource to create as something like a "text document" or a "spreadsheet", which means that the controller adapter has to know somehow what resource type it should actually create. This connection is currently done by using the URL parameter "adapted.resource.path". In the case of editing a resource instance, the controller adapter needs to know by this parameter which resource instance it should make editable (Think again of an editing tool and by clicking "open" one can select a file (resource instance) to edit).
SVG created with Inkscape.
Your comments are much appreciated
Is the content of this page unclear or you think it could be improved? Please add a comment and we will try to improve it accordingly.