Sie können die Kategorien in den zugehörigen Dateien in Ihrer Anwendung anpassen und wiederverwenden.
For descriptions of those categories, see the following table.
| Kategorie | Ordner | Datei | Beschreibung |
|---|---|---|---|
| In nahezu allen Fällen anzupassen | EGLSource/libraries | LDAPInitLib.egl | Library containing variables and functions that are used to bind to the LDAP-compliant server or are used in the subsequent redirection |
| UserObjectLib.egl | Library containing variables and functions that are related to the user object | ||
| Keine Anpassung erforderlich | EGLSource/com/ibm/egl/ldap | LdapExternalTypes.egl | Gruppe externer Typen, die auf JNDI-LDAP-Klassen basieren (JNDI - Set of external types that are based on Java™ Naming and Directory Interface) |
| EGLSource/com/ibm/egl/ldap | LdapLib.egl | Bibliotheksfunktionen, die Variablen auf der Basis von externen Typen deklarieren und die auf einen LDAP-kompatiblen Server zugreifen | |
| Für Beispielverarbeitung eingefügt | WebContent/sample | welcome.jsp | Faces-JSP-Seite, die Benutzer fragt, ob sie Daten anzeigen oder aktualisieren möchten |
| EGLSource/jsfhandlers | Welcome.egl | EGL page handler for the Faces JSP page that asks users if they want to display or update data | |
| WebContent/sample | customerData.jsp | Faces-JSP-Seite, die Kundendaten anzeigt | |
| EGLSource/jsfhandlers | CustomerData.egl | JSF handler for the JSP page that displays customer data | |
| WebContent/sample | updateCustomerData.jsp | Faces-JSP-Seite für die Aktualisierung von Kundendaten | |
| EGLSource/jsfhandlers | UpdateCustomerData.egl | JSF handler for the JSP page for updating customer data | |
| WebContent/sample | employeeData.jsp | Faces-JSP-Seite, die Mitarbeiterdaten anzeigt | |
| EGLSource/jsfhandlers | EmployeeData.egl | JSF handler for the JSP page that displays employee data | |
| WebContent/sample | updateEmployeeData.jsp | Faces-JSP-Seite für die Aktualisierung von Mitarbeiterdaten | |
| EGLSource/jsfhandlers | UpdateEmployeeData.egl | JSF handler for the JSP page four updating employee data |