Trustin Lee wrote:
Hi Jose,
First of all, you have to add '[mina] ' prefix to all of your
messages. Please do so from the next post.
2005/11/19, Jose Alberto Fernandez < [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>>:
For a project that we are working on, we want our very small
client to read and write messages to our MINA based server by
simply using DataOutput.writeUTF(String) and DataInput.readUTF()
from the socket.
Of course I would like MINA's codec to be able to read/write this
information without needing the use of Streams or the
StreamIoHandler if I can help it. Are there any examples of what
is required to do this? I looked at MINA's ByteBuffer
.putString() and ByteBuffer.getString() but I am not sure how to
use them.
Please take a look at ByteBufferTest.testGet(Put)String(). You'll
learn how to use them.
Wish we had a nice little toolkit for using ASN1 to serialize objects
and deserializing them. This would be a great place to apply it.
Marshalling and demarshalling would be fast on the wire.
Alex