legsem / legstar

Automatically exported from code.google.com/p/legstar
0 stars 2 forks source link

Refactor copybook generator so that it is reused across modules #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now we have COBOL copybook generation capabilities as part of 
legstar-cobcgen and legstar-xsd2cob.
There is no reason to have 2 such generators, it is just that cobcgen took 
annotated JAXB classes as input while legstar-xsd2cob took annotated XSD as 
input.
More importantly, there should be a common COBOL model POJO from which 
copybooks are generated. This way, copybook generation can be made available to 
anyone rather than being restricted to JAXB and XSD annotations systems.

Original issue reported on code.google.com by fady.mou...@gmail.com on 14 Feb 2012 at 6:22

GoogleCodeExporter commented 9 years ago

Original comment by fady.mou...@gmail.com on 19 May 2012 at 4:38

GoogleCodeExporter commented 9 years ago

Original comment by fady.mou...@gmail.com on 19 May 2012 at 5:12

GoogleCodeExporter commented 9 years ago

Original comment by fady.mou...@gmail.com on 8 Jun 2012 at 10:17