Component-based Scalable Logical Architecture: Difference between revisions

Content deleted Content added
No edit summary
m Smart data: Spelling mistake.
Line 8:
==Features of CSLA==
===Smart data===
A business object encapsulateencapsulates all the data and behavior (including persistence logic) associated with the object it represents. For example, an order object will be the only part of the program to load an order, obtain or assign the order's member data (order numbers, etc...), save the order, and so on.
 
===Typed Collections===