On Mon May 11 2009 9:33:18 am tog wrote:
> Thanks Benson for this quick answer
> So for contract first is jaxb my only solution ?

Currently, there IS the xmlbeans databinding and the wsdl2java can generate 
some code for it.   It's not "complete" in that it doesn't currently generate 
the configuration that would be required to go along with the code.  The SEI 
interface and types and stuff are all OK, but there isn't anything to tell the 
"runtime" that this requires XMLBeans.   Thus, you would need to augment the 
generated code with some config.   (patches to add the config would be great.  
:-)

There is a GSoC project to add SDO capabilities as well.  

Dan

> On Mon, May 11, 2009 at 7:10 PM, Benson Margulies 
<[email protected]>wrote:
> > Contract-first is not supported in Aegis at all at this point. Aegis
> > can't handle the vast majority of XML Schema constructs. It manages to
> > map Java classes to a pretty narrow collection of alternatives. This
> > would be a very big job.
> >
> > On Mon, May 11, 2009 at 4:08 AM, tog <[email protected]> wrote:
> > > Hi,
> > >
> > > I was wondering if wsdl2java is working for other front end and
> >
> > databinding
> >
> > > than jaxws and jaxb. Using simple frontend and aegis databinding in
> > > GroovyWS
> > > I would like to investigate a contract first approach ...
> > > I found some velocity templates in the source code but could not figure
> >
> > out
> >
> > > yet if they are used - and where they are.
> > >
> > > Any comment ?
> > >
> > > Best Regards
> > > Guillaume

-- 
Daniel Kulp
[email protected]
http://www.dankulp.com/blog

Reply via email to