On Fri, Aug 1, 2008 at 1:48 PM, sri ram <[EMAIL PROTECTED]>wrote: > Hi Amila , > The other databindings provided by axis2 are ADB and JIBX > However XMLBeans provides 100% schema support which is a great advantage of > using this databinding which may not be there in other databinding's . > So can any one please tell the advantages of other databindings.
Axis2 provides jaxb data binding as well (-d jaxbri) ADB - Does not support Xml schema 100% (but it provides most of the common schema constructs), but faster than others. Jaxbri - Provides 100% Xml schema support. this is the java standard. Jibx - Can bind wsdl to use existing classes. thanks, Amila. > > Thanks And Regards > Sriram P > > --- On *Fri, 1/8/08, Amila Suriarachchi <[EMAIL PROTECTED]>*wrote: > > From: Amila Suriarachchi <[EMAIL PROTECTED]> > Subject: Re: XMLBeans ? is there a better approach > To: [email protected] > Date: Friday, 1 August, 2008, 10:56 AM > > > > > On Thu, Jul 31, 2008 at 2:31 PM, sri ram <[EMAIL PROTECTED]>wrote: > >> Hi all, >> Can anyone give me the better approach of databinding that I have to >> follow for my project.This project has almost 396 method and can be more in >> the upcoming releases, which are exposed as webservices. >> So while using XMLBeans as databinding it created many .java and xsb >> files . >> These files take ,quite a long time to get compiled and sometimes have >> OutOfMemoryException and we have to set out heap size to get rid of this >> exception. >> Once the aar file is deployed into the server and send a SOAP request ,the >> Axis Servlet takes more time to get initialized which is one of the main >> performance drawback. >> So can any one suggest a better databinding to have better >> performance as a whole A databinding which can give 100% schema >> support,Quick response and Quick initialization of the servlet. > > > try to use ADB or jaxbri > > thanks > Amila. > >> >> >> Thanks And Regards >> Sriram P >> >> >> >> . >> >> >> >> >> >> >> >> >> >> >> >> >> ------------------------------ >> Unlimited freedom, unlimited storage. Get it >> now<http://in.rd.yahoo.com/tagline_mail_2/*http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/> > > > > > -- > Amila Suriarachchi, > WSO2 Inc. > > > ------------------------------ > Unlimited freedom, unlimited storage. Get it > now<http://in.rd.yahoo.com/tagline_mail_2/*http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/> > -- Amila Suriarachchi, WSO2 Inc.
