Versions Compared

Key

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

...

The unfiltered models in the Request go out of scope when the Request has been satisfied. The resources required by these models have short lifetimes and are very easily managed. The models of the Servlet Context never go out of scope until VIVO is shut down. It is difficult to reclaim resources such as database connections or processor memory from these models.

Filtering

...

To enable language filtering and internationalization of the user interface (translation of data labels and contents, localization, etc.), you should update the runtime.properties file:

RDFService.languageFilter = true

and then edit the list of needed languages:

languages.selectableLocales = en_US, es, de_DE, fr_CA, pt_BR

The Data Models

This is a summary of the data models:

...