Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A complex 5250 application that RAMP is being applied to may be visualized like this: 

Image Modified

A 5250 user signs on and navigates around a cloud of menus/junctions to reach the "cherries" (5250 destination screens) where they do useful work.

...

From the RAMP developers point of view the whole process would be easier to handle if the 5250 application was actually structured like this:

Image Modified

Here a single junction point (or program) controls access to every 5250 destination screen.

...

This approach is called the Single Junction Point (SJP) model.

The SJP model cannot be applied to every type of application, but where it can be applied it may represent a saving in the time taken to develop a RAMP application. 

Essentially a SJP approach means that two different views of an application exist:

Image Modified

To make this programmatic view of the world the IBM i 5250 program needs to already exist or to be created.

...