Re: [JiBX DataBinding] Code generation API

2010-07-07 Thread Dennis Sosnoski
Nilupa Bandara wrote: Quick clarification, the CodeGen.generate(..)[1] method is a private method. Is that intentional ? Nope. :-) Corrected in CVS. - Dennis

Re: [JiBX DataBinding] Code generation API

2010-07-07 Thread Nilupa Bandara
On Wed, Jul 7, 2010 at 4:56 AM, Dennis Sosnoski wrote: > I've restructured the JiBX code generation from schema to make it easier to > use from other tools. Nilupa, you should be able to use this to integrate > JiBX code and binding generation in with CXF's code generation from WSDL. > > JiBX cod

Re: [JiBX DataBinding] Code generation API

2010-07-07 Thread Nilupa Bandara
Thanks for making the API more user friendly. I will checkout the latest from JiBX CVS repository. Nilupa On Wed, Jul 7, 2010 at 4:56 AM, Dennis Sosnoski wrote: > I've restructured the JiBX code generation from schema to make it easier to > use from other tools. Nilupa, you should be able to us

[JiBX DataBinding] Code generation API

2010-07-06 Thread Dennis Sosnoski
I've restructured the JiBX code generation from schema to make it easier to use from other tools. Nilupa, you should be able to use this to integrate JiBX code and binding generation in with CXF's code generation from WSDL. JiBX code generation still uses the org.jibx.schema.codegen.CodeGen c