Thank you. My next question is: I have a conventional servlet--based application (in Websphere) that badly needs an upgrade because it cannot handle the thousands of concurrent requests it is getting. I am making my application layered also, but the present need is to have something like Apache Mina in place Is it possible to leverage Asynchronous web then , keeping these servlets in place, without breaking the existing set up. I am aware that servlets are essentially synchronous. Can I wire up Asynchronous web with a vannilla servlet jdbc application and also runs in an application server?
thanks ilango On Mon, Nov 8, 2010 at 2:33 AM, Emmanuel Lecharny <[email protected]>wrote: > On 11/8/10 4:33 AM, ilango wrote: > >> Hi >> I am new to Apache Mina and to Asynchronous web. >> I got hold of the Asynchronous web source from svn. If I need to build a >> simple web app using Asynchronous web, do I have to include Apache Mina >> dependencies also. >> > Asyncweb is based on MINA, so, yes, I guess you need those dependencies. > > > -- > Regards, > Cordialement, > Emmanuel Lécharny > www.iktek.com > >
