Hi Jothi,

Christian suggests to define package name with a version number like this :

com.mycompany.domain.v1_0.mymodel
com.mycompany.domain.v1_1.mymodel
com.mycompany.domain.v2_0.mymodel

So, based on different xsd files, you will generate domain classes that you
can next enrich with Bindy annotations.

Regards,



On Fri, Aug 24, 2012 at 6:47 AM, Joe San <codeintheo...@gmail.com> wrote:

> Christian,
>
> I did not get your point. In one of my earlier projects, we used to version
> the xsd file in SVN. But when you say version the generated objects, do I
> do it using an annotation? Can that also be generated as well?
>
> Regards,
> Jothi
>
> On Thu, Aug 23, 2012 at 10:38 PM, Christian Müller <
> christian.muel...@gmail.com> wrote:
>
> > But than you cannot re-generate your JAXB objects. You should consider to
> > version the generated and annotated domain objects instead to generate it
> > from your XSD file...
> >
> > Best,
> > Christian
> >
> > On Thu, Aug 23, 2012 at 5:29 PM, Charles Moulliard <ch0...@gmail.com>
> > wrote:
> >
> > > Yep. You can annotated your domain class with both JAXB and Bindy
> > > annotations.
> > >
> > > On Thu, Aug 23, 2012 at 4:37 PM, Joe San <codeintheo...@gmail.com>
> > wrote:
> > >
> > > > I would have to route a JMS message which I guess would be from Tibco
> > to
> > > a
> > > > CSV file to be saved as .xls in a file system.
> > > >
> > > > I guess I have to use both the JAXB and Bindy dataformats. JAXB to
> > > > unmarshall from xml to Java and marshall from java to csv using
> Bindy.
> > > But
> > > > can I annotate the same domain object which I get from the generated
> > JAXB
> > > > with annotations from the Bindy?
> > > >
> > > > Regards,
> > > > Jothi
> > > >
> > >
> > >
> > >
> > > --
> > > Charles Moulliard
> > > Apache Committer / Sr. Pr. Consultant at FuseSource.com
> > > Twitter : @cmoulliard
> > > Blog : http://cmoulliard.blogspot.com
> > >
> >
> >
> >
> > --
> >
>



-- 
Charles Moulliard
Apache Committer / Sr. Pr. Consultant at FuseSource.com
Twitter : @cmoulliard
Blog : http://cmoulliard.blogspot.com

Reply via email to