generating JAXB bindings in NetBeans? How is it done?
807605Jun 26 2007 — edited Jun 26 2007Hello, I am trying to use the xml binding framework JAXB in NetBeans.
Without Netbeans I would use the JAXB binding compiler - xjc - on the command line to generate content classes from the XML Schema. Those classes I would then go on to use in my application.
How is this done in Netbeans? I've created a .xsd in my project. How do I leverage the xjc compiler to create content classes from it?
all help is appreciated. I am quite a novice programmer.