Physically separate the layers of business and presentationPhysically separate the layers of business and presentation
Old forum URL: forums.lhotka.net/forums/t/6776.aspx
joeg posted on Saturday, April 11, 2009
I discovered csla.net framework and I feel very good. I'm starting to develop a corporate web application and I believe that this framework could help me a lot. However, I doubt that anyone would help me solve:
I read that a philosophy of the framework is to use movible business objects. These objects belong to the business layer are used in the presentation layer to facilitate the creation of the user interface so as to obtain a better experience. My concern is What considerations should I take when designing business object for not having a strong interaction (fine-grained) between the presentation tier and business and incurring performance issues(data access object interactions and business logic server-side)
thanksajj3085 replied on Sunday, April 12, 2009
Well, in a web application, that already is done. The presentation layer is the client browser and the business layer runs on the web server.Copyright (c) Marimer LLC