awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • google/guiceAvatar de google

    google/guice

    12,734Ver en GitHub↗

    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
    Ver en GitHub↗12,734
  • apache/openwhiskAvatar de apache

    apache/openwhisk

    6,779Ver en GitHub↗

    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
    Ver en GitHub↗6,779
  1. Home
  2. Software Engineering & Architecture
  3. Multi-Instance Bindings

Explorar subetiquetas

  • 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.