On 10/19/2017 4:12 PM, Yasser Zamani wrote:
> After some studies on Strut's internals, Servlet 3's spec, other 
> framework's internals and a few blog posts, I think I'm good to go for 
> SLS case (Short request processing, Long action execution, Short 
> response processing) :)
> 
> I putted this on monitor at [1].
> 
> [1] https://issues.apache.org/jira/browse/WW-4874

With thanks to Struts good design, fortunately, it was not as hard as I 
thought and I almost finished :)

Just one blocking problem :( Currently Struts is on servlet-api 2.4. I 
remember Struts 2.6 will have servlet 2.5. And so so ... As I need 
servlet 3, I have to wait for Struts 3 ?! :/

I thought about keep Struts dependencies unchanged and doing my needed 
calls via reflection which enables user to use async actions if 
underlying container supports.

Any solution, objections or idea please?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to