On Tue, 2005-01-25 at 14:33 +0100, Roland Weber wrote: > Hi Oleg, > > Still, I wouldn't expect java.nio to show up there. Sockets neither, > in some of the smaller profiles. And even then, 1.4 features could > only be found in high-end, early-adopter devices for quite a while. > If we want to keep the J2ME option open for widespread use, we should > have streams instead of channels in the API, and create wrappers around > channels if an implementation uses java.nio. Which would make Java 1.3 > support an option: > > http-common-api depends on 1.3 > http-common-implIO depends on 1.3 > http-common-implNIO depends on 1.4 > > and one needs at least the -api and one -impl component to get going. > > What do you (all) think? >
Roland, I am +1 to try to keep http-common API Java 1.3 compatible. I would not worry about http-common-implIO and concentrate exclusively on NIO impl until some real J2ME demand materializes backed by a number of contributers. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
