Component-based Scalable Logical Architecture: Difference between revisions

Content deleted Content added
Undid revision 206200459 by 203.11.131.82 (talk)
Line 4:
 
===Smart data===
A business object encapsulatesencapsulate 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===