Tagged Questions
4
votes
7answers
546 views
Multi-Tier in PHP..the right way?
I have a specific question, that could use a general answer... When building Multi-Tier applications in PHP, does everything have to be done in the Business Logic layer, or can any layer do work... ...
1
vote
2answers
1k views
MVC application. How does mult-tier architecture fit in?
I am new to the concept of MVC and multi-tiered web architecture. I developing a PHP application and am using one of the available MVC frameworks. My question is as follows:
From what I understand, ...
0
votes
2answers
74 views
Java EE architecture and pattern [closed]
I'm developing a web application for a university project and it has been told to us to use Java EE and to provide documentation. I'm having trouble understanding how to fit the MVC pattern in the ...
0
votes
1answer
27 views
Whats the difference between Entities, Business Objects, Data Transfer Objects and Business Model Objects?
Not able to get a clear distinction between these concepts that are used very often in multi-layered architecture.