This question bothers me for some time now (I hope I\'m not the only one). I want to take a typical 3-tier Java EE app and see how it possibly can look like implemented with actors. I would like to fi
I have an ASP.NET MVC 2 application with some complex business rules and I\'m trying to decide where to pu开发者_运维技巧t specific logic.
I am contemplating about using an MVC pattern in my new project and I can clearly see the main advantage of being able to put the data layer (the model) a little closer to the presentation layer (the
I have some questions about three tier architecture. how to implement an application in three tier architecture correctly?
I\'m building a MVC web app that consist of 3 projects. One for the GUI, one for the BusinessLogic and one for the Data access.
My professor said, that adding multiple layers in the BLL, will make the 3-tier an n-tier architecture.
Scenario: I have a scenario with a Presentation layer (ASP.NET), Busi开发者_Go百科ness Logic Layer (dll) and Data Layer(dll) in the latter there is a LinqTOSQL DataContext file (dbml) which holds tabl
Given: You have an architecture with the layers presentation, business and data. You are applying domain-driven design.
As continuation to my previous question, (see h开发者_C百科ttps://stackoverflow.com/questions/3737848/creating-a-loosely-coupled-scalable-software-architecture
I have this layers in my application: Entities Database(with Entities reference) Business(with database and Entities references)