You are browsing glossary terms with label spring

application context Created Feb 3, 2017 (17:16) by Unknown User (Rick Herrick) | In glossary Glossary | In space Home

No Language

Definition

The main collection of objects and data that compose the XNAT run-time environment.

Synonym(s)

Abbreviation(s)

Label(s)

component Created Feb 3, 2017 (17:29) | In glossary Glossary | In space Home

No Language

Definition

A component is any Java class that is annotated with one of the Spring @Component-based annotations, which include (but aren't limited to):

  • @Component
  • @Repository
  • @Service
  • @Controller
  • @RestController
  • @XapiRestController
  • @XnatPlugin

Synonym(s)

    service , repository , controller

Abbreviation(s)

Label(s)