Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
JRecord_CodeGen_0.81.1.7z | 2016-07-26 | 1.5 MB | |
ReadMe_CodeGen_0.81.1.md | 2016-07-26 | 1.4 kB | |
Totals: 2 Items | 1.5 MB | 0 |
CodeGen 0.81.1
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 3 main templates Code Templates:
- 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.1.7z - CodeGen package
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