You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Ajith Ranabahu <aj...@gmail.com> on 2005/09/13 11:36:41 UTC

[Axis2] Data binding framework

Hi all,
I'm trying to integrate the new (our own) databinding framework with the 
Axis2 code generator. However I find it difficult to figure out where the 
generators are! 
Anyone (most probably Glen) can give me a hint as to where I should start 
looking ?

-- 
Ajith Ranabahu

Re: [Axis2] Data binding framework

Posted by Glen Daniels <gl...@thoughtcraft.com>.
Ajith Ranabahu wrote:
> Hi all,
> I'm trying to integrate the new (our own) databinding framework with the 
> Axis2 code generator. However I find it difficult to figure out where the 
> generators are! 
> Anyone (most probably Glen) can give me a hint as to where I should start 
> looking ?

Hi Ajith!

I only checked in the runtime portion (the 
serializers/deserializers/etc) for right now, and am currently working 
on the generator parts (both the code generator and WSDL generator).  I 
will try to flesh things out a little and send out a sample Stub today, 
then we can figure out how to best coordinate the work.

--Glen