On 05/21/2010 05:44 AM, Andy Brown wrote: > And going C/S helps, how? Hi, Andy,
Using a web browser means you already are using client-server architecture -- minus the ability to keep a stateful connection due to the inherent statelessness of HTTP, the protocol used to connect to the web server. Please (re-)read material about how a web browser works and what HTTP is. Words to look for: http request, http response, stateless So if you are talking about browser apps or apps that run inside of a web browser, then you are already talking about at least one layer of client-server architecture, probably more. /Lars --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
