Context: I have a set of View/Presenters and I've noticed that for complex views I get some performance issues at the time of the InitializeComponent()
call
Is there any way to instruct the spring container to pre-instantiate objects scoped as prototype
? Something similar to a queue with the objects ready when the application requests them?