On Fri, 2007-11-23 at 11:31 +0000, Paul Fremantle wrote: > Oleg > > They refused. Some did that in a very offensive manner. > > > I understood there might be some feeling about this which is why I said: > > > > think I will shut up now! > > > > However, I think you're attitude is right - if there are people here who are > willing to try to work with MINA then we should, but if no-one has time or > inclination, I don't think we should worry about it either. > > I like the idea of putting HTTPCore over APR. What is Grizzly? >
Grizzly is a NIO framework / a set of HTTP components used by Sun's Glassfish application server. I still have to take a closer look at it, but from what I have learned so far, Grizzly appears to be more compatible with HttpCore's way of doing NIO and it does not seem to have the shortcomings MINA has. https://grizzly.dev.java.net/ Oleg > Paul > > > > > > > > > I am aware I have a tendency of being difficult on the personal level, > > so I want to stay away from everything MINA related, but will happily > > assist anyone interested in using HttpComponents on top of MINA. > > > > Evil Comrade Oleg > > > > > > > On Nov 23, 2007 5:52 AM, Trustin Lee <[EMAIL PROTECTED]> wrote: > > > > > > > Hello Roland, > > > > > > > > Thanks for the response. Let's wait and see how people think about > > > > this issue. Probably Jeff will also have something to say. :) > > > > > > > > Cheers, > > > > Trustin > > > > > > > > On Nov 23, 2007 3:06 AM, Roland Weber <[EMAIL PROTECTED]> wrote: > > > > > Hello Trustin, > > > > > > > > > > re-inventing the wheel is never a good thing. To me, it sounds > > > > > reasonable that HttpComponents and MINA cooperate on the client > > > > > side, at least for the higher level functionality. There is of > > > > > course some kind of competition on the lower levels, where > > > > > HttpNIO and MINA address similar functionality. IIRC, Oleg had > > > > > slightly different design goals for HttpNIO. At the same time, > > > > > he made sure that MINA can be used to implement the HttpNIO API. > > > > > So yes, I can see potential for joined efforts: higher-level > > > > > client functionality like HttpAuth and HttpCookie, and also > > > > > a low-level component HttpNIO-on-MINA. > > > > > > > > > > But since Java NIO is not within my sphere of interest, > > > > > I have to leave it to others to figure this out (or not). > > > > > > > > > > cheers, > > > > > Roland > > > > > > > > > > > > > > > > > > > > > -- > > > > what we call human nature is actually human habit > > > > -- > > > > http://gleamynode.net/ > > > > -- > > > > PGP Key ID: 0x0255ECA6 > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > > > For additional commands, e-mail: > > > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
