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.
Create a hello world program with EGL
In this tutorial, you will learn how to write and
run your first EGL program. Although the program you create will not be powerful
or complex, it will demonstrate how an EGL program works.
Create a hello world service with EGL
In this tutorial, you will learn how to build a
simple web service with EGL. Then, you will create a client that uses this
service.
Create a mortgage application with EGL Rich UI
Create a Rich UI application so that the
user can do the following tasks: calculate monthly mortgage payments,
given a loan amount and interest rate; display a pie chart that tells
the interest and principal for the life of the mortgage; retrieve
any of the payment calculations that were provided earlier to the
same user; and display a map of the mortgage lenders who have offices
in one or another U.S. zip code.
Access a database with EGL Rich UI
In this tutorial, you create a Rich UI application so that
the user can access rows in an SQL database.