Demuxing Tutorials

2007-07-22 Thread Rodrigo Madera
Hello all, I was wondering if anyone has any introductory material on MINA's Demuxing implementation. On the "Tutorial on ProtocolCodecFilter" page there is a note on the bottom that this would possibly be added. If anyone has a pointer, please share! Thank you, Rodrigo

Re: Demuxing Tutorials

2007-07-23 Thread Maarten Bosteels
Hi Rodrigo, The note on the bottom is from me, but I haven't found the time yet to add the Demuxing tutorial. You could take a look at the SumUp example: http://svn.apache.org/viewvc/mina/branches/1.0/example/src/main/java/org/apache/mina/example/sumup/ Maarten On 7/23/07, Rodrigo Madera <[EMA

Re: Demuxing Tutorials

2007-07-23 Thread Rodrigo Madera
Hello Maarten, I'm familiar with it, thanks. The thing is that I'm in the middle of implementing some engines, and I don't realize the full power of the demuxer yet. I was hoping to see more info on it so I don't happen to reinvent the wheel. Thanks for your input though. Rodrigo On 7/23/07,

Re: Demuxing Tutorials

2007-07-23 Thread Trustin Lee
On 7/23/07, Rodrigo Madera <[EMAIL PROTECTED]> wrote: Hello Maarten, I'm familiar with it, thanks. The thing is that I'm in the middle of implementing some engines, and I don't realize the full power of the demuxer yet. I was hoping to see more info on it so I don't happen to reinvent the whee

Re: Demuxing Tutorials

2007-07-23 Thread Rodrigo Madera
Please tell me this wheel is invented and ready in MINA!! Here is the scenario taking as an example the SumUp server (the closest thing to the case). Let's suppose there is this project called MegaMath, which is kind of like SumUp but has more operations: public class MegaMathMessage { privat

Re: Demuxing Tutorials

2007-07-23 Thread Trustin Lee
Hi Rodrigo, On 7/24/07, Rodrigo Madera <[EMAIL PROTECTED]> wrote: Please tell me this wheel is invented and ready in MINA!! Here is the scenario taking as an example the SumUp server (the closest thing to the case). Let's suppose there is this project called MegaMath, which is kind of like SumU

Re: Demuxing Tutorials

2007-07-24 Thread Mehmet D. AKIN
On 7/24/07, Trustin Lee <[EMAIL PROTECTED]> wrote: Hi Rodrigo, On 7/24/07, Rodrigo Madera <[EMAIL PROTECTED]> wrote: > Please tell me this wheel is invented and ready in MINA!! > > Here is the scenario taking as an example the SumUp server (the closest > thing to the case). > Let's suppose there

Re: Demuxing Tutorials

2007-07-24 Thread Alex Karasulu
Would be nice if this stuff could do ASN.1 to pack(). Perhaps that is something they may look into. Alex On 7/24/07, Mehmet D. AKIN <[EMAIL PROTECTED]> wrote: On 7/24/07, Trustin Lee <[EMAIL PROTECTED]> wrote: > Hi Rodrigo, > > On 7/24/07, Rodrigo Madera <[EMAIL PROTECTED]> wrote: > > Please

Re: Demuxing Tutorials

2007-07-24 Thread Rodrigo Madera
I'll keep you posted on our progress. I think there are interesting things to learn from this approach. Best wishes, Rodrigo On 7/24/07, Alex Karasulu <[EMAIL PROTECTED]> wrote: Would be nice if this stuff could do ASN.1 to pack(). Perhaps that is something they may look into. Alex On 7/2

Re: Demuxing Tutorials

2007-07-24 Thread Trustin Lee
On 7/24/07, Alex Karasulu <[EMAIL PROTECTED]> wrote: Would be nice if this stuff could do ASN.1 to pack(). Perhaps that is something they may look into. I would be nice to make it support pluggable encoding/decoding schemes including ASN.1. However, considering the existing proprietary protoc