EGL Development User Group

EGL Development User Group

EGL Development User Group

The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.

 View Only
  • 1.  Converting TUI 3270 to RCP

    Posted 10/24/16 07:38 AM

    Please, I need a very simple sample of converting a EGL TUI 3270 program for RCP (plugin project). Where can I find?

    Thank you

    Sandrin


  • 2.  Re: Converting TUI 3270 to RPC

    Posted 11/02/16 10:02 AM

    Sorry Sandrin.. RPC or RCP...

     

    Well gentlemen ... the output we found was the call for a Java class via ExternaType (javaObject) .. invoking the Clipboard.

    From what we have seen, the RCP generates screens with GUI face and was not the right solution.

    In our project, each 3270 screen (EGL TUI), were in different JVM .. (copy data from one screen and paste it in another, another system) so we had to use the Clipboard ..

    ojomenezes