2017-10-21 14:51 GMT+02:00 Yasser Zamani <[email protected]>: > 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?
I would add an abstraction to cover direct need for Servlet 3.0 Async API. I don't know how do you want to implement this (directly in the Core or via a plugin) but having such abstraction give us flexibility and allows use different implementations. Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
