awltech / org.parallelj.studio

ParallelJ-Studio is a part of the ParallelJ project corresponding to the Eclipse plug-ins part. It contains the graphical editor, but also the code generator and the ParallelJ metamodel. More information can be found on our website: http://www.parallelj.org
http://www.parallelj.org
3 stars 2 forks source link

Introduce a XSD to JAXB pojo plugin #44

Closed aneveux closed 12 years ago

aneveux commented 12 years ago

In order to prepare the data management by ParallelJ, we should provide a small plugin which allows to generate JAXB pojos from a XSD file. This plugin should allow to right click on a XSD file, then from the contextual menu, generate the JAXB pojos.

aneveux commented 12 years ago

Some refactoring is needed:

aneveux commented 12 years ago

Some documentation should also be provided around this topic.

aneveux commented 12 years ago

In this first version of the plugin, the wizard allows to specify the package in which the pojos will be generated. It should be interesting to be able to specify also:

This will allow us to be able to use each xjc feature from the wizard.

You can ask @christophe-w about this ;)

abhijit-g commented 12 years ago

Documentation done at

http://www.parallelj.org/xwiki/bin/view/UserGuide/JXAB+Generation

abhijit-g commented 12 years ago

Documentation modified for new option provided in JXAB generation

aneveux commented 12 years ago

Done by Abhijit.