awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesMulti-Instance Bindings

Binding multiple implementations of the same type into a collection for injection.

Distinct from Multi-Instance Configurations: Candidates focus on keyboard shortcuts or named database clients; this is for injecting a set of dependencies.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Multi-Instance Bindings. Refine with filters or upvote what's useful.

Awesome Multi-Instance Bindings GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • google/guicegoogle का अवतार

    google/guice

    12,734GitHub पर देखें↗

    Guice is a Java dependency injection framework and component container. It automates object wiring by mapping interfaces to implementations via a central injector, removing the need for manual factory patterns and constructor calls. The framework provides specialized support for aspect-oriented programming, allowing for the interception and modification of method execution to implement shared cross-cutting concerns. It also functions as a persistence manager to coordinate transaction boundaries and manage the lifecycle of entity managers within a dependency-injected environment. Its core cap

    Groups related objects into a single collection for injection into a dependent component.

    Java
    GitHub पर देखें↗12,734
  • apache/openwhiskapache का अवतार

    apache/openwhisk

    6,779GitHub पर देखें↗

    OpenWhisk is a serverless cloud platform designed for deploying and executing stateless functions in response to API calls or events. It serves as a complete serverless stack, providing an API gateway for functions, a function-as-a-service runtime manager, and an event-driven workflow engine. The platform distinguishes itself through a polyglot execution model that supports multiple language runtimes and allows for the creation of custom runtimes using Docker containers. It enables complex logic through function orchestration and composition, allowing multiple functions to be chained into seq

    Allows creating personalized instances of shared packages to apply default parameters across all contained actions.

    Scala
    GitHub पर देखें↗6,779
  1. Home
  2. Software Engineering & Architecture
  3. Multi-Instance Bindings

सब-टैग एक्सप्लोर करें

  • Package BindingCreation of specialized instances of a shared package to apply specific default parameters. **Distinct from Multi-Instance Bindings:** Focuses on creating personalized instances of shared function packages rather than dependency injection of multiple implementations.