Hi, There is an artilcles about how the code generator works here [1]. I guess that should be helpful as a start
Ajith [1] http://wso2.org/library/35 On 1/8/07, chen congwu <[EMAIL PROTECTED]> wrote:
I have just read through the data binding module in axis2, in my opinion, a new data binding framework can be supported by developing the following utility classes, that is the Extention class which engaged the data binding libs at runtime. A CodegenerationUtil class which extract the schema information from the wsdl and call the binding frame- work's schema compiler to generate data classes. Get the type mapping information, register into the Code generation core module. A XSLT trans- form file which can be used by the code generation module with the reg- istered type mapping information to generate the service skeleton and client stub. In addition, the "Tuscany WS" means ws developed by SCA specification. ----------------------------------- Graduate Student with Institute of Software, China Academy of Sciences, China Comain Chen Mail: [EMAIL PROTECTED] ,[EMAIL PROTECTED] -----邮件原件----- 发件人: Angel Todorov [mailto:[EMAIL PROTECTED] 发送时间: 2007年1月8日 22:32 收件人: [email protected] 抄送: [EMAIL PROTECTED] 主题: Re: SDO databinding extension for Axis2 Hi Anthony, Thanks for the info. What exactly do you mean by "Tuscany WS support" ? Also, is there any in-depth tutorial that describes how custom data binding extensions can be wired into Axis2 ? For now i see the only way is to browse through the source code of the codegen , including adb / xmlbeans ..., etc , extensions. Thanks in advance. Regards, Angel On 1/8/07, Anthony Elder <[EMAIL PROTECTED]> wrote: > Yes the Apache Tuscany project has integrated SDO with Axis2 and the > tooling like WSDL2Java, however at the moment it only works with the > Tuscany WS support. There was talk of creating an Axis2 data binding for > SDO that works outside of Tuscany...its mainly a matter of time and > priorities. People like you showing interest could help to get it done. If > we did this would you use it? Would you like to help to do it? > > ...ant > > Tuscany dev. > > > > "Angel Todorov" <[EMAIL PROTECTED]> on 08/01/2007 10:03:34 > > Please respond to [email protected] > > To: [email protected] > cc: > Subject: SDO databinding extension for Axis2 > > > Hello Axis2 dev team, > > I have several questions regarding the integration of SDO into Axis2's > databinding framework: > > 1) Is an SDO extension already available in some release of Axis2? > 2) If not, is implementing the AbstractDBProcessingExtension the only > thing that has to be done, in order to be able to specify SDO as a > parameter to WSDL2Java ? > > 3) I saw that the Tuscany project have some discussion about SDO <=> > Axis2, but i am still not sure whether tuscany has already done the > SDO integration. Do you have any idea what the status is ? > > Thanks very much for your feedback. > > Best Regards, > Angel > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Ajith Ranabahu
