I'd like to replace some of our roll-your-own xml parsing / serializing with xmlbeans, however, I'm hesitating because our entire core Jar is about 1.2 MB, which includes a lot of things (including our roll-your-own stuff for xml), while the xmlbeans runtime jar appears to be 2.7 MB.
I saw an earlier Jira, https://issues.apache.org/jira/browse/XMLBEANS-264 to create a smaller runtime jar, that was marked "won't fix" because the runtime has a dependency on compilation and the typesystem. Is there a pointer to some documentation that explains the runtime compilation etc.? I had thought that xmlbeans has a compile-time "build" of Java classes from XSDs, and was unaware it was doing compilations during runtime. Thanks for any pointers to more details about this. -Marshall --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@xmlbeans.apache.org For additional commands, e-mail: dev-h...@xmlbeans.apache.org