Table of Contents Previous Section
Enterprise Objects
So far, you've seen the components of an application that Enterprise Objects Framework provides. The component of an application that the Framework doesn't provide-the part that you write-is your application's business logic. Typically you code the bulk of this business logic in enterprise object classes.
- It has properties that map to stored or persistent data; an enterprise object instance typically corresponds to a single row or record in a database.
- It knows how to interact with other parts of the Framework to give and receive values for its properties.
To find out more about writing enterprise object classes, see the chapter "Designing Enterprise Objects".
Table of Contents Next Section