Web client JavaScript application with WebBroker on the server

In this recipe, we'll learn how to use web client JavaScript application with WebBroker on the server. We'll also look at retrieving the people's list, creating or updating a person's record, deleting a person's record, and running the application.

Getting ready

This recipe uses two external open source projects:

  • DelphiMVCFramework: This is a powerful Delphi framework to develop RESTful web services. This is written by Daniele Teti (me). The project website is https://code.google.com/p/delphimvcframework/.
  • jTable: This is a jQuery plugin to create Ajax-based CRUD tables. This is written by Halil İbrahim Kalkan. The project website is http://jtable.org/.

We'll start by downloading these ...

Get Delphi Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.