RAD Studio
ContentsIndex
PreviousUpNext
Creating Web Server Applications with WebSnap

If you look at the source code for WebSnap, you will discover that WebSnap comprises hundreds of objects. In fact, WebSnap is so rich in objects and features that you could spend a long time studying its architecture in detail before understanding it completely. Fortunately, you really don't need to understand the whole WebSnap system before you start developing your server application. 

Here you will learn more about how WebSnap works by creating a new Web server application.

To create a new Web server application using the WebSnap architecture:

  1. Choose FileNewOther, and select the WebSnap folder from Delphi Projects.
  2. In the right pane of the New Items window choose WebSnap Application. A dialog box appears (as shown below)
  3. Specify the correct server type.
  4. Use the components button to specify application module components.
  5. Use the Page Options button to select application module options.
For further information about adding application module components, see Specifying Application Module Components.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!