home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Help / del5dap.toc (.txt) < prev    next >
Microsoft Windows Help File Content  |  1999-08-11  |  9KB  |  152 lines

  1. :Base del5DAP.hlp>main
  2. :Title Developing Internet Applications
  3. 1 Writing Distributed Applications
  4. 2 Creating Internet server applications
  5. 3 Creating Internet server applications: Overview=WServerCreatingInternetServerApplications
  6. 3 Terminology and standards
  7. 4 Terminology and standards=WServerTerminologyAndStandards
  8. 4 Parts of a Uniform Resource Locator=WServerPartsOfAUniformResourceLocator
  9. 4 HTTP request header information=WServerHTTPRequestHeaderInformation
  10. 3 HTTP server activity
  11. 4 HTTP server activity=WServerHTTPServerActivity
  12. 4 Composing client requests=WServerComposingClientRequests
  13. 4 Serving client requests=WServerServingClientRequests
  14. 4 Responding to client requests=WServerRespondingToClientRequests
  15. 3 Web server applications
  16. 4 Web server applications=WServerWebServerApplications
  17. 4 Types of Web server applications=WServerTypesOfWebServerApplications
  18. 4 Creating Web server applications=WServerCreatingWebserverapplications
  19. 4 The Web module=WServerTheWebModule
  20. 4 The Web Application object=WServerTheWebApplicationObject
  21. 3 The structure of a Web server application
  22. 4 The structure of a Web server application=WServerTheStructureOfAWebServerApplication
  23. 4 The Web dispatcher
  24. 5 The Web dispatcher=WServerTheWebDispatcher
  25. 5 Adding actions to the dispatcher=WServerAddingActionsToTheDispatcher
  26. 5 Dispatching request messages=WServerDispatchingRequestMessages
  27. 4 Action items
  28. 5 Action items=WServerActionItems
  29. 5 Determining when action items fire=WServerDeterminingWhenActionItemsFire
  30. 5 The target URL=WServerTheTargetURL
  31. 5 The request method type=WServerTheRequestMethodType
  32. 5 Enabling and disabling action items=WServerEnablingAndDisablingActionItems
  33. 5 Choosing a default action item=WServerChoosingADefaultActionItem
  34. 5 Responding to request messages with action items=WServerRespondingToRequestMessagesWithActionItems
  35. 4 Accessing client request information
  36. 5 Accessing client request information=WServerAccessingClientRequestInformation
  37. 5 Properties that contain request header information=WServerPropertiesThatContainRequestHeaderInformation
  38. 5 Properties that identify the target=WServerPropertiesThatIdentifyTheTarget
  39. 5 Properties that describe the Web client=WServerPropertiesThatDescribeTheWebClient
  40. 5 Properties that identify the purpose of the request=WServerPropertiesThatIdentifyThePurposeOfTheRequest
  41. 5 Properties that describe the expected response=WServerPropertiesThatDescribeTheExpectedResponse
  42. 5 Properties that describe the content=WServerPropertiesThatDescribeTheContent
  43. 5 The content of HTTP request messages=WServerTheContentOfHTTPRequestMessages
  44. 4 Creating HTTP response messages
  45. 5 Creating HTTP response messages=WServerCreatingHTTPResponseMessages
  46. 5 Filling in the response header=WServerFillingInTheResponseHeader
  47. 5 Indicating the response status=WServerIndicatingTheResponseStatus
  48. 5 Indicating the need for client action=WServerIndicatingTheNeedForClientAction
  49. 5 Describing the server application=WServerDescribingTheServerApplication
  50. 5 Describing the content=WServerDescribingTheContent
  51. 5 Setting the response content=WServerSettingTheResponseContent
  52. 5 Sending the response=WServerSendingTheResponse
  53. 3 Generating the content of response messages
  54. 4 Generating the content of response messages=WServerGeneratingTheContentOfResponseMessages
  55. 4 Using page producer components=WServerUsingPageProducerComponents
  56. 4 HTML templates=WServerHTMLTemplates
  57. 4 Using predefined HTML-transparent tag names=WServerUsingPredefinedHTMLTransparentTagNames
  58. 4 Specifying the HTML template=WServerSpecifyingTheHTMLTemplate
  59. 4 Converting HTML-transparent tags=WServerConvertingHTMLTransparentTags
  60. 4 Using page producers from an action item=WServerUsingPageProducersFromAnActionItem
  61. 4 Chaining page producers together=WServerChainingPageProducersTogether
  62. 4 Using database information in responses
  63. 5 Using database information in responses=WServerUsingDatabaseInformationInResponses
  64. 5 Adding a session to the Web module=WServerAddingASessionToTheWebModule
  65. 5 Representing a dataset in HTML=WServerRepresentingADatasetInHTML
  66. 5 Using dataset page producers=WServerUsingDataSetPageProducers
  67. 5 Using table producers=WServerUsingdatasetTableProducers
  68. 5 Specifying the table attributes=WServerSpecifyingTheTableAttributes
  69. 5 Specifying the row attributes=WServerSpecifyingTheRowAttributes
  70. 5 Specifying the columns=WServerSpecifyingTheColumns
  71. 5 Embedding tables in HTML documents=WServerEmbeddingTablesInHTMLDocuments
  72. 5 Using TDataSetTableProducer=WServerUsingTDataSetTableProducer
  73. 5 Using TQueryTableProducer=WServerUsingTQueryTableProducer
  74. 3 Debugging server appliations
  75. 4 Debugging server applications=WServerDebuggingServerApplications
  76. 4 Debugging ISAPI and NSAPI applications=WServerDebuggingISAPIandNSAPIApplications
  77. 4 Debugging with a Microsoft IIS server=WServerDebuggingWithAMicrosoftIISServer
  78. 4 Debugging with a Windows 95 Personal Web Server=WServerDebuggingWithAWindows95PersonalWebServer
  79. 4 Debugging with Netscape Server Version 2.0=WServerDebuggingWithNetscapeServerVersion2.0
  80. 4 Debugging CGI and Win-CGI applications=WServerDebuggingCGIandWINCGIApplications
  81. 2 Working with sockets
  82. 3 Working with sockets=WSocketWorkingWithSockets
  83. 3 Implementing services
  84. 4 Implementing services=WSocketImplementingServices
  85. 4 Service protocols=WSocketUnderstandingServiceProtocols
  86. 3 Services and ports=WSocketServicesAndPorts
  87. 3 Types of socket connections
  88. 4 Types of socket connections=WSocketTypesOfSocketConnections
  89. 4 Client connections=WSocketClientConnections
  90. 4 Listening connections=WSocketListeningConnections
  91. 4 Server connections=WSocketServerConnections
  92. 3 Describing sockets
  93. 4 Describing sockets=WSocketDescribingSockets
  94. 4 Describing the host=WSocketDescribingTheHost
  95. 4 Using ports=WSocketUsingPorts
  96. 3 Using socket components
  97. 4 Using socket components=WSocketUsingSocketComponents
  98. 4 Using client sockets
  99. 5 Using client sockets=WSocketUsingClientSockets
  100. 5 Specifying the desired server=WSocketSpecifyingTheDesiredServer
  101. 5 Forming the connection=WSocketFormingTheConnection
  102. 5 Getting information about the connection=WSocketGettingInformationAboutTheConnection
  103. 5 Closing the connection=WSocketClosingTheConnection
  104. 4 Using server sockets
  105. 5 Using server sockets=WSocketUsingServerSockets
  106. 5 Specifying the desired server=WSocketSpecifyingThePort
  107. 5 Listening for client requests=WSocketListeningForClientRequests
  108. 5 Connecting to clients=WSocketConnectingToClients
  109. 5 Getting information about connections=WSocketGettingInformationAboutConnections
  110. 5 Closing server connections=WSocketClosingServerConnections
  111. 3 Responding to socket events
  112. 4 Responding to socket events=WSocketRespondingToSocketEvents
  113. 4 Error events=WSocketErrorEvents
  114. 4 Client events=WSocketClientEvents
  115. 4 Server events=WSocketServerEvents
  116. 3 Reading and writing over socket connections
  117. 4 Reading and writing over socket connections=WSocketReadingAndWritingOverSocketConnections
  118. 4 Non-blocking connections=WSocketNonBlockingConnections
  119. 4 Reading and writing events=WSocketReadingAndWritingEvents
  120. 4 Blocking connections=WSocketBlockingConnections
  121. 4 Using threads with blocking connections=WSocketUsingThreadsWithBlockingConnections
  122. 4 Using TWinSocketStream=WSocketUsingTWinSocketStream
  123. 4 Writing client threads=WSocketWritingClientThreads
  124. 4 Writing server threads=WSocketWritingServerThreads
  125. 2 Writing CORBA applications
  126. 3 Writing CORBA applications=CorbaWritingCORBAApplications
  127. 3 Overview of a CORBA application=CorbaOverviewOfACorbaApplication
  128. 3 Understanding stubs and skeletons=CorbaUnderstandingStubsAndSkeletons
  129. 3 Using Smart Agents=CorbaUsingSmartAgents
  130. 3 Activating server applications=CorbaActivatingServerApplications
  131. 3 Binding interface calls dynamically=CorbaBindingInterfaceCallsDynamically
  132. 3 Writing CORBA servers=CorbaWritingCORBAServers
  133. 3 Defining object interfaces=CorbaDefiningObjectInterfaces
  134. 3 Automatically generated code=CorbaTheStructureOfACORBAServerApplication
  135. 3 Registering server interfaces=CorbaRegisteringServerInterfaces
  136. 3 Registering interfaces with the Interface Repository=CorbaRegisteringInterfacesWithTheInterfaceRepository
  137. 3 Registering interfaces with the Object Activation Daemon=CorbaRegisteringInterfacesWithTheObjectActivationDaemon
  138. 3 Writing CORBA clients=CorbaWritingCORBAClients
  139. 3 Using stubs=CorbaUsingStubs
  140. 3 Using the dynamic invocation interface=CorbaUsingTheDynamicInvocationInterface
  141. 3 Obtaining the interface=CorbaObtainingTheInterface
  142. 3 Calling interfaces with DII=CorbaCallingInterfacesWithDII
  143. 3 Customizing CORBA applications=CorbaCustomizingCORBAapplications
  144. 3 Displaying objects in the user interface=CorbaDisplayingObjectsInTheUserInterface
  145. 3 Exposing and hiding CORBA objects=CorbaExposingAndHidingCORBAObjects
  146. 3 Passing client information to server objects=CorbaPassingClientInformationToServerObjects
  147. 3 Deploying CORBA applications=CorbaDeployingCorbaApplications
  148. 3 Configuring Smart Agents=CorbaConfiguringSmartAgents
  149. 3 Starting the Smart Agent=CorbaStartingTheSmartAgent
  150. 3 Configuring ORB domains=CorbaConfiguringORBDomains
  151. 3 Connecting Smart Agents on different local networks=CorbaConnectingSmartAgentsOnDifferentLocalNetworks
  152.