users@jaxb.java.net

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

From: Wolfgang Laun <wolfgang.laun_at_gmail.com>
Date: Wed, 2 Mar 2011 18:40:46 +0100

You can compile an XML schema and you'll have to compile the generated Java
code at run time. Although, processing the XML data will be difficult.

-W


On 2 March 2011 07:25, ??? <shi_jijun_at_vanceinfo.com> wrote:

> 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
>