Open the recipe project PhoneBookServer.dproj from this chapter's recipe folder. This is a WebBroker project. WebBroker is a technology that's been available since Delphi 4 to help create web server applications by exposing an HTTP/HTTPS interface. More information about WebBroker can be found at the following URLs:
- http://docwiki.embarcadero.com/RADStudio/en/Creating_Internet_server_applications_Index
- http://docwiki.embarcadero.com/RADStudio/en/Using_Web_Broker_Index
In this recipe, we'll see a simple CRUD for an InterBase database table. Here's the final application running in a browser: