Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
JRecord_CodeGen_0.81.5.zip | 2017-08-16 | 2.4 MB | |
ReadMe_CodeGen_0.81.5.md | 2017-08-16 | 1.7 kB | |
Totals: 2 Items | 2.5 MB | 0 |
CodeGen 0.81.5
The CodeGen utility reads a Cobol Copybook and generates a Java~JRecord skelton programs to read / write the cobol data file using a Code Template. CodeGen has 4 main templates Code Templates:
- pojo - Creates java representation of the Cobol Record + code to read / write the file.
- Standard - Generate a Cobol Field Name class + sample read/write programs
- LineWrapper - as well as generating a Cobol Field Name class it also generates a Line Wrapper class where Cobol field names are Getter/Setter methods. Data is stall stored in JRecord Lines.
- StdPojo - as well as generating a Line Wrapper, the StdPojo will convert the Cobol-Data-Record into a stadard java-class.
CodeGen is also included in the RecordEditor, see RecordEditor Generate Documentation for details
Downloads
- JRecord_CodeGen_0.81.5.zip - CodeGen package
Changes Version 0.81.5
- Adding pojo and pojoWithInterface templates
- some minor changes
Changes Version 0.81.4
- Changes for JRecord 0.81.4 (mainly related to Arrays).
- Several minor changes
Changes Version 0.81.1
- Add -TemplateDirectory allowing user's to create there own CodeGen templates.
- Added Line Wrapper and StdPojo CodeGen Templates
- CodeGen has been added to the RecordEditor. There are details on using CodeGen in the RecordEditor here.
Changes Version 0.81
Initial release