users@jaxb.java.net

Re: Mixing custom/manual marshalling with JAXB

From: Dennis Sosnoski <dms_at_sosnoski.com>
Date: Thu, 06 Jul 2006 09:49:55 +1200

Hi Nick,

If this is a requirement you may want to look into using JiBX data
binding in place of JAXB (http://www.jibx.org). JiBX is faster and more
flexible than JAXB, including the option of using custom
marshaller/unmarshaller classes that give you full control over the XML
structure where needed. I'm looking into adding support for
automatically generating the JiBX binding definitions from JAXB
annotations, now that JAXB is final.

  - Dennis

Dennis M. Sosnoski
SOA, Web Services, and XML
Training and Consulting
http://www.sosnoski.com - http://www.sosnoski.co.nz
Seattle, WA +1-425-296-6194 - Wellington, NZ +64-4-298-6117



Prisca Moine wrote:
> Hi Nick,
>
> I've just replied your post, hope it will help you.
>
> Prisca.
>
> Nick Minutello a écrit :
>> I want to use jaxb to marshal&unmarshal my object graph but there are
>> objects within this graph that I need to marshal/unmarshal manually
>> (Its quite complicated marshalling/unmarshalling - it requires data
>> that is only available at runtime to do it).
>>
>> Is there a way I can plug into the marshalling/unmarshalling to do
>> this? If not, can we add it?
>>
>> Question also posted on the forum:
>> http://forums.java.net/jive/thread.jspa?threadID=16648
>>
>> Thanks
>> -Nick
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
>> For additional commands, e-mail: users-help_at_jaxb.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> For additional commands, e-mail: users-help_at_jaxb.dev.java.net
>