You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Eran Chinthaka <ch...@opensource.lk> on 2005/08/01 08:20:29 UTC

RE: [Axis2] Google SoC Update 7/31/05

Hi Mark,

I prefer if you could send all your mails, regarding the project, to
axis-dev it self. All the people in axis-dev are happy to see the progress
of your project.

Please see my comments below. 

> 
> Hi Eran,
> 
> I did a lot of work on the project this weekend, and made good
> progress with writing XML to binary using Fast Infoset.  The Fast
> Infoset Project's StAX parser uses some module called SAX2StAX, which
> I uses the SAX Pull API, so I've been trying to rewrite a lot of that
> functionality.  I've been comparing my output to the output from the
> output of the FI Project, and they are pretty close but not identical
> yet.

I can't understand why you had to re-write this. Comment in that please. And
I looked in to the FI code and seem ok to be used with StAX alone. Why are u
trying to mess around with SAX?? 

> 
> I tried to check in my code, but cannot seem to figure out how to.  I
> was reading the tutorial at http://www.apache.org/dev/version-control.html
> , but I don't think I have an account on the svn server.  Can you help  
> with this?

You can not check in the code, if you are not a committer. Did u send the
CLA to Apache ? Until you get the committer ship you can create a patch and
send to axis-dev, so that one of the committers can commit them for you.

Hope to see some codes from you soon.  

Regards,
Chinthaka

> 
> Thanks,
> Mark




Re: [Axis2] Google SoC Update 7/31/05

Posted by Changshin Lee <ia...@gmail.com>.
On Aug 1, 2005, at 11:17 PM, Mark Pimentel wrote:

> Hi Chinthaka,
>
> Sure, I'll start sending to axis-dev.
>
> Hm, it seemed to me that the FI project was using a SAXParser, and I
> thought the point was to avoid using SAX.  So, I rewrote that area
> avoiding the SAXParser... I think this will probably be more clear
> when I can show you the code.  :\
Just FYI, Sun's FI does support StAX, which FIME (Fast Infoset ME)'s  
one and only exposed XML API. If you're interested in FIME, you can  
view its source code in the FI project CVS repository (module name  
"FIME").

Cheers,

Ias


>
> I've been having a hard time talking with my HR Rep about the CCLA;
> she is having trouble understanding what Open Source software is, and
> said she emailed someone else within the company for more information.
>  I was planning to send both forms together, but what I can do is send
> the ICLA for now and wait on the other one... I'll call her later
> today if I can.
>
> I'll be on MSN/Yahoo late tonight to see if I can catch you, and show
> you some of my code.
>
> Thanks,
> Mark
>
>
> On 8/1/05, Eran Chinthaka <ch...@opensource.lk> wrote:
>
>> Hi Mark,
>>
>> I prefer if you could send all your mails, regarding the project, to
>> axis-dev it self. All the people in axis-dev are happy to see the  
>> progress
>> of your project.
>>
>> Please see my comments below.
>>
>>
>>>
>>> Hi Eran,
>>>
>>> I did a lot of work on the project this weekend, and made good
>>> progress with writing XML to binary using Fast Infoset.  The Fast
>>> Infoset Project's StAX parser uses some module called SAX2StAX,  
>>> which
>>> I uses the SAX Pull API, so I've been trying to rewrite a lot of  
>>> that
>>> functionality.  I've been comparing my output to the output from the
>>> output of the FI Project, and they are pretty close but not  
>>> identical
>>> yet.
>>>
>>
>> I can't understand why you had to re-write this. Comment in that  
>> please. And
>> I looked in to the FI code and seem ok to be used with StAX alone.  
>> Why are u
>> trying to mess around with SAX??
>>
>>
>>>
>>> I tried to check in my code, but cannot seem to figure out how  
>>> to.  I
>>> was reading the tutorial at http://www.apache.org/dev/version- 
>>> control.html
>>> , but I don't think I have an account on the svn server.  Can you  
>>> help
>>> with this?
>>>
>>
>> You can not check in the code, if you are not a committer. Did u  
>> send the
>> CLA to Apache ? Until you get the committer ship you can create a  
>> patch and
>> send to axis-dev, so that one of the committers can commit them  
>> for you.
>>
>> Hope to see some codes from you soon.
>>
>> Regards,
>> Chinthaka
>>
>>
>>>
>>> Thanks,
>>> Mark
>>>
>>
>>
>>
>>
>


Re: [Axis2] Google SoC Update 7/31/05

Posted by Mark Pimentel <ma...@gmail.com>.
Hi Chinthaka,

Sure, I'll start sending to axis-dev.

Hm, it seemed to me that the FI project was using a SAXParser, and I
thought the point was to avoid using SAX.  So, I rewrote that area
avoiding the SAXParser... I think this will probably be more clear
when I can show you the code.  :\

I've been having a hard time talking with my HR Rep about the CCLA;
she is having trouble understanding what Open Source software is, and
said she emailed someone else within the company for more information.
 I was planning to send both forms together, but what I can do is send
the ICLA for now and wait on the other one... I'll call her later
today if I can.

I'll be on MSN/Yahoo late tonight to see if I can catch you, and show
you some of my code.

Thanks,
Mark


On 8/1/05, Eran Chinthaka <ch...@opensource.lk> wrote:
> Hi Mark,
> 
> I prefer if you could send all your mails, regarding the project, to
> axis-dev it self. All the people in axis-dev are happy to see the progress
> of your project.
> 
> Please see my comments below.
> 
> >
> > Hi Eran,
> >
> > I did a lot of work on the project this weekend, and made good
> > progress with writing XML to binary using Fast Infoset.  The Fast
> > Infoset Project's StAX parser uses some module called SAX2StAX, which
> > I uses the SAX Pull API, so I've been trying to rewrite a lot of that
> > functionality.  I've been comparing my output to the output from the
> > output of the FI Project, and they are pretty close but not identical
> > yet.
> 
> I can't understand why you had to re-write this. Comment in that please. And
> I looked in to the FI code and seem ok to be used with StAX alone. Why are u
> trying to mess around with SAX??
> 
> >
> > I tried to check in my code, but cannot seem to figure out how to.  I
> > was reading the tutorial at http://www.apache.org/dev/version-control.html
> > , but I don't think I have an account on the svn server.  Can you help
> > with this?
> 
> You can not check in the code, if you are not a committer. Did u send the
> CLA to Apache ? Until you get the committer ship you can create a patch and
> send to axis-dev, so that one of the committers can commit them for you.
> 
> Hope to see some codes from you soon.
> 
> Regards,
> Chinthaka
> 
> >
> > Thanks,
> > Mark
> 
> 
> 
>