Re: Passing POJOs in contract last

2009-07-06 Thread Daniel Kulp
On Mon July 6 2009 1:16:56 pm Bruno Melloni wrote: > First, I am aware of the benefits of the 'contract first' approach. Still, > at this time I must use contract last. > > Having said that... how do I pass a POJO as a parameter? You should be able to just pass it as long as the POJO's meet the J

Passing POJOs in contract last

2009-07-06 Thread Bruno Melloni
First, I am aware of the benefits of the 'contract first' approach. Still, at this time I must use contract last. Having said that... how do I pass a POJO as a parameter? I believe I need to define some 'JAXB binding' information 'somewhere' so that it can interpret the POJOs... but search as