4GL JSP pages integrate EAServer components in several ways, by:
Binding controls to the properties of an EAServer component to incorporate data returned from the EAServer component
For information about binding controls to the property of an EAServer component, see “Binding controls to properties of EAServer components”.
Writing a server script that directly accesses an EAServer component
You can drag an EAServer component or a method on an EAServer component directly from the System Tree to a server script. For more information about adding EAServer methods to a page, see “Writing scripts to access EAServer components”.
Writing a server script that manipulates a variable representing an EAServer component. For more information about working with variables that represent EAServer components, see “Making properties of EAServer components available for binding” and “Writing scripts to access EAServer components”.