[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xalan-dev
Subject:    Re: GSoC 2013
From:       Samuel Medeiros <ccc.samuel () gmail ! com>
Date:       2013-05-01 18:00:35
Message-ID: CAGhxqEw1bhrSJ5mOa68QnhL5quxRiaufGERSrem+GDO5opDQqA () mail ! gmail ! com
[Download RAW message or body]

Hi Michael,

I have submitted our project
proposal<https://google-melange.appspot.com/gsoc/proposal/review/google/gsoc2013/samuelqueiroz/17001>
                
.

I am looking forward to getting your feedback.

Just FYI, ASF provides a page <http://community.apache.org/gsoc.html> for
both students and prospective mentors. It contains information like
"Prospective mentors should join the code-awards@apache.org mailing list".

Sincerely,
Samuel Queiroz



2013/4/30 Samuel Medeiros <ccc.samuel@gmail.com>

> Hi Michael,
> 
> I am glad to know you would volunteer to mentor this project.
> 
> Thank you for these entry points. I am studying them and tomorrow I am
> gonna be submitting the first version of the proposal.
> 
> Sincerely,
> Samuel
> 
> 
> 
> 
> 
> 2013/5/1 Michael Glavassevich <mrglavas@ca.ibm.com>
> 
> > Hi Samuel,
> > 
> > Samuel Medeiros <ccc.samuel@gmail.com> wrote on 04/30/2013 04:39:13 PM:
> > 
> > > Hi Devs,
> > > 
> > > Due to the fact of haven't any reply from the other committers and I
> > > am motivated to work for Xalan, I become interested for the ticket
> > > Complete support for StAXSource / StAXResult.
> > > As this ticket reporter, I think Michael Glavassevich will be the
> > > mentor for this project, can you confirm this?
> > 
> > Yes, I would volunteer to mentor this project.
> > 
> > > --
> > > 
> > > Why am I the correct student for this project ?
> > > I am very motivated. Furthermore, I am a Java programmer since 2010
> > > and I have a good experience with it. I am prepared to work in this
> > > project and I am preparing a formal proposal to submit to the program.
> > > 
> > > --
> > > 
> > > For the proposal, the following technical parts were identified so far:
> > > Implement StAXSource / StAXResult classes according to the
> > specifications;
> > > Implement a good suite of tests for them;
> > > Integrate the developed code to the Xalan-J project.
> > > 
> > > The proposal will be organized as described at the ASF GSoC 2013 page:
> > > List of deliverables and quantifiable results;
> > > A detailed description / design document;
> > > An approach;
> > > A schedule;
> > > My background.
> > > 
> > > If you have more details about this project, please let me know.
> > 
> > That's a good summary from a high level.
> > 
> > If you're looking for pointers into the code for where
> > StAXSource/StAXResult would apply, here are the main entry points:
> > 
> > [1]
> > 
> > http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/TransformerFactoryImpl.java
> >  
> > [2]
> > 
> > http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/transformer/TransformerImpl.java
> >  
> > [3]
> > 
> > http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/xsltc/trax/TransformerFactoryImpl.java
> >  
> > [4]
> > 
> > http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/xsltc/trax/TransformerImpl.java
> >  
> > specifically the newTransformer() and transform() methods.
> > 
> > > I am looking forward to hearing from you.
> > 
> > Looking forward to seeing your project proposal.
> > 
> > > Sincerely,
> > > Samue Queiroz
> > > 
> > > 
> > 
> > > 2013/4/26 Samuel Medeiros <ccc.samuel@gmail.com>
> > > Hi Michael,
> > > 
> > > Thank you for these information.
> > > Having derivatives of Xalan-J are included in both the Oracle and
> > > IBM JDKs represents a great motivation for me.
> > > 
> > > I am looking forward to hearing from the other comitters.
> > > 
> > > Sincerely,
> > > Samuel Queiroz
> > > 
> > > 2013/4/25 Michael Glavassevich <mrglavas@ca.ibm.com>
> > > Hi Samuel,
> > > 
> > > (Speaking just about the Java version of Xalan)
> > > 
> > > Derivatives of Xalan-J are included in both the Oracle and IBM JDKs. I
> > > would expect that the majority of users would be getting their JAXP/XSLT
> > > support in this way. I couldn't guess how many use the Apache releases
> > of
> > > Xalan-J directly, but have to imagine it's gone down over the years with
> > > the availability of JAXP/XSLT support in Java SE and processors such as
> > > Saxon which have supported XSLT 2.0 / XPath 2.0 for a long time.
> > > 
> > > I know there's been some interest by users for XSLT 2.0 / XPath 2.0
> > > support. They occasionally ask about it on the mailing list. Personally
> > I
> > > haven't kept up with the standards, so from a technical perspective I
> > > wouldn't be able to provide much guidance for XPath 2.0 / XSLT 2.0. The
> > > other committers may have more knowledge.
> > > 
> > > Thanks.
> > > 
> > > Michael Glavassevich
> > > XML Technologies and WAS Development
> > > IBM Toronto Lab
> > > E-mail: mrglavas@ca.ibm.com
> > > E-mail: mrglavas@apache.org
> > > 
> > > Samuel Medeiros <ccc.samuel@gmail.com> wrote on 04/25/2013 04:41:07 AM:
> > > 
> > > > Hi Xalan Devs,
> > > > 
> > > > My name is Samuel Queiroz and I participated of GSoC 2012 by coding
> > > > for Xalan-C.
> > > > My mentor was Steven J. Hathaway and we implemented the base
> > > > functions for XML DateTime.
> > > > 
> > > > In the context of GSoC 2013, I would like to work again with the
> > > > Xalan team in order to push this project to have XSLT/XPath 2 support.
> > > > 
> > > > I would like to discuss some points with you:
> > > > 1. In order to become more motivated, does Xalan have a big users
> > > > community? Can you estimate how many projects use it?
> > > > 2. Which Xalan version is better positioned -- in terms of both code
> > > > quality/completion and number of affected users -- to incorporate
> > > > these recommendations?
> > > > 3. In order to get help defining a project that makes sense within
> > > > the scope of GSoC, what could be a great starting point in order to
> > > > push the project to support these recommendations?
> > > > 4. Who could be the mentor?
> > > > I am looking forward to hearing from you.
> > > > 
> > > > Sincerely,
> > > > Samuel Queiroz
> > > 
> > 
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@xalan.apache.org
> > > For additional commands, e-mail: dev-help@xalan.apache.org
> > 
> > Michael Glavassevich
> > XML Technologies and WAS Development
> > IBM Toronto Lab
> > E-mail: mrglavas@ca.ibm.com
> > E-mail: mrglavas@apache.org
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@xalan.apache.org
> > For additional commands, e-mail: dev-help@xalan.apache.org
> > 
> > 
> 
> 


[Attachment #3 (text/html)]

<div dir="ltr">Hi Michael,<div><br></div><div>I have submitted <a \
href="https://google-melange.appspot.com/gsoc/proposal/review/google/gsoc2013/samuelqueiroz/17001">our \
project proposal</a>.</div><div style><br></div><div style> I am looking forward to \
getting your feedback.</div><div style><br></div><div style>Just FYI, ASF provides a \
<a href="http://community.apache.org/gsoc.html">page</a> for both students and \
prospective mentors. It contains information like &quot;Prospective mentors should \
join the <a href="mailto:code-awards@apache.org">code-awards@apache.org</a> mailing \
list&quot;.</div> <div style><br></div><div style>Sincerely,</div><div style>Samuel \
Queiroz </div><div><br></div><div class="gmail_extra"><br><br><div \
class="gmail_quote">2013/4/30 Samuel Medeiros <span dir="ltr">&lt;<a \
href="mailto:ccc.samuel@gmail.com" \
target="_blank">ccc.samuel@gmail.com</a>&gt;</span><br> <blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">Hi Michael,<div><br></div><div>I am glad to \
know you would volunteer to mentor this project.</div><div><br> </div><div>Thank you \
for these entry points. I am studying them and tomorrow I am gonna be submitting the \
first version of the proposal.</div> \
<div><br></div><div>Sincerely,</div><div>Samuel</div><div><div \
class="h5"><div><br></div><div><br></div><div><br></div><div \
class="gmail_extra"><br><br><div class="gmail_quote">2013/5/1 Michael Glavassevich \
<span dir="ltr">&lt;<a href="mailto:mrglavas@ca.ibm.com" \
target="_blank">mrglavas@ca.ibm.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">Hi Samuel,<br> <br>
Samuel Medeiros &lt;<a href="mailto:ccc.samuel@gmail.com" \
target="_blank">ccc.samuel@gmail.com</a>&gt; wrote on 04/30/2013 04:39:13 PM:<br> \
<div><br> &gt; Hi Devs,<br>
&gt;<br>
&gt; Due to the fact of haven&#39;t any reply from the other committers and I<br>
&gt; am motivated to work for Xalan, I become interested for the ticket<br>
&gt; Complete support for StAXSource / StAXResult.<br>
&gt; As this ticket reporter, I think Michael Glavassevich will be the<br>
&gt; mentor for this project, can you confirm this?<br>
<br>
</div>Yes, I would volunteer to mentor this project.<br>
<div><br>
&gt; --<br>
&gt;<br>
&gt; Why am I the correct student for this project ?<br>
&gt; I am very motivated. Furthermore, I am a Java programmer since 2010<br>
&gt; and I have a good experience with it. I am prepared to work in this<br>
&gt; project and I am preparing a formal proposal to submit to the program.<br>
&gt;<br>
&gt; --<br>
&gt;<br>
&gt; For the proposal, the following technical parts were identified so far:<br>
&gt; Implement StAXSource / StAXResult classes according to the<br>
specifications;<br>
&gt; Implement a good suite of tests for them;<br>
&gt; Integrate the developed code to the Xalan-J project.<br>
&gt;<br>
&gt; The proposal will be organized as described at the ASF GSoC 2013 page:<br>
&gt; List of deliverables and quantifiable results;<br>
&gt; A detailed description / design document;<br>
&gt; An approach;<br>
&gt; A schedule;<br>
&gt; My background.<br>
&gt;<br>
&gt; If you have more details about this project, please let me know.<br>
<br>
</div>That&#39;s a good summary from a high level.<br>
<br>
If you&#39;re looking for pointers into the code for where<br>
StAXSource/StAXResult would apply, here are the main entry points:<br>
<br>
[1]<br>
<a href="http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/TransformerFactoryImpl.java" \
target="_blank">http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/TransformerFactoryImpl.java</a><br>



<br>
[2]<br>
<a href="http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/transformer/TransformerImpl.java" \
target="_blank">http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/transformer/TransformerImpl.java</a><br>



<br>
[3]<br>
<a href="http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/xsltc/trax/TransformerFactoryImpl.java" \
target="_blank">http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/xsltc/trax/TransformerFactoryImpl.java</a><br>



<br>
[4]<br>
<a href="http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/xsltc/trax/TransformerImpl.java" \
target="_blank">http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/xsltc/trax/TransformerImpl.java</a><br>



<br>
specifically the newTransformer() and transform() methods.<br>
<div><br>
&gt; I am looking forward to hearing from you.<br>
<br>
</div>Looking forward to seeing your project proposal.<br>
<div><div><br>
&gt; Sincerely,<br>
&gt; Samue Queiroz<br>
&gt;<br>
&gt;<br>
<br>
&gt; 2013/4/26 Samuel Medeiros &lt;<a href="mailto:ccc.samuel@gmail.com" \
target="_blank">ccc.samuel@gmail.com</a>&gt;<br> &gt; Hi Michael,<br>
&gt;<br>
&gt; Thank you for these information.<br>
&gt; Having derivatives of Xalan-J are included in both the Oracle and<br>
&gt; IBM JDKs represents a great motivation for me.<br>
&gt;<br>
&gt; I am looking forward to hearing from the other comitters.<br>
&gt;<br>
&gt; Sincerely,<br>
&gt; Samuel Queiroz<br>
&gt;<br>
&gt; 2013/4/25 Michael Glavassevich &lt;<a href="mailto:mrglavas@ca.ibm.com" \
target="_blank">mrglavas@ca.ibm.com</a>&gt;<br> &gt; Hi Samuel,<br>
&gt;<br>
&gt; (Speaking just about the Java version of Xalan)<br>
&gt;<br>
&gt; Derivatives of Xalan-J are included in both the Oracle and IBM JDKs. I<br>
&gt; would expect that the majority of users would be getting their JAXP/XSLT<br>
&gt; support in this way. I couldn&#39;t guess how many use the Apache releases<br>
of<br>
&gt; Xalan-J directly, but have to imagine it&#39;s gone down over the years with<br>
&gt; the availability of JAXP/XSLT support in Java SE and processors such as<br>
&gt; Saxon which have supported XSLT 2.0 / XPath 2.0 for a long time.<br>
&gt;<br>
&gt; I know there&#39;s been some interest by users for XSLT 2.0 / XPath 2.0<br>
&gt; support. They occasionally ask about it on the mailing list. Personally<br>
I<br>
&gt; haven&#39;t kept up with the standards, so from a technical perspective I<br>
&gt; wouldn&#39;t be able to provide much guidance for XPath 2.0 / XSLT 2.0. The<br>
&gt; other committers may have more knowledge.<br>
&gt;<br>
&gt; Thanks.<br>
&gt;<br>
&gt; Michael Glavassevich<br>
&gt; XML Technologies and WAS Development<br>
&gt; IBM Toronto Lab<br>
&gt; E-mail: <a href="mailto:mrglavas@ca.ibm.com" \
target="_blank">mrglavas@ca.ibm.com</a><br> &gt; E-mail: <a \
href="mailto:mrglavas@apache.org" target="_blank">mrglavas@apache.org</a><br> \
&gt;<br> &gt; Samuel Medeiros &lt;<a href="mailto:ccc.samuel@gmail.com" \
target="_blank">ccc.samuel@gmail.com</a>&gt; wrote on 04/25/2013 04:41:07 AM:<br> \
&gt;<br> &gt; &gt; Hi Xalan Devs,<br>
&gt; &gt;<br>
&gt; &gt; My name is Samuel Queiroz and I participated of GSoC 2012 by coding<br>
&gt; &gt; for Xalan-C.<br>
&gt; &gt; My mentor was Steven J. Hathaway and we implemented the base<br>
&gt; &gt; functions for XML DateTime.<br>
&gt; &gt;<br>
&gt; &gt; In the context of GSoC 2013, I would like to work again with the<br>
&gt; &gt; Xalan team in order to push this project to have XSLT/XPath 2 support.<br>
&gt; &gt;<br>
&gt; &gt; I would like to discuss some points with you:<br>
&gt; &gt; 1. In order to become more motivated, does Xalan have a big users<br>
&gt; &gt; community? Can you estimate how many projects use it?<br>
&gt; &gt; 2. Which Xalan version is better positioned -- in terms of both code<br>
&gt; &gt; quality/completion and number of affected users -- to incorporate<br>
&gt; &gt; these recommendations?<br>
&gt; &gt; 3. In order to get help defining a project that makes sense within<br>
&gt; &gt; the scope of GSoC, what could be a great starting point in order to<br>
&gt; &gt; push the project to support these recommendations?<br>
&gt; &gt; 4. Who could be the mentor?<br>
&gt; &gt; I am looking forward to hearing from you.<br>
&gt; &gt;<br>
&gt; &gt; Sincerely,<br>
&gt; &gt; Samuel Queiroz<br>
&gt;<br>
<br>
&gt; ---------------------------------------------------------------------<br>
&gt; To unsubscribe, e-mail: <a href="mailto:dev-unsubscribe@xalan.apache.org" \
target="_blank">dev-unsubscribe@xalan.apache.org</a><br> &gt; For additional \
commands, e-mail: <a href="mailto:dev-help@xalan.apache.org" \
target="_blank">dev-help@xalan.apache.org</a><br> <br>
Michael Glavassevich<br>
XML Technologies and WAS Development<br>
IBM Toronto Lab<br>
E-mail: <a href="mailto:mrglavas@ca.ibm.com" \
                target="_blank">mrglavas@ca.ibm.com</a><br>
E-mail: <a href="mailto:mrglavas@apache.org" \
target="_blank">mrglavas@apache.org</a><br> <br>
<br>
---------------------------------------------------------------------<br>
To unsubscribe, e-mail: <a href="mailto:dev-unsubscribe@xalan.apache.org" \
target="_blank">dev-unsubscribe@xalan.apache.org</a><br> For additional commands, \
e-mail: <a href="mailto:dev-help@xalan.apache.org" \
target="_blank">dev-help@xalan.apache.org</a><br> <br>
</div></div></blockquote></div><br><br></div></div></div></div>
</blockquote></div><br><br></div></div>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic