show/hide this revision's text 2 retag
show/hide this revision's text 1

Java JAXB Pros/Cons and Documentation

It's been a while since I used Java in anger so please forgive me if this is silly.

I have just got started on a Java project where we are using JAXB to de-serializing an incoming XML string (from Jetty Server). The project is only using JAXB for this situation.

What are the alternatives to JAXB?
What are pros/cons of JAXB to these alternatives

I have done some googling and found lots of reference material, but is there a definitive source that is the goto place for JAXB questions or do people just see what people are doing and interpret from there.

Thanks.