This is a discussion on business logic in three-tier architecture within the PHP Programming forums, part of the Web Development category; In a three-tier architecture, business logic is any code that is not specifically related to storing and retrieving data (...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| In a three-tier architecture, business logic is any code that is not specifically related to storing and retrieving data (that's "data storage code"), or to formatting data for display to the user (that's "presentation logic"). It makes sense, for many reasons, to store this business logic in separate objects; the middle tier comprises these objects. However, the divisions between the three layers are often blurry, and business logic is more of an ideal than a reality in most programs. The main point of the term is, you want somewhere to store the logic and "business rules" (another buzzword) of your application, while keeping the division between tiers clear and clean.
__________________ With, J. Jeyaseelan Everything Possible |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Two tier, three tier or multi tier | vigneshgets | Software Testing | 0 | 01-15-2008 09:53 PM |
| What are DRM and its Functional Architecture? | H2o | Other Web Programming Languages | 0 | 07-18-2007 01:02 AM |
| Oracle Single -Tier and Multi-Tier Architecture | Murali | Database Support | 0 | 07-16-2007 04:50 AM |
| MYSQL Single-Tier and Multi-Tier Architecture | Murali | Database Support | 0 | 07-16-2007 03:51 AM |
| Understanding the Three-Tier Architecture | Jeyaseelansarc | Other Web Programming Languages | 0 | 05-18-2007 05:38 AM |