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.
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
Hi Michael,
RUIHandler can only communicate with back end by service. You'd better wrap your servlet as SOAP or REST web services.
Why do you want to use servlets instead of web services?