Introducing EGL
In this tutorial, you will learn how to build a simple dynamic web site using EGL. This site has two pages: one to display a list of records in a database and another to allow users to change the data from one of those records.
Learning objectives
In this tutorial, you learn how to complete these tasks:- Create and configure an EGL project
- Create EGL source code that accesses a data source
- Create two simple web pages that access data in a relational database
- Pass a parameter from one web page to another
- Test an application on a web application server