Re: Support for actors/asynchronous request handling

2017-08-21 Thread Lukasz Lenart
2017-08-18 10:19 GMT+02:00 Christoph Nenning : > I think of it like async servlets. Execution of action could be delegated > to some executor thread pool and execution of result (which requires tcp > connection / http response stream) must be done with some callback. > > It is up to application to

Re: [VOTE] Struts Master 11

2017-08-21 Thread Lukasz Lenart
I need that to start working on a new release ... 2017-08-18 10:12 GMT+02:00 Lukasz Lenart : > The Struts Master 11 test build is now available as a Maven artifact. > > https://repository.apache.org/content/groups/staging/org/apache/struts/struts-master/11/ > > Release notes: > * uses the latest A

Re: [VOTE] Struts Master 11

2017-08-21 Thread Yasser Zamani
I was going to help but could not see anything just a pom.xml! what is it? On 8/21/2017 4:08 PM, Lukasz Lenart wrote: > I need that to start working on a new release ... > > 2017-08-18 10:12 GMT+02:00 Lukasz Lenart : >> The Struts Master 11 test build is now available as a Maven artifact. >> >> ht

Re: [VOTE] Struts Master 11

2017-08-21 Thread Lukasz Lenart
2017-08-21 14:04 GMT+02:00 Yasser Zamani : > I was going to help but could not see anything just a pom.xml! what is it? It's a parent pom that contains the latest Apache specific setup and plugins. It also contains a configuration specific to the Release Plugin which helps releasing artefacts in A

Re: Support for actors/asynchronous request handling

2017-08-21 Thread Yasser Zamani
Hello guys, thanks all for your writings, these days I studied more and please see below: On 8/21/2017 12:26 PM, Lukasz Lenart wrote: > 2017-08-18 10:19 GMT+02:00 Christoph Nenning : >> I think of it like async servlets. Execution of action could be delegated >> to some executor thread pool and e