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.  EGL Common Parts

    Posted Sun February 22, 2015 06:56 PM

    Hi Folks,

    I have a lot egl common parts in the package and in one egl file.
    I'd like know if exist some recomendation to NOT USE one egl part for each egl file ?

    Thanks !

    Regards,

     

    Hsieh

    Hsieh


  • 2.  Re: EGL Common Parts

    Posted Mon February 23, 2015 08:38 AM

    Hsieh,

    I don't know if I would call it a recommendation, but very few people use a separate file per EGL part which I think is a reasonable way to work.    While it might be easier to manage from a conflict viewpoint, it also means the system is going to spend a lot of time processing .egl files. 

    This does not mean that you should have huge .egl files.

    I would like to hear from others as well.

    Mark

     

     

    markevans


  • 3.  Re: EGL Common Parts

    Posted Mon February 23, 2015 08:46 AM

    For libaries we use 1 egl file per part.

    Records are grouped according to function.

    In Rich UI we also use 1 EGL file per part.

    Bram_Callewaert


  • 4.  Re: EGL Common Parts

    Posted Mon February 23, 2015 11:19 AM

    Hi Bram / Mark,

    Thanks for reply.

    My fear is that many egl file let the IDE slow to search these common parts.  Maybe, I don't know ???õ

    Otherwise, the management of common parts in each egl file is easier.

    Regards,

    Hsieh

    Hsieh


  • 5.  Re: EGL Common Parts

    Posted Mon February 23, 2015 11:21 AM

    You may have to try for your situation.

    Anything that is generatable (libraries, RUIHandlers, programs, data tables, etc) are required to be one per file.

     

    markevans