Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by MaryamMoazeni: http://wiki.apache.org/ws/MaryamMoazeni/GSoC2006 ------------------------------------------------------------------------------ - ''' Project Title: Axis2 Databinding ''' + = Project Title: Axis2 Databinding = - ''' Project Overview ''' + This is the Wiki page for the Google Summer of Code Project to improve Axis2Databinding. + + '''Student : ''' Maryam Moazeni + + '''Mentor : ''' Ajith Ranabahu + + + + === Project Overview === Axis2Databinding (ADB) does not cover all of XML Schemas. This project is aimed to implement some of these unsupported XML Schema features. The frist goal is to implement Simple Content extension and restriction and Complex Content restriction. However, I am also willing to handle some other unsupported schema constructs as well. - ''' What I've Done So Far ''' + === What I've Done So Far === - '''â¢''' Reviewed the adb-codgen module of Axis2. For this I needed to review XML Schema + *Reviewed the adb-codgen module of Axis2. For this I needed to review XML Schema spec and XmlSchema API in more detail. I needed to test different schemas with the XmlSchema API to get to know its features. So far I realized that, it is needed to fill BeanWriterMetaInfoHolder according to the extension ad restriction meta info in the @@ -17, +25 @@ review the JavaBeanWriter more in depth to realize how to write the new schema constructs. - '''â¢''' Built Axis2 and generated code for different schemas in order to compare and analyze + *Built Axis2 and generated code for different schemas in order to compare and analyze the outputs. - '''â¢''' Looked around to get ideas from XMLBeans Project for implementing Simple Content + *Looked around to get ideas from XMLBeans Project for implementing Simple Content extension and restriction. Tested some schemas with XMLBeans to see how are things should be in the case of having Simple Content extension and restriction. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
