Kobi Ianko has posted comments on this change.

Change subject: engine: Decouple PolicyUnits from DbFacade using the new 
interface
......................................................................


Patch Set 2:

We can also consider dynamic class loading:
if(octoPlanner) {
 dbInterface = classLoader.loadClass("com.redhat.RestImpl");
} else {
 dbInterface = classLoader.loadClass("com.redhat.DBFacadeImpl");
}

or it will be really impressive if you will use CDI Alternatives: 
http://docs.oracle.com/javaee/6/tutorial/doc/gjsdf.html

-- 
To view, visit http://gerrit.ovirt.org/26200
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I0ff1879dad4205e9754d5ae4a3dab218abdcdbb0
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Sivák <[email protected]>
Gerrit-Reviewer: Doron Fediuck <[email protected]>
Gerrit-Reviewer: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Kobi Ianko <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: No
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to