Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 29150 invoked from network); 1 Jun 2005 16:25:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Jun 2005 16:25:13 -0000 Received: (qmail 79715 invoked by uid 500); 1 Jun 2005 16:25:02 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 79668 invoked by uid 500); 1 Jun 2005 16:25:01 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 79611 invoked by uid 99); 1 Jun 2005 16:25:00 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of mark.pimentel@gmail.com designates 64.233.162.192 as permitted sender) Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.192) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 01 Jun 2005 09:24:56 -0700 Received: by zproxy.gmail.com with SMTP id 9so4259838nzo for ; Wed, 01 Jun 2005 09:24:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=r5KsE40jmrLSPLY6bqxsii5xfAJJUe/H9HPlQYxap0WuYrFGSv44vA57Q/bwtVmFTrYqlqmQVkNR5FM3ACDl8QT/kgOie5yfeTR0xf480XKF+4BgeCyb4MDjTYs0y3/fa9eU2/mwZhTl1G98KczYn8aG3/w0wToA/kGR44dhdBk= Received: by 10.36.224.44 with SMTP id w44mr1296059nzg; Wed, 01 Jun 2005 09:24:43 -0700 (PDT) Received: by 10.36.32.13 with HTTP; Wed, 1 Jun 2005 09:24:43 -0700 (PDT) Message-ID: <38c8bef005060109246d0d4862@mail.gmail.com> Date: Wed, 1 Jun 2005 12:24:43 -0400 From: Mark Pimentel Reply-To: Mark Pimentel To: axis-dev@ws.apache.org Subject: Re: [Axis2] Google Summer Student Project with Axis2 In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <38c8bef0050601004033cba8ae@mail.gmail.com> <88f5d7105060101374c412f53@mail.gmail.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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? Mark On 6/1/05, Srinath Perera wrote: > Thilina create a Wiki and link it for the Task wiki page > put information/resources there .. > Thanks > Srinath >=20 > On 6/1/05, Thilina Gunarathne wrote: > > Hi all, > > I was also looking in to this BinarySerialization as a proposal for th= is > > google projects. Since somebody has come up with it now I'm thinking of > > doing HTTP chunking for Axis2, which will improve the efficiency of mes= sage > > delivary. What do u all think about it. > > > > Thanks & Regards, > > ~Thilina > > > > > > > > On 6/1/05, Paul Fremantle wrote: > > > Srinath/ Mark > > > > > > Nice idea. This is a hot area as the W3C are putting some effort into > > > binary XML right now. In addition to the links listed, I suggest you > > > look at Dennis Sosnoski's XBIS ( http://xbis.sourceforge.net/) and th= e > > > cbXML proposal from IBM. > > > > > (http://www.w3.org/2003/08/binary-interchange-workshop/presentations-ib= m-cbxml.pdf > > > and > > http://www.w3.org/2003/08/binary-interchange-workshop/19-IBM-IBMPositio= nPaperBinaryXMLWorkshop-updated.html > > > > > > In fact you can find a lot of data here > > > > > http://www.w3.org/2003/08/binary-interchange-workshop/Report.html#paper= s > > > > > > Another reason this could be very important: > > > > > > My belief is that binary XML infoset only shows its real benefit with > > > a typed pull parser. The reason: suppose you have a binary encoding o= f > > > an integer, and then you use a string-based parser, you will end up > > > decoding the binary into an int, converting to a string for the parse= r > > > API and then back to an int in the deserialisation code. > > > > > > So we won't really know how fast binary XML is until we try it on a > > > platform like Axis2. > > > > > > Paul > > > > > > > > > > > > On 6/1/05, Srinath Perera wrote: > > > > Hi Mark; > > > > > > > > I feel > > http://wiki.apache.org/ws/FrontPage/Axis2/Tasks/BinarySerialization > > > > is quite a good bet. Nobody works on it right now. Mat be it a good > > > > summer project proposal > > > > > > > > 1) It is quite isolated .. so less trouble > > > > 2) it is important for Axis2 > > > > > > > > If you have any trouble in the work we will do our best to help. > > > > > > > > Thanks > > > > Srinath > > > > > > > > > > > > On 6/1/05, Mark Pimentel < mark.pimentel@gmail.com> wrote: > > > > > Hi, > > > > > > > > > > I'm interested in doing a student project with Axis2 for Google's > > > > > Summer of Code program, an initiative aimed at introducing studen= ts to > > > > > Open Source Software Development > > > > > (http://code.google.com/summerofcode.html). I've > > wanted to become > > > > > involved with an open source project for a while now, and think t= hat > > > > > this would be an excellent chance to contribute to Apache. > > > > > > > > > > Please let me know if you'd be interested in working with me in a= n > > > > > advisor role, or if you have ideas for possible summer projects. = I > > > > > found a list of tasks on the Wiki (FrontPage/Axis2/Tasks), and am > > > > > interested in several of them, but don't know if they're already = being > > > > > tackled by someone. > > > > > > > > > > More about me: I'm a rising senior at Carnegie Mellon University, > > > > > majoring in Electrical & Computer Engineering. I've done previou= s > > > > > work with web applications and web services, and consider myself = a > > > > > flexible programmer. Of recent note, two friends and I took seco= nd > > > > > place in the national (US) finals of Microsoft's ImagineCup Softw= are > > > > > Design Competition two weeks ago. My part of the project include= d > > > > > implementing .NET web services with a Pocket PC. > > > > > > > > > > Thanks for your help! > > > > > > > > > > Sincerely, > > > > > Mark > > > > > > > > > > -- > > > > > Mark F. Pimentel > > > > > Carnegie Mellon University > > > > > Electrical & Computer Engineering, Class of '06 > > > > > Email: mark.pimentel@gmail.com > > > > > > > > > > > > > > > > > > > > -- > > > > "May the SourcE be with u" >