<div dir="ltr">Hi everybody,<div>this is the big picture:</div><div>a. frontend application with Undertow</div><div>b. backend application with Undertow and Resteasy for REST API</div><div><br></div><div>A serves JS,HTML,CSS and exposes B&#39;s REST API with a proxy servlet (<a href="https://github.com/mitre/HTTP-Proxy-Servlet">https://github.com/mitre/HTTP-Proxy-Servlet</a>).</div><div><br></div><div>Since one method of my backend API does some image processing, I&#39;m wondering how to implement this method in an asynchronous way.</div><div><br></div><div>On B side I&#39;m reading Resteasy documentation <a href="http://docs.jboss.org/resteasy/docs/3.0.9.Final/userguide/html_single/#Asynchronous_HTTP_Request_Processing">http://docs.jboss.org/resteasy/docs/3.0.9.Final/userguide/html_single/#Asynchronous_HTTP_Request_Processing</a></div><div><br></div><div>On A side is there something could help me from undertow to proxy in async way the requests to this method of B?</div><div><br clear="all"><div><div class="gmail_signature"><div>--</div>Davide</div></div>
</div></div>