Description
- Jagacy 3270
- Jagacy 3270 is a feature rich 3270 terminal emulator and screen-scraping library written entirely in Java. It supports SSL, TN3270E, and over thirty languages. The emulator can be configured to help create screen-scraping applications. Developers can also develop their own custom terminal emulators (with automated logon and logoff). Jagacy 3270 screen-scraping is faster, easier to use, and more intuitive than HLLAPI. It excels in creating applications reliably and quickly.
- Jagacy 3270 Emulator
- Jagacy 3270 emulator is an easy to use 3270 terminal emulator written entirely in Java. It supports SSL, TN3270E, and over thirty languages. It does not contain the screen-scraping library, and is an inexpensive solution for a stand-alone Java 3270 terminal emulator.
- Jagacy VT
- Jagacy VT is a feature rich VT100/VT220 terminal emulator and screen-scraping library written entirely in Java. It supports SSL, ANSI and XTERM protocols. The emulator can be configured to help create screen-scraping applications. Developers can also develop their own custom terminal emulators (with automated logon and logoff).
- Jagacy VT100/VT220 Emulator
- Jagacy VT100/VT220 emulator is an easy to use VT100/VT220 terminal emulator written entirely in Java. It supports SSL, ANSI and XTERM protocols. It does not contain the screen-scraping library, and is an inexpensive solution for a stand-alone Java VT100/VT220 terminal emulator.
Features
- Jagacy 3270
-
Jagacy 3270 provides the following features:
- 100% pure Java.
- Easy to use 3270 terminal emulator.
- SSL support.
- Extended TN3270 (TN3270E) support.
- 17 different terminal types (including 132 columns).
- Internationalization support. Over 30 different languages supported.
- Configurable using properties, if desired. No changes necessary when host name or screens change.
- Easily create a custom 3270 terminal emulator.
- Small footprint (less than 150K). Runs efficiently within the Eclipse and NetBeans IDEs.
- Can display the 3270 session in a window while an application is running.
- Includes an additional 3270 terminal emulator tailored to developing and debugging applications.
- Jagacy VT
-
Jagacy VT provides the following features:
- 100% pure Java.
- Easy to use VT100/VT220 terminal emulator.
- SSL support.
- Support for ANSI and XTERM protocols.
- Configurable using properties, if desired. No code changes necessary when host name or screens change.
- Easily create a custom VT100/VT220 terminal emulator.
- Small footprint (less than 175K). Runs efficiently within the Eclipse and NetBeans IDEs.
- Can display the VT100/VT220 session in a window while an application is running.
- Includes an additional VT100/VT220 terminal emulator tailored to developing and debugging applications.
For screen-scraping, both Jagacy 3270 and Jagacy VT can be used in a stand-alone application, in an applet, or in an N-tier client/server environment, where the screen-scraping server is the data/resource tier.
Properties
Pages change: fields are added, deleted, and moved. Timeouts change when mainframes are moved or network equipment is replaced. Different languages must be supported for international applications. Jagacy 3270 and Jagacy VT provide methods for reading host name, field, row/column, and timeout information from properties files. If one of these changes, the property file can be changed without recompiling software. If you would rather not use properties to specify fields, coordinates, and timeouts, there are methods that allow this too.
Properties can be read from the current working directory, a specified directory, the classpath, or from the system properties.