Book Image

Delphi Cookbook

By : Daniele Teti
Book Image

Delphi Cookbook

By: Daniele Teti

Overview of this book

Table of Contents (14 chapters)
Delphi Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 5. Putting Delphi on the Server

In this chapter, we will cover the following recipes:

  • Web client JavaScript application with WebBroker on the server

  • Converting a console service application to a Windows service

  • Serializing a dataset to JSON and back

  • Serializing objects to JSON and back using RTTI

  • Sending a POST HTTP request encoding parameters

  • Implementing a RESTful interface using WebBroker

  • Controlling remote applications using UDP

  • Using App Tethering to create a companion app

  • Creating DataSnap Apache modules