architecture - Can I call from one domain BL to another domain DAL? -


in soa, can call 1 domain business component domain dal? or should go through second component's bc?

always go through second bc. if services start sharing databases have coupling trying rid of doing soa in first place. people overlook database coupling when designing services. know it's tempting take short cut sometimes, need strict about.


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -