Home / jrecord_CodeGen / Version_0.90
Name Modified Size InfoDownloads / Week
Parent folder
JRecord_CodeGen_0.90..zip 2019-04-19 3.0 MB
ReadMe_CodeGen_0.90.0.md 2019-04-19 2.0 kB
Totals: 2 Items   3.0 MB 0

CodeGen 0.90

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.
  • LineWrapperPojo - 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.90.zip - CodeGen package

Changes Version 0.90.0

  • Fixes for all Templates
  • CodeGen Schema's now contain Cobol-Tree details as well as traditional Field definitions
  • Field definitions now hold Cobol Definitions.
  • name of StdPojo changes to LineWrapperPojo

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

Source: ReadMe_CodeGen_0.90.0.md, updated 2019-04-19