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.
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?
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,
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