Timeline for mvc pattern - splitting model into data-access and business logic layers
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 4, 2013 at 13:00 | history | migrated | from stackoverflow.com (revisions) | ||
| Jun 3, 2013 at 12:28 | comment | added | duffymo | The wording of the original suggested that it meant no package dependency whatsoever. I agree - the service package should have a dependence on the persistence package, using only the interface. The persistence package should have no dependence on the service package. No circular dependencies. | |
| Jun 3, 2013 at 12:24 | comment | added | L-Four | Your business layer should not known about data layer implementation, only its interface. Business layer does not have any references and is completely independent. But maybe that's what you meant to say. | |
| Jun 3, 2013 at 12:12 | history | answered | duffymo | CC BY-SA 3.0 |