3
votes
6answers
130 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 …
1
vote
4answers
122 views
Multi-tier applications with PHP?
Hi all,
I am relatively new to PHP, but experienced Java programmer in complex enterprise environments with SOA architecture and multitier applications. There, we'd normally imple …
3
votes
3answers
189 views
WinForm fat client: Architecture decisions: Did I make the wrong ones?
I have a .NET Winform Click-Once-deployed fat client that talks to three databases, 2 SQL Server databases and a Oracle one.
The first SQL Server database, I will call the Master. …
1
vote
2answers
220 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:
Fro …
2
votes
3answers
183 views
How to provide a Session/Host object for use in both a windows and web application?
I have a web application that makes heavy use of the Session state to store information about the current user, their personal settings, record their session history and so on.
I …
4
votes
6answers
315 views
What’s the common way for OOP Pattern design (Data Access)
Hi,
Originally there was the DAL object which my BO's called for info and then passed to UI. Then I started noticing reduced code in UI and there were Controller classes. What's th …
