This section describes how to write a program that uses the Host Access Beans. For information on how to use the Host Access Beans in a JavaBean Visual Development Environment such as Sun's BeanBox or IBM's VisualAge for Java, see Using Host Access Beans in Visual Development Environments.
Note: The
examples described in this section are available as part of the Host Access Toolkit.
Other beans sample programs can also be used -- please refer to the file \samples\AllBeans\Readme for
more information.
The following sections illustrate three sample applets that use the Host Access Beans and the Screen Customizer Beans. Both samples show simple wiring between the beans. The first sample uses the Terminal bean as the main terminal. The Terminal bean is a traditional emulator GUI. The second sample uses the CustomTerminal bean as the main terminal. The CustomTerminal bean is installed with Screen Customizer and allows you to display customized screens generated with Screen Customizer. The third sample uses the HostPrintSession and HostPrintTerminal beans to create a 3270 printer session.
[ Top of Page | Previous Page | Next Page | Table of Contents ]