I'm from a PHP background. All I know is that
- web server handles the http request
- PHP interpreter that is embedded into web server compiles the PHP script
- The result of above will be HTML, which is returned to client again by the webserver.
Now, I don't understand one thing. what is application server? What is the difference between webserver & application server. Any popular example of its role?
and what are What are Rich Internet Applications? From my understanding its just a fancy name for web applications like google docs. Am I right?
Some one please explain with examples.