Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We want to be able to CRUD complex resources with a single or a minimal set of requests, without performing complex tasks on the client side (and rewriting the same implementation for each client).

E.g. User sends metadata and binary files via a multipart form POST request to http://myrepo/fcr:model/myns:Image/ ; multiple resources and relationships between them are created according to a content model configuration for the “myns:Image” resource type.

e.g. For the “myns:Image” model the service configuration would define:

...