Eli Mesika has posted comments on this change. Change subject: core: Introduce CDI for Commands dependencies ......................................................................
Patch Set 11: Code-Review+1 (2 comments) .................................................... Commit Message Line 16: at all since paramater object can't be injected?) Line 17: Line 18: To inject dependecies into Command object I hooked into the Line 19: CommandFactory and used welds Line 20: framework to create an InjectionTarget on the Command type, and then in in=>it Line 21: could be injected - look at InjectionHelper Line 22: Line 23: next, I used prtoducer methods to signal the weld framework where it Line 24: should get the instances from, namely which factory method Line 41: Line 42: * more injected dependencies are also in progress: Line 43: Config - will extract a Config interface from the Line 44: current one Line 45: DAOs - as Yair commented its better the injecting the the=>to Line 46: DbFacade instead Line 47: Line 48: * more managed beans to support Line 49: VDS broker commands -- To view, visit http://gerrit.ovirt.org/5575 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I7f604ff91847b698efe84a09f724ba0492a672c1 Gerrit-PatchSet: 11 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roy Golan <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Asaf Shakarchi <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Liran Zelkha <[email protected]> Gerrit-Reviewer: Liron Ar <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Mike Kolesnik <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Ravi Nori <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: Sergey Gotliv <[email protected]> Gerrit-Reviewer: Tal Nisan <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: mooli tayer <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
