users@jaxb.java.net

Can I bind a schema at runtime? not comand line prompt

From: ??? <shi_jijun_at_vanceinfo.com>
Date: Wed, 2 Mar 2011 14:25:59 +0800

Hi all,

 

I begin to use JAXB recently, and I have a simple question: the schema can
be converted to Java classes by using Schema Compiler, but it is used in
command line prompt. If I convert schema in java code at runtime, may I have
to compile these generated java file to class files? Because the schema
files may changes at runtime.

 

Thanks