Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 36303 invoked from network); 29 Nov 2005 02:07:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Nov 2005 02:07:21 -0000 Received: (qmail 53623 invoked by uid 500); 29 Nov 2005 02:07:17 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 53594 invoked by uid 500); 29 Nov 2005 02:07:17 -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 53583 invoked by uid 99); 29 Nov 2005 02:07:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2005 18:07:17 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of csethil@gmail.com designates 66.249.82.199 as permitted sender) Received: from [66.249.82.199] (HELO xproxy.gmail.com) (66.249.82.199) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2005 18:08:47 -0800 Received: by xproxy.gmail.com with SMTP id t16so2316735wxc for ; Mon, 28 Nov 2005 18:06:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=gfY41VAXQpw8Gz/ww7xEOCnIEgXCCMj1bOdKfItee9vqQ8PFJ6OkFwXjLXHqnkb13VtoFwRVybPNcf0/Rx/S2x8CeF6KfEM2PmqF5Kni7RlOWVhH/Sg+G5ocsF3W+sOD/s4RimMg/vLzRNCebnh+G0j0GC5wGkw4nw7pQ9noywQ= Received: by 10.70.18.7 with SMTP id 7mr1380593wxr; Mon, 28 Nov 2005 18:06:55 -0800 (PST) Received: by 10.70.14.5 with HTTP; Mon, 28 Nov 2005 18:06:55 -0800 (PST) Message-ID: Date: Tue, 29 Nov 2005 08:06:55 +0600 From: Thilina Gunarathne To: axis-dev@ws.apache.org Subject: Re: [Axis2] Axis2 0.93 Release In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_41700_27277649.1133230015844" References: <438B3D9E.4080101@opensource.lk> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_41700_27277649.1133230015844 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, Any possibility to provide In-Only (not Robust-in) support in .93....Our tw= o channel Async will be full functional only with In-Only. Refer to AXIS2-304. thanks, ~Thilina On 11/28/05, Ajith Ranabahu wrote: > > Hi all, > As promised here is the follow up mail on ADB :) > I've been working with ADB for a while and 'it's off the ground' now. > These are the features /enhancements (in detail) that are planned for the > next release. > > 1. Bean generation support with Parse / Serialization method generation > This is functional at the moment. ADBBeans generate a parse method and > a getPullParser method that can be used to build and serialize the bean. > > 2. Full simpletype support. > Using the Axis1 codebase, I've been writing some code to handle almost > all the simpletypes. It should be in an acceptable level of functionality= in > a few days. However I had to fix a number of issues in the XmlSchema code > base to make it work. > > 3. Limited complex type support > What is meant by 'limited' here is that some schema constucts are not > supported. Say constructs such as extension (where there should be a Java > extension in the generated class hierarchy) are not supported by ADB yet. > > So this is my idea of a 'simple' databinding framework :) A good test for > ADB would be the Microsoft Indigo Interop service which covers a lot of > schema related scenarios. > > Thoughts ? > > > -- > Ajith Ranabahu -- "May the SourcE be with u" http://webservices.apache.org/~thilina/ http://thilinag.blogspot.com/ http://www.bloglines.com/blog/Thilina ------=_Part_41700_27277649.1133230015844 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
Hi,
Any possibility to provide In-Only (not Robust-in) support in .93....O= ur two channel Async will be full functional  only with In-Only.
Refer to AXIS2-304.
 
thanks,
~Thilina

 
On 11/28/05, Ajith Ranabahu <ajith.r= anabahu@gmail.com> wrote:
Hi all,
As promised here is t= he follow up mail on ADB :)
I've been working with ADB for a while and '= it's off the ground' now. These are the features /enhancements (in detail) = that are planned for the next release.

1. Bean generation support with Parse / Serialization method genera= tion
   This is functional at the moment. ADBBeans generate a = parse method and a getPullParser method that can be used to build and seria= lize the bean.=20

2. Full simpletype support.
   Using the Axis1 codebas= e, I've been writing some code to handle almost all the simpletypes. It sho= uld be in an acceptable level of functionality in a few days. However I had= to fix a number of issues in the XmlSchema code base to make it work.

3. Limited complex type support
    What is meant= by 'limited' here is that some schema constucts are not supported. Say con= structs such as extension (where there should be a Java extension in the ge= nerated class hierarchy) are not supported by ADB yet.

So this is my idea of a 'simple' databinding framework :) A good te= st for ADB would be the Microsoft Indigo Interop service  which covers= a lot of schema related scenarios.

Thoughts ?

=
--
Ajith Ranabahu



--
"May the SourcE be with u"  &n= bsp;         
http://webservices.apache.org/~thili= na/
http://thilinag.blogspot.= com/           &= nbsp;     http://www.bloglines.com/blog/Thilina     = ;         =20 ------=_Part_41700_27277649.1133230015844--