Service provider interface (English Wikipedia)

Analysis of information sources in references of the Wikipedia article "Service provider interface" in English language version.

refsWebsite
Global rank English rank
1,514th place
1,024th place
low place
low place
1,564th place
1,028th place

cmu.edu

resources.sei.cmu.edu

developer.com

  • Thribhuvan Thakur (November 18, 2009). "Service Provider Interface: Creating Extensible Java Applications". Developer.com. A service provider interface (SPI) is the set of public interfaces and abstract classes that a service defines. A SPI may be represented by a single interface (type) or abstract class or a set of interfaces or abstract classes that define the service contract.

oracle.com

docs.oracle.com

  • "Introduction to the Service Provider Interfaces". Oracle Java Documentation. Services are units of sound-handling functionality that are automatically available when an application program makes use of an implementation of the Java Sound API
  • "ServiceLoader".