2 रिपॉजिटरी
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.
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.
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.