Schema generation from Java classes (Java 1.4)

2008-11-25 Thread Abid Hussain
Hello everybody, I'm looking for a tool which can map existing classes to a schema. In Jaxb 2.0 this is possible (the tool is called schemagen) but only with Java 1.5. Jaxb 1.0 supports Java 1.4 but doesn't have such a tool. Does anybody know how to do so with Java 1.4? AFAIK there is no

Re: Schema generation from Java classes (Java 1.4)

2008-11-25 Thread Jacob Danner
I don't think XMLBeans has what you are looking for in terms of creating a schema from existing java sources in the way JAXB's schema gen tool does. Have you looked at Castor or JIBx? -jacobd On Tue, Nov 25, 2008 at 4:16 AM, Abid Hussain [EMAIL PROTECTED] wrote: Hello everybody, I'm looking