Group: Forum Members
Posts: 20,
Visits: 40
|
Does SF implement proper layered separation of concerns (SoC), such as the presentation (PLL), business (BLL), and data layers (DAL)?
Additionally, does the BLL use a Domain Model pattern with a separate Repository pattern for mapping entities to data access operations?
Also, does the PLL use an SoC pattern, such as MVC, MVP, or PM?
And finally, can I use dependency injection?
Thanks.
|