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.  Return value from java servlet to richui handler

    Posted 08/26/15 06:45 AM

    Hello, 

    In my project I call a java servlet with URL and I want to do something when the java servlet ends and return back to the handler's execution where I stopped.

    How is that possible? Thanks

    michaeldefox


  • 2.  Re: Return value from java servlet to richui handler

    Posted 09/08/15 01:55 AM

    Hi Michael,

    RUIHandler can only communicate with back end by service. You'd better wrap your servlet as SOAP or REST web services. 

    HuangJiYong


  • 3.  Re: Return value from java servlet to richui handler

    Posted 09/08/15 02:36 AM

    Why do you want to use servlets instead of web services?

    Bram_Callewaert