python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
In Spring4D how to ResolveAll IFactory, supplying an argument from the container?
I would like to call GlobalContainer.ResolveAll<IFactory<TBob,IItem>> to return me an array of IFactories which when supplied with a TBob with return me an IItem.
I have the IItems registe...
Richard Shuck
Votes: 0
Answers: 1
Spring4D should not call inherited constructor if not all parameters can be resolved
We use the dependency injection framework from Spring4D and have an issue with the way it constructs objects if it cannot resolve all constructor parameters. In our case all parameters of the construc...
Laurens
Votes: 0
Answers: 1
Spring4D Container Interception a-la Aspect Oriented Programming (AOP)
Goals:
In the Delphi programming language.
An aspect that intercepts all virtual methods.
A class whose constructor requires arguments.
A Dependency Injection (DI) container that BOTH
Creates an ins...
Matthew McAndrews
Votes: 0
Answers: 1
How to use lazy initialization together with DIContainer in Spring4D
I'm new to Spring4D and trying to understand how to combine DIContainers with lazy loaded objects. I think i get the concept of pushing all the creation of the objects back in the callstack to the roo...
user2663901
Votes: 0
Answers: 2