Hi I'm using dicpp which is similar to Guice. The question is a general dependency injection question.
I have a system where I have nLayers::nProcesorModules::nParameters::nProcessorModules... Where there may be any number of layers and every layer has any number of processor modules, each processor module implementation has some number of parameters depending on what the implementation is (binding), and each of those parameters can have any number of processors with parameters and so forth. Lets say I have two nProcessors using the same implmentation-ProcessA, on the same layer separated by four other nProcessors. The implementation of the ProcessA takes takes many settings for all its parameters and those settings are stored in the database and are specific to each of the two instance of ProcessA. I am new to these techniques and am having a little trouble understanding how a fully modular system can interact with a database in an dependency injection setup. The database stores hundreds of thousands to millions of values created in the very nested digraph. Any thoughts? -- You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
