Hi,

   I have some custom objects which I can't bind with any of the available
data binding providers! I'm trying to implement DataBinding which is
straight forward. But I still confused about how runtime works, do i have to
register my custom data binding with each factory like below, or there is a
way to register global binding provider which can create
MyCustomDataBinding?

factory.getServiceFactory().setDataBinding(new MyCustomDataBinding());

Best regards,
Mina R Waheeb

Reply via email to