I can generate beans from an .xsd file using JAXB. What I would like to do is generate a part in an eclipse 4 application from a .xsd file.
This can all be done manually using JFace binding with a simple example of a name property. I need to do this for hundreds of fields, hence the generator requirement.
I have been searching for examples on how to do this even with non e4 applications.
Or is this a crazy idea?