-
Notifications
You must be signed in to change notification settings - Fork 5
Library
Pierre T. edited this page Jan 12, 2015
·
1 revision
A library is one of the smallest modular unit which can be embedded and deployed. A library usually provides one technical feature and do nothing else. It does only one thing because the thing it does is usually high-tech.
For instance, complex algorithm implementations (graph, sort, etc.), the proposition of complexe data structures (tree), the interface with external hardware or network resources, etc. All these issues are candidates to be libraries.
A framework can use multiple libraries to define its ... A library can reference another library, but to a lesser extent compared to frameworks
- Introduction
- ... Motivation
- ... Features
- ... Manifesto
- User manual
- ... Kernel
- ...... Kernel Life Cycle
- ...... Kernel Configuration
- ... Plugin
- ...... Plugin Life cycle
- ...... Request API
- ...... Native Module
- ...... Dependencies
- ... Tests
- ...... Integration Tests
- Advanced topics
- ... Design Best Practices
- ... Multi-Round Plugin
- ... Kernel param aliases
- ... SPI
- ...... DI Provider
- ...... Concern
- ...... Extension
- Definitions
- ... Framework
- ... Entreprise Stack
- ... API
- ... SPI
- ... Library
- ... Inversion of Control
- ... Dependency Injection
- Concepts
- ... UnitModule
- ... GlobalModule
- ... ObjectGraph