Folks, I have started working on NIO extensions to HttpCore. So far it looks like there will be fairly little code involved and there will be virtually no changes to the protocol layer of HttpCore required. This leads me to believe that HttpNIO as a separate module with an separate release cycle does not actually make any sense.
My Evil(tm) Plan is to introduce an additional module to HttpCore SVN project in order to keep Java 1.4 dependent NIO extensions separate from the rest of HttpCore that requires Java 1.3 only. Maven2 fully support multi-module projects and conditional compilation based on JDK version. This way Java 1.3 could still compile a fully functional Java 1.3 version HttpCore without NIO extensions. What do you think? Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]