Behind the Site »

Zend - The PHP Company

Zend Platform 5250 Bridge

Additional Products:
Zend Core |
Zend Studio |
Zend Guard

Overview

The 5250 Bridge is a PHP solution that  provides access to interactive applications in the i5/OS environment. Now PHP applications can access 5250 data streams which allows Web front ends to be created for existing applications.  All this can be accomplished without rewriting the original interactive applications.  The key benefits are:
  • Web-based interfaces for traditional "green screen" applications for a wider range of functionality and display options
  • Provide access to existing applications for user communities who are not familiar with the i5/OS environment
  • Providing System Integrators with tools to enable true integration with data and applications located on i5/OS servers


How the Zend 5250 Bridge Works

5250 Bridge Flow Diagram
This diagram shows how the 5250 Bridge can be used to access information from a 5250 program and leverage it to either be displayed in a browser-based environment or to populate screen values:
  • PHP sends a 'start session' request to the 5250 Program using the 5250 Bridge.
  • The 5250 Bridge returns a confirmation to PHP that the session has started.
  • The 5250 Bridge sends current screen information in XML format to PHP (e.g. format name, input and output fields and current cursor position).
  • The input values can be automatically entered into the program or sent on in HTML format for user input.


Zend 5250 Bridge Advantages

The following list describes a few key advantages to implementing the 5250 Bridge:
  • Extend your existing applications using rich-text, sounds, images, AJAX, Mash-ups and other features only available to Web based applications
  • Encapsulate 5250 programs as Web Services to grant access from any client without limitations
  • Access a variety of i5/OS resources that do not currently have an interactive option
  • Reduce network traffic by transferring only screen presentation data to the Web
  • No display file source required – works on objects.
  • No 5250 workload – Use batch processes for green screen programs instead of interactive processes.