Hi everyone,
 
    I want to know how I can assemble configurations across multiple 
modules.


For example I have a database setup. And other modules should be able to 
contribute configuration information like adding entity classes. Therefore 
before
the object is build, other modules must have add information to the given 
object.

In the end this means a two phase initialization mechanism. I have a 
configuration
object that collects (or get all necessary information) to be added and 
this object
gets injected into the build method of the database manager.

The question here is how to achieve it.

One Idea would be the multi-binding creating a list(?) or set.


Cheers,

Martin (Kersten),
Germany

-- 
You received this message because you are subscribed to the Google Groups 
"google-guice" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-guice.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to