Versions Compared

Key

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

DSpace Spring Service Manager

Table of Contents
minLevel2
outlinetrue
stylenone

Introduction

The DSpace Spring Service Manager supports overriding configuration at many levels.

...

Utilizing Autowiring to minimize configuration complexity.

...

Please see the following tutorials:

Accessing

...

the Services Via Service Locator

...

TODO: Provide docs similar to:

...

/ Java Code

Please see the following tutorials:

new DSpace().getServiceManager().getServiceByName(....);

...

Architectural Overview

See Please see Architectural Overview here: DSpace Services Framework

Service Manager Startup in Webapplications and CLI

TODO: Outline start process.Please see the DSpace Services Framework