Re: [jibx-users] split objects in 2 files

2007-01-24 Thread Dennis Sosnoski
You need to be a little more specific about what you want to do. Looking over the binding tutorial section on Structure Mapping may get you started: http://jibx.sourceforge.net/tutorial/binding-structures.html#intro - Dennis Dennis M. Sosnoski SOA and Web Services in Java Training and

[jibx-users] split objects in 2 files

2006-12-11 Thread c_inconnu2
Hi, I am evaluating jibx and i would like to know if there is a way to achieve this behaviour : class A { B b; ... } class B { String id; ... } with the input/output files : * in a.xml : a bsomeBid/b /a * in b.xml : b idsomeBid/id /b I tried with this: * in