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
Expand all | Collapse all

Return value from java servlet to richui handler

  • 1.  Return value from java servlet to richui handler

    Posted Wed August 26, 2015 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 Tue September 08, 2015 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 Tue September 08, 2015 02:36 AM

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

    Bram_Callewaert