Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any alternatives to the JAXB XJC-compiler reference implementation from glassfish?

Tags:

java

jaxb

xjc

I am wondering if there are any alternatives to the reference implementation of the JAXB XJC-compiler from Glassfish!? Don't understand me wrong, the XJC is working fine. But if this is the "reference implementation", there muste be other implementations. is there any from IBM?

like image 455
Thomas Uhrig Avatar asked Sep 18 '25 20:09

Thomas Uhrig


1 Answers

I've not had experience with either of these, but there is Apache JaxMe and EclipseLink MOXy.

Update:

According to Blaise Doughan below, MOXy uses the reference implementation.

like image 73
laz Avatar answered Sep 20 '25 11:09

laz