I wish to refactor a big project with a small number of interfaces (services) and a big number of different implementation of the same interface. This is my first try with hivemind and all this work has to serve as a proof of concept on how i actually understand it and i'm able to take advantage from it.
So my question is: do you think is better to produce a lot of small jar modules, said one per implementation or almost one per implementation which expose the same interface with different ids or have one big jar module with all in its belly ? How can i enforce the security to have different ids on the different implementations of the same interface if that are separate jar ? Develpoment policy ? Thanks for any hints. Ciao -- Massimo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
