Hi Mark; #apache-axis is the right place .. I will remeber to hang around the chat bit more .. I am usually around 8am-7pm SL time I think that is 9pm - 6 am your time I think
Axis2 work on a Stax parser to read and write XML, (javax.xml.stream.XMLStreamReader and javax.xml.stream.XMLStreamWriter). If you can write a implementation of these two (that is actually writing a Stax implemntation) on a XML binary serialization.. by switching to the Stax impl to your Implementation Axis2 would do Binary. Actually u need not to look much in to Axis2 .. have a look at the Stax API and possibility of writing a XML binary serialization based impl for Stax. Thanks Srinath On 6/3/05, Mark Pimentel <[EMAIL PROTECTED]> wrote: > Hi everyone, > > The project seems interesting, and I think I'll go ahead with writing > an application for it and looking at the existing Axis2 code. It does > seem straight forward, although studying and supporting the different > standards could take some time. > > Also, I've visited #apache-axis on freenode a few times, but it's > usually empty or quiet. Is it because many developers are on Sri > Lankan time? In that case, when would be a good time to stop by and > say hi? Am I even going to the right place? > > Thanks, > Mark > > On 6/2/05, Eran Chinthaka <[EMAIL PROTECTED]> wrote: > > Hi Mark, > > > > Yes it's very straight forward to implement as Sanjiva mentioned. We can > > provide you some help in that. And as u also might know, there is no *ONE* > > standard on binary stuff up to now. So we prefer to support multiple of > > them. > > During the last Axis2 summit, Geoffrey Fox was talking about DFDL and they > > have done lot of work on that. So that would be a good starting point for > > you. > > > > Regards, > > Chinthaka > > > > > > > > > -----Original Message----- > > > From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED] > > > Sent: Thursday, June 02, 2005 4:02 AM > > > To: Mark Pimentel > > > Cc: [email protected] > > > Subject: Re: [Axis2] Google Summer Student Project with Axis2 > > > > > > On Wed, 2005-06-01 at 12:24 -0400, Mark Pimentel wrote: > > > > Hi everyone, > > > > > > > > Thanks for all your help so far. Binary serialization seems > > > > interesting. I'll read up on the topic further, but I think it'd be a > > > > good project. > > > > > > > > One question: there are a few different standards for this... Are we > > > > leaning towards one over the others, or would we select the one with > > > > the best performance, interoperability, etc? > > > > > > No .. we need to support multiple of them :). These binary > > > serializations have diff perf characteristics for different payloads. > > > > > > In our case that amounts to writing a StAX parser and serializer for the > > > format. Quite straightforward really ;-). > > > > > > Sanjiva. > > > > > > > > > > > > > > > > > >
