Re: Interesting project for a protocol codec: JavaStruct

2007-07-17 Thread Rodrigo Madera
Also, tell us if you need any help with the project. I'm sure that this is a good concept, but not a complex one to implement completely. Rodrigo On 7/18/07, Trustin Lee <[EMAIL PROTECTED]> wrote: It seems like many people are interested in Mehmet's project. Mehmet, please keep up the great

Re: Interesting project for a protocol codec: JavaStruct

2007-07-17 Thread Trustin Lee
It seems like many people are interested in Mehmet's project. Mehmet, please keep up the great work, and then hopefully we will discuss again about merging the project in the future. Cheers, Trustin On 7/18/07, Mehmet D. AKIN <[EMAIL PROTECTED]> wrote: Ah, yes you are right, it is Javolution i

Re: Interesting project for a protocol codec: JavaStruct

2007-07-17 Thread Mehmet D. AKIN
Ah, yes you are right, it is Javolution indeed. Thanks for the correction. On 7/18/07, 向秦贤 <[EMAIL PROTECTED]> wrote: Hi Mehmet, Great!! BTW, as follow, Regards, 2007/7/17, Mehmet D. AKIN <[EMAIL PROTECTED]>: > > On 7/17/07, Trustin Lee <[EMAIL PROTECTED]> wrote: > > On 7/17/07, Rodrigo Ma

Re: Interesting project for a protocol codec: JavaStruct

2007-07-17 Thread 向秦贤
Hi Mehmet, Great!! BTW, as follow, Regards, 2007/7/17, Mehmet D. AKIN <[EMAIL PROTECTED]>: On 7/17/07, Trustin Lee <[EMAIL PROTECTED]> wrote: > On 7/17/07, Rodrigo Madera <[EMAIL PROTECTED]> wrote: > > I had to develop an interface with save() and load() methods to serialize, > > and that b

Re: Interesting project for a protocol codec: JavaStruct

2007-07-17 Thread Mark
I think it would be a great idea. As network protocols become increasingly more difficult and the time developers are given to complete projects decreases, this could be a great asset to the MINA program. On 7/17/07, Trustin Lee <[EMAIL PROTECTED]> wrote: On 7/17/07, Rodrigo Madera <[EMAIL PRO

Re: Interesting project for a protocol codec: JavaStruct

2007-07-17 Thread Trustin Lee
Mehmet, On 7/17/07, Mehmet D. AKIN <[EMAIL PROTECTED]> wrote: On 7/17/07, Trustin Lee <[EMAIL PROTECTED]> wrote: > On 7/17/07, Rodrigo Madera <[EMAIL PROTECTED]> wrote: > > I had to develop an interface with save() and load() methods to serialize, > > and that bloats my objects and impacts maint

Re: Interesting project for a protocol codec: JavaStruct

2007-07-17 Thread Mehmet D. AKIN
On 7/17/07, Trustin Lee <[EMAIL PROTECTED]> wrote: On 7/17/07, Rodrigo Madera <[EMAIL PROTECTED]> wrote: > I had to develop an interface with save() and load() methods to serialize, > and that bloats my objects and impacts maintainability. > > This Struct project really pays off for binary protoc

Re: Interesting project for a protocol codec: JavaStruct

2007-07-16 Thread Trustin Lee
On 7/17/07, Rodrigo Madera <[EMAIL PROTECTED]> wrote: I had to develop an interface with save() and load() methods to serialize, and that bloats my objects and impacts maintainability. This Struct project really pays off for binary protocols. Trustin, What do you have in mind? Merge? Dependency

Re: Interesting project for a protocol codec: JavaStruct

2007-07-16 Thread Rodrigo Madera
I had to develop an interface with save() and load() methods to serialize, and that bloats my objects and impacts maintainability. This Struct project really pays off for binary protocols. Trustin, What do you have in mind? Merge? Dependency? Rodrigo On 7/16/07, yueyu lin < [EMAIL PROTECTED]>

Re: Interesting project for a protocol codec: JavaStruct

2007-07-16 Thread yueyu lin
I've ever implemented a set of codec to encode primitive byte/short/int/long/float/double/String/byte[] into a byte[] that is wrapped to a ByteBuffer to send out. This project seems to use annotation to make it easier to use. This kind of things happen because we initially to use other program lan

Re: Interesting project for a protocol codec: JavaStruct

2007-07-16 Thread Rodrigo Madera
Congratulations to the creator of the project. In my opinion, it's a great add-on for MINA. Rodrigo On 7/16/07, Trustin Lee <[EMAIL PROTECTED]> wrote: Hi community, One of MINA users started a project called 'JavaStruct': http://code.google.com/p/javastruct/wiki/HowToUseJavaStruct JavaStru

Interesting project for a protocol codec: JavaStruct

2007-07-16 Thread Trustin Lee
Hi community, One of MINA users started a project called 'JavaStruct': http://code.google.com/p/javastruct/wiki/HowToUseJavaStruct JavaStruct is an annotation-based dynamic protocol codec library. It is very useful for implementing binary (often proprietary) protocols with many message types.