This is the end of the tutorial Create a hello world
service with EGL.
The service you created and used in this tutorial was not
powerful or complex, but it demonstrates how service-oriented architecture
can separate your applications into modular, flexible pieces.
Lessons learned
By completing this tutorial,
you learned how to do the following tasks:
- Create and configure an EGL project
- Create a web service with EGL
- Configure an EGL project to act as a service or as a client at
run time
- Create a web page controlled by EGL
- Test an application on a web application server
You may want to continue learning by working with the tutorial
application. Try adding additional functionality on your own. If you
have done any other EGL tutorials, you could try putting the logic
from those tutorials into a service, or you could try adding additional
functions to your existing service.