Versions Compared

Key

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

...

There are multiple ways to add links and embeds within the DSpace 7 server webapp.

The purpose of this guide is to help developers decide which way method is appropriate for a given scenario(TBD: provide links/examples of each).

Before following this guide as a developer, you should already have a Rest Model object in mind (usually a subclass of RestAddressableModel, with a name ending with Rest, by convention). That object should already have a few properties, and you should have an idea of what link you want to create from it. You should also have a Resource subclass in mind (usually a subclass of HalResource).

...