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.  Google Maps in EGL

    Posted Wed June 03, 2015 08:56 AM

    Hi,

    As part of a requirement in our application, we want to display the Google Map.

    In order to accomplish the requirement we are using attached API for Google Maps.

    This API works fine when I execute it in Debug Mode in RBD. Whereas after deploying the application on websphere, it is not able to render the Map on UI.

    Any guidance is appreciated.

    Thanks

    Jaiky

     

    JaikyBathija


  • 2.  Re: Google Maps in EGL

    Posted Wed June 03, 2015 09:50 AM

    Hi,

    Do you get any error messages?  Or do you mean it just fails to display the map, but you think the API ran successfully?

     

    Mark

    markevans


  • 3.  Re: Google Maps in EGL

    Posted Wed June 03, 2015 09:55 AM

    Also, what level of RBD and WAS are you using?

     

    The com.ibm.egl.rui package seems very old (1.0.3) so where did you get this?

     

    Mark

    markevans


  • 4.  Re: Google Maps in EGL

    Posted Wed June 03, 2015 12:02 PM

    I tried your sample using RBD 9.1.1, WAS 8.5, and the com.ibm.egl.rui_4.3.1 project.   It rendered on the page when I did this as it did when running preview.

     

    Hope this helps.

     

    Mark

     

     

    markevans


  • 5.  Re: Google Maps in EGL

    Posted Wed June 03, 2015 12:30 PM

    Hi Mark,

     

    We are using RBD version 8.0.1.2 and WAS 7 for our application.

    Also I am not getting any error. It is able to be rendered in the debug mode but not working after Generating and Deploying the projects.

    Please suggest!!

     

    Jaiky

    JaikyBathija


  • 6.  Re: Google Maps in EGL

    Posted Wed June 03, 2015 01:49 PM

    RBD V8.0.1.2 is now out of support and even at that level, the latest level was V8.0.1.5.  My first suggestion would be to upgrade RBD to a supported level (like 9.1.1).

     

    Using what you have now, my suggestion would be to create a new EGL rui project and allow it to create the later level of the runtime (com.ibm.egl.rui).  For 8.0.1.2 this is com.ibm.egl.rui_4.0.0.  RBD 8.0.1.5 is the 4.0.1.2 level.   Then change your EGL Build Path in your existing project to use the newer runtime project instead of the 1.0.3 level. 

     

    Then give it a try again. 

     

    Mark

     

     

     


     

    markevans