This is the end of the Introducing EGL tutorial.
Lessons learned
By completing this tutorial,
you learned how to do the following tasks:
- Create EGL source code
- Create two simple web pages that access data in a relational database
- Pass a parameter from one web page to another
- Configure a web application server test environment and run an
application on that test environment
You can continue learning by working with the tutorial application.
Try adding this functionality on your own:
- Add a button to the updatecustomer.jsp page that deletes the customer
record. You will need to add a button to the web page and then bind
that button to a function in the JSF handler that calls the deleteCustomer function.
- Add a button to the allcustomers.jsp page that creates a new customer
record. You will need to create a new web page similar to the updatecustomer.jsp
page that uses the createCustomer function.