A two-way interaction in a client/server environment, in which the user interface is stored in the client and the data are stored in the server. The application logic can be in either the client or ...
I'm trying to get a mental handle on the 3 tiered DB app (DB-back end, Mid-tier, Web Server-Front end) and when it should be used in place of a smaller scale 2-tiered web app (DB-Backend, Web-Front ...