Analysis of Task 31

First thoughts on choice of integration with Summa

There are three ways in which Summa can receive content for indexing (and presentation)

The last option appears to be the most convenient for our use. Reason: The first would require more development on our part than the last. And the second is less convenient for Summa than the last. So, the last it is.

Methods needed in Summa integration component, as an implementation of the Summa storage API

We need an implementation of Summa's ReadableStorage interface, that is, the following methods

See Summa Storage API javadoc at (where?)

Sequence diagrams showing the surroundings of the Summa Integration component:

SummaIntegrationIndexing.png

SummaIntegrationDisplay.png

Prerequisites and Assumptions

Resources