hi :
i use JAXB 2.0 and i wanna know if i can use the JAXB compiler (xjc) at the runtime by
my own code , like a method or class that can compile xml schema to java beans, rather
than generate the beans in the command-line approach. coz my xml schema changes at
runtime . ????????
thanks ...