Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 761A39824 for ; Wed, 8 Feb 2012 03:40:36 +0000 (UTC) Received: (qmail 85797 invoked by uid 500); 8 Feb 2012 03:40:34 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 84921 invoked by uid 500); 8 Feb 2012 03:40:29 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 84903 invoked by uid 99); 8 Feb 2012 03:40:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2012 03:40:24 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_REPLY,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sagara.gunathunga@gmail.com designates 209.85.216.173 as permitted sender) Received: from [209.85.216.173] (HELO mail-qy0-f173.google.com) (209.85.216.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2012 03:40:18 +0000 Received: by qcsc20 with SMTP id c20so79529qcs.32 for ; Tue, 07 Feb 2012 19:39:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=BmjjQXxiQyNBq1tThVQwm4hgDtkEJeaWlsDgPKHNLIA=; b=qOsY8cGjZhK3zMkcb4V1ns6N0N1DjDRpzNLY327qiPDR+SQFsWG5qvLaKVbmmlQIAZ URayc0fo6b8fY0yPYLkAoWVVIOX+4JtliIgkQfUUnRwo06MXe4LkRcGHCVG+ydwx6RTA WFuoSC1mLmPMtrmRl9ClO+UKGMO6pKcvUNOj8= Received: by 10.224.45.6 with SMTP id c6mr24634019qaf.62.1328672397221; Tue, 07 Feb 2012 19:39:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.88.143 with HTTP; Tue, 7 Feb 2012 19:39:37 -0800 (PST) In-Reply-To: References: From: Sagara Gunathunga Date: Wed, 8 Feb 2012 09:09:37 +0530 Message-ID: Subject: Re: GSOC 2012 To: java-dev@axis.apache.org Content-Type: multipart/alternative; boundary=20cf3074b9fa425f2d04b86ba6a6 X-Virus-Checked: Checked by ClamAV on apache.org --20cf3074b9fa425f2d04b86ba6a6 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Feb 6, 2012 at 10:42 PM, Prabhath Suminda wrote: > Hi, > First of all thank you for the response. I am interested in "Upgrade > Axis2 to use xmlschema2 ". > So will this idea meet GSoc standards? (I mean complexity, time needed, > etc.). I alos agree to your final point. So I'll start working by fixing > some simple issues. > This idea is important improvement for Axis2. Personally I believe this issue has enough tasks to be a good GSoC proposal in summary you can find following tasks under this project. 1.) Previously Andreas started this migration task but found there is no enough test coverage in Axis2 for XMLSchema related features [1]. First it's required to identify XMLSchema1 usage in Axis2 and have to write unit tests to cover those features. 2.) After completing 1.) it is possible to start actual migration of XMLSchema1 API to XMLSchema2 API. a.) You can find XMLSchema 2 documentation here [3]. You may get some helps from them through ws-dev list. b.) Sometimes back another WS project called Woden has moved to XMLSchem2 from XMLSchema1. It may useful to refer their migration codes too [4] . 3.) Write new test cases or refine existing test cases, update documentation etc. [1] - http://markmail.org/message/mfrvjqjlmq4hkd75 [2] - http://svn.apache.org/viewvc/axis/axis2/java/core/branches/xmlschema2/?pathrev=1160023 [3] - http://ws.apache.org/commons/xmlschema20/ [4] - http://svn.apache.org/viewvc/webservices/woden/branches/xmlschema2/ Thanks ! > > Regars, > Prabhath Suminda > > On Mon, Feb 6, 2012 at 1:55 PM, Sagara Gunathunga < > sagara.gunathunga@gmail.com> wrote: > >> This is a generic answer for the benefit of those who wish to do Axis2 >> related GSoC projects. Axis2 project highly welcome your GSoC efforts and >> we have mentors and people to help/guide you. Following are some of the >> tips that can be helpful to find a idea for your project. >> >> 1.) It always a good idea and get great attention if you can propose a >> new feature or modification yourself. By referring user/dev list, JIRA >> project [1], studding other frameworks, reading related specs you can find >> some new ideas. Once you have a new idea don't hesitate to discuss it on >> this list so that you can collect more inputs from community. >> >> 2.) I just crated a JIRA filter here[1] with some GSoC ideas and will >> add more ideas. You can pick up one of them and start a discussion here to >> get more details and helps. >> >> 3.) If non of above tips fix with you then go through the JIRA[1] and >> select group of issues that you like to work on. If you pick enough issues >> we can make them into a GSoC project. Number of issue for a project may >> vary depend on nature and scope of your selected issue. >> >> With my previous experience this is the best time to start your GSoC >> projects. You can start your work by fixing some simple issues [1] , >> participating to discussions on dev list and providing answers to user >> questions on user list etc. Since community play significant role in GSoC >> above actions definitely add some plus point to your account and helpful to >> get selected your proposal. >> >> >> [1] - https://issues.apache.org/jira/browse/AXIS2 >> [2] - >> https://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=12318960 >> >> Thanks ! >> >> >> >> >> On Mon, Feb 6, 2012 at 9:37 AM, Prabhath Suminda > > wrote: >> >>> Hi, >>> >>> I'm a computer science & engineering undergraduate from University of >>> Moratuwa, Sri Lanka. I like to participate GSOC 2012 for Axis 2 >>> project. So are there any any project ideas and mentors for GSOC 2012? >>> From where can I get more details? >>> >>> Regards, >>> Prabhath >>> >>> >> >> >> -- >> Sagara Gunathunga >> >> Blog - http://ssagara.blogspot.com >> Web - http://people.apache.org/~sagara/ >> LinkedIn - http://www.linkedin.com/in/ssagara >> > > -- Sagara Gunathunga Blog - http://ssagara.blogspot.com Web - http://people.apache.org/~sagara/ LinkedIn - http://www.linkedin.com/in/ssagara --20cf3074b9fa425f2d04b86ba6a6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On Mon, Feb 6, 2012 at 10:42 PM, Prabhath Su= minda <pathiranappps@gmail.com> wrote:
Hi,
First of all thank you for the respo= nse. I am interested in "Upgrade Axis2 to use xmlschema2". So= will this idea meet GSoc=A0standards? =A0(I mean complexity, time needed, = etc.). I alos agree to your final point. So I'll=A0=A0start working by = fixing some simple issues.

This idea is important improvement for Axis2. Persona= lly I believe this issue has enough tasks to be a good GSoC proposal in sum= mary you can find=A0 following tasks under this project.

1.) Previo= usly Andreas started this migration task but found there is no enough test = coverage in Axis2 for XMLSchema related features [1]. First it's requir= ed to identify XMLSchema1 usage in Axis2 and have to write unit tests to co= ver those features.

2.) After completing 1.) it is possible to start actual migration of XM= LSchema1=A0 API to XMLSchema2 API.
=A0=A0=A0
=A0=A0=A0 a.) You can = find XMLSchema 2 documentation here [3]. You may get some helps from them t= hrough ws-dev list.
=A0=A0=A0 b.) Sometimes back another WS project called Woden has moved to X= MLSchem2 from XMLSchema1. It may useful to refer their migration codes too = [4] .=A0


3.) Write new test cases or refine existing test cases= , update documentation etc.=A0
=A0=A0 =A0 =A0

Regars,
Prabhath Suminda

On Mon, Feb 6, 2012 at 1:55 PM, S= agara Gunathunga <sagara.gunathunga@gmail.com> wro= te:
This is a generic answer for the benefit of = those who wish to do Axis2 related GSoC projects. Axis2 project highly welc= ome your GSoC efforts and we have mentors and people to help/guide you. Fol= lowing are some of the tips that can be helpful to find a idea for your pro= ject.

1.) It always a good idea and get great attention if you can propose a = new feature or modification yourself. By referring user/dev list, JIRA proj= ect [1], studding other frameworks, reading related specs you can=A0 find s= ome new ideas. Once you have a new idea don't hesitate to discuss it on= this list so that you can collect more inputs from community. =A0 =A0 =A0 = =A0

2.) I just crated a JIRA filter here[1]=A0 with some GSoC ideas and wil= l add more ideas. You can pick up one of them and start a discussion here t= o get more details and helps.

3.) If non of above tips fix with you= then go through the JIRA[1] and select group of issues that you like to wo= rk on. If you pick enough issues we can make them into a GSoC project. Numb= er of issue for a project may vary depend on nature and scope of your selec= ted issue.=A0

With my previous experience this is the best time to start your GSoC pr= ojects. You can start your work by fixing some simple issues [1] , particip= ating to discussions on dev list and providing answers to user questions on= user list etc. Since community play significant role in GSoC above actions= definitely add some plus point to your account and helpful to get selected= your proposal.


[1] - https://issues.apache.org/jira/browse/AXIS2
[2] - https://issues.apache.org/jira= /secure/IssueNavigator.jspa?mode=3Dhide&requestId=3D12318960

Thanks !=A0




On= Mon, Feb 6, 2012 at 9:37 AM, Prabhath Suminda <pathiranappps@gmail.= com> wrote:
Hi,=A0

I'm a =A0comp= uter science &=A0engineering=A0undergraduate from University of Moratuw= a, Sri Lanka.=A0I like to participate GSOC 2012 for Axis 2 project.= =A0 So are there any any project ideas and mentors for GSOC 2012? From wh= ere can I get more details?

Regards,
Prabhath
=




--
Sagara Gunathunga

Blog =A0 =A0 =A0- http://ssagara.blogspot.com
Web =A0 =A0 =A0-
http://people.apache.org/~sagara/
LinkedIn - http://www.linkedin.com/in/ssagara




--
Sagara Guna= thunga

Blog =A0 =A0 =A0- http://ssagara.blogspot.com
Web =A0 =A0 =A0- http://people.ap= ache.org/~sagara/
LinkedIn - http://www.linkedin.com/in/ssagara
--20cf3074b9fa425f2d04b86ba6a6--