What Is Data Façade? Who is it for? Download Data Façade Architecture Data Façade in Action User guide Tutorial F.A.Q Blog Contact Us |
TutorialCreating a small Web Data Façade for existing database structure
This exercise demonstrates how to create a Web Data Façade to expose an existing mini database designed to maintain contact information and the contact history of entities interacting with a company. This application will be provide a web interface to "Create", "Read", "Update", "Delete" (Acronymmed "CRUD") and search capability of Contacts. Also it’ll provide a way to manage contact history for each contact, which will include to add a new contact event, update existing contact event and so on. Additionally, to demonstrate lookup capabilities and Tree Views, for each contact events, you will be able to assign a "Contact reason", which is picked from a separate table maintained via another page. Please download the Tutorial here. |