| Sample | Type | Key Concept | Description |
|---|---|---|---|
| Introducing EGL | Tutorial | JSF | Create an EGL project that has 2 simple JSF pages that access data in a relational database. Pass a parameter from one page to another. Test the application on a Web application server. |
| Hello World program | Tutorial | JSF | Create a simple EGL project and add source code to the project to say Hello! |
| Hello World service | Tutorial | JSF, Web service | Create an EGL project that contains a Web service from a WSDL file and run it on WebSphere Application Server. |
| EGL Rich UI sample | Sample | Rich UI | Small set of samples with Layout (Hello world with name entry and button), Events, Validation (simple form and completion page), SOAP Web service plus gallery shows InfoBus for nav, History for handling browser Back and Next buttons. |
| EGL access to LDAP | Samples | JSF, LDAP | Shows a login page as a JSF application. If you type a user name and password that match those stored in the LDAP-compliant server, a JSF handler retrieves the related data from the server; stores the data in a "user object" (an EGL basic record); assigns the user object to the J2EE session; and uses the data to direct processing. |
| NEW! Rich UI access to LDAP | Sample (see Help>Samples>Technology Samples>EGL) | Rich UI, LDAP | Shows a login page as a Rich UI application. If you type a user name and password that match those stored in the LDAP-compliant server, a Rich UI handler retrieves the related data from the server and displays it in Rich UI view. |
| Shopping Cart | Sample | JSF, DB access | Includes the ability to search through items available for sale, add items to the cart, place an order, get driving directions, and so on. Uses WebSphere Application Server and Derby. |
| Hello World application | First Steps cheat sheet | JSF | Two JSF pages that forward data between each other. |
| EGL Web service client | First Steps cheat sheet | JSF | Import WSDL, create EGL Interface part and Web client binding, add JSF code. |
| EGL Web service | First Steps cheat sheet | JSF | Create EGL service part. |
| EGL data access from a data base | First Steps cheat sheet | DB access | Uses EGL Data access application wizard. |
| EGL data access from UML model | First Steps cheat sheet | DB access | Import UML model and create transformation parameters. |
| EGL Text User Interface | Sample (see Help>Samples>Technology samples>EGL) | Text UI | Shows how to maintain an Employee table in a DB2 sample database using Text UI. |
There are no comments on this document
