On 1/30/07, Chris Audley <[EMAIL PROTECTED]> wrote:
I'm interested in BIO because I would like to use MINA to write a network service that works through both traditional network connections as well as 'network virtualization' packages that may only provide Socket style interfaces. In this particular case, I'd like to build my service to work both on IP networks and JXTA based networks. JXTA provides JxtaSockets which are a subclass of java.net.Socket. If I had a MINA transport that worked with SocketFactory to create Sockets, I'd have almost no work left to get MINA to run on top of JXTA. I could write one version of my network service to run in MINA and it would never have to be aware of the difference between JXTA and IP clients. Where can I find the old BIO code? I did a log history on the bio package in subversion and it didn't appear to have ever contained any code. Is it on a branch?
Julien is working with BIO (serial comm strictly speaking) in our sandbox: http://svn.apache.org/repos/asf/mina/sandbox/ I don't know much about what Robert talked to us. It might exist somewhere in Qpid source code repository: http://svn.apache.org/viewvc/incubator/qpid/ It would be great if Robert could come up with BIO transport so we can reuse it for Julien's work. Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP key fingerprints: * E167 E6AF E73A CBCE EE41 4A29 544D DE48 FE95 4E7E * B693 628E 6047 4F8F CFA4 455E 1C62 A7DC 0255 ECA6
