Business Layer, Data Access Layer. Is there any resource to learn how to make relation between Business layer classes with Data Access layer classes?
views:
93answers:
2thanks a lot ....
odiseh
2009-07-19 04:29:29
+1
A:
I've written here a post on stackoverflow which might also help you in getting the idea. That's basically the approach we're adopting in the .Net world.
A must have, if you really want to do it the "right" way is to look into dependency injection frameworks:
- .Net: Unity (MS Enterprise Library), Spring.net
- Java: Spring Framework
These are some popular once.
Edit:
This might as well help you.
Juri
2009-09-05 13:16:43