EGL Reference Guide for iSeries
The EGL-generated Java wrapper is a set of classes that let you invoke an
EGL-generated program from non-EGL-generated Java code; for example, from
an action class in a Struts- or JSF-based J2EE web application or from a
non-J2EE Java program. The Java-to-EGL integration task is as
follows:
- Generate Java wrapper classes, which are specific to a generated program
- Incorporate those wrapper classes into the non-generated Java code
- From the non-generated Java code, invoke the wrapper-class methods to make
the actual call and to convert data between these two formats:
- The data-type formats used by Java
- The primitive-type formats required when passing data to and from the
EGL-generated program
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.