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

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -