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 libraries and put each ZIP file in a folder, let's say C:\DelphiBook\Libs
.
To download the DelphiMVCFramework (DMVCFramework for short), go to the project website and download the development trunk using a subversion client. There are a lot of subversion...