Re: Thanks and a question

2007-10-16 Thread Frederick Haebin Na
That's how I can contribute to the Mina. Oh! Gotta love this mailing list! Keep up the wonderful work, Mian Team. 2007/8/14, Trustin Lee <[EMAIL PROTECTED]>: > > Hi Charles, > > On 8/7/07, Charles Woodson <[EMAIL PROTECTED]> wrote: > > Will do, Trustin. As for making this a part of the > > gen

Re: Thanks and a question

2007-10-16 Thread Trustin Lee
On 10/16/07, Drac <[EMAIL PROTECTED]> wrote: > > You don't need a new protocol class for this, just add a constructor overide > to the TextLineCodecFactory class (or extend the class) to take custom > encoder and decoder LineDelmiter strings like so: > > public TextLineCodecFactory(Charset charset,

Re: Thanks and a question

2007-10-15 Thread Drac
#x27;s a known issue and work is in progress. :) > > Trustin > -- > what we call human nature is actually human habit > -- > http://gleamynode.net/ > -- > PGP Key ID: 0x0255ECA6 > > -- View this message in context: http://www.nabble.com/Thanks-and-a-question-tf4221995s16868.html#a13226736 Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.

Re: Thanks and a question

2007-08-13 Thread Trustin Lee
Hi Charles, On 8/7/07, Charles Woodson <[EMAIL PROTECTED]> wrote: > Will do, Trustin. As for making this a part of the > general distribution and submitting the patch through > Jira, I assume that I should follow the guidelines in > the developer guide and then attach the patch's source > files f

Re: Thanks and a question

2007-08-06 Thread Charles Woodson
Will do, Trustin. As for making this a part of the general distribution and submitting the patch through Jira, I assume that I should follow the guidelines in the developer guide and then attach the patch's source files for classes & unit tests to the jira issue. Am I missing anything there? -La

Re: Thanks and a question

2007-08-05 Thread Trustin Lee
Hi Charles, On 8/6/07, Charles Woodson <[EMAIL PROTECTED]> wrote: > I've recently found Mina and am using it to develop a > server application for a non-profit organization I > volunteer my time for. I'd like to give the > developers who have contributed to this framework a > big thanks for your

Re: Thanks and a question

2007-08-05 Thread Charles Woodson
Because flash actionscript 2.0 uses a generic xml string terminated by the 0 byte as its bidirectional asynchronous server/client socket communication protocol. This socket is a predefined object in flash, and I don't believe that its behavior is able to be overriden. I'll double check this, thou

Re: Thanks and a question

2007-08-05 Thread Rodrigo Madera
Why not use a standard XML serving protocol like SOAP? Rodrigo On 8/6/07, Charles Woodson <[EMAIL PROTECTED]> wrote: > > I've recently found Mina and am using it to develop a > server application for a non-profit organization I > volunteer my time for. I'd like to give the > developers who have

Thanks and a question

2007-08-05 Thread Charles Woodson
I've recently found Mina and am using it to develop a server application for a non-profit organization I volunteer my time for. I'd like to give the developers who have contributed to this framework a big thanks for your work. This project would basically be impossible if I was not able to levera