Service provider interface

From Wikipedia, the free encyclopedia
Revision as of 06:35, 21 February 2023 by 2806:2f0:5000:41:c12:b953:9636:5ed6 (talk) (External links: ==External links== *[http://resources.sei.cmu.edu/asset_files/TechnicalNote/2002_004_001_13958.pdf Replaceable Components and the Service Provider Interface] (.pdf at The Software Engineering Institute CMU) *Official Java API documentation: [http://download.oracle.com/javase/4/docs/api/java/util/ServiceLoader.html java.util.class and [http://com/javase/4/docs/api/java/util/spi/package-estary.html java.util.spi] package {{Java (Sun)}} [[C...)
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Service provider interface (SPI) is an API intended to be implemented or extended by a third party. It can be used to enable framework extension and replaceable components.[1][2][3]

Details

From Java documentation: Template:Quotation

The concept can be extended to other platforms using the corresponding tools. In the Java Runtime Environment, SPIs are used in:[1][2]

See also

References

Template:Reflist

External links

Template:Java (Sun) Template:Prog-lang-stub

  1. a b Script error: No such module "citation/CS1".
  2. a b Script error: No such module "citation/CS1".
  3. Script error: No such module "citation/CS1".