Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
JRecord_min_0.93_test01.zip | 2023-01-15 | 1.6 MB | |
readme_0.93_test.md | 2023-01-15 | 860 Bytes | |
Totals: 2 Items | 1.6 MB | 0 |
JRecord Mini 0.93 Test
This is a cut down version of JRecord (used to read/write Cobol data files from java). It differs from JRecord in these ways
- A lot smaller and possibly simpler to use.
- Does not need cb2xml.jar
- Does not support occurs deppending
- Cobol Copybooks must be known in advance (this normally the case). There a schema/line class generated for each copybook.
- Not as good for Generic processing.
- Poor support for arrays (will look at improving this).
- Its very similar but not totally compatible with JRecord
- This is a trial, support may be limitted (not sure).
How to use JRecord_Mini
- Generate the Schema & line classes for your code
- Write your code using the generated classes
- Run your code using the JRecord_Mini library
downloads
- JRecord_min_0.93_test01.zip initial release