users@jaxb.java.net

Working with multiple vendor files - How To

From: Hank Ratzesberger <hankr_at_crustal.ucsb.edu>
Date: Wed, 25 Jun 2003 14:04:16 -0700

I am sure what the best method is to working
with multiple schemas. I experimented with a
binding solution that separated the classes
into packages based on the namespace URI
automatically. This allowed me to directly
include xsd files (indeed it was required in
order to resolve all entities to primitives).

With JAXB, only one is created for each
compilation.

Do I remove the <import> statements and
rely on the cataloging feature, then make
a separate build for each schema?

Thanks in advance for any tips on a
method/methodology of working with JAXB
and third party published schemas.

Regards,

============================================
Replying to a list? I'll get my copy there!

Hank Ratzesberger
http://crustal.ucsb.edu/ | http://neesgrid.org/
Institute for Crustal Studies
University of California, Santa Barbara
============================================