< Previous | Next >

Summary

This is the end of the Introducing EGL tutorial.

Lessons learned

By completing this tutorial, you learned how to do the following tasks:
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.
< Previous | Next >

Feedback