September 2004
Intermediate to advanced
1008 pages
22h 25m
English
IN THIS CHAPTER
Now that you understand the basic structure behind a Web application, it's time to set one up. If you have a lot of experience with Web design, you know that running a development Web server is crucial to success. Having a development Web server running on your own machine means that you can test your designs before posting them to a live environment.
If your experience in this field has been limited, don't worry; it's not that scary.
A Web application requires two major components to run properly:
A Web server
An application server
The Web server responds to all requests that are made of it by ...
Read now
Unlock full access