Tomie
04-01-2006, 06:50 AM
Hello,
Could someone please describe the difference between data access objects and business objects within an application environment to me please?
Thank you for any help.
sirpelidor
04-01-2006, 12:46 PM
Hi,
"Data AAccess Objects" often time refers to objects at the 3rd tier. Their objective is to connect to the data source, which can be database engine like sql, file type doc like xml...etc
"Businss (logic) objects are refers to objects that handle logics at the 2-tier. Their objective is to process information you recieved from the first tier. Do the nesscary process to ensure certain logic (policy) applied. Then pass the value to 3-tier and write to the database...etc
They are all objects with diff objective.