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.  Consolidation of EGL RUI apps

    Posted Tue February 17, 2015 12:27 PM

    I have several small EGL RUI maintenance type applications and I would like to know if it is possible to consolidate them into a single application with the core application being a central portal which would include the other applications? 

    EGLcoder


  • 2.  Re: Consolidation of EGL RUI apps

    Posted Wed February 18, 2015 02:17 AM

    I believe dynamic loading should help you: 1 main Rui handler (portal), which dynamically loads the required small RUI handlers (maintenance programs)

    http://www-01.ibm.com/support/knowledgecenter/SSMQ79_9.1.0/com.ibm.egl.lr.doc/topics/regl_ui_richui_dynamic_loading.html

    Kind regards,

    Bram_Callewaert


  • 3.  Re: Consolidation of EGL RUI apps

    Posted Wed February 18, 2015 04:45 PM

    Brian,

     

    Thank you!  I didn't realize it would be that simple.  I have already started working with implementing that change and it is working well.

    Thanks once again!

    Rosanne

      

    EGLcoder