opensourcecobol / opensourcecobol4j

A new version of opensourcecobol. Translate COBOL to Java.
GNU General Public License v3.0
64 stars 28 forks source link

New Feature: Batch processing #157

Open yutaro-sakamoto opened 11 months ago

yutaro-sakamoto commented 11 months ago

opensource COBOL 4J should support batch processing for . Integrating with Spring Batch seems to be the best way to implement batch processing.

yutaro-sakamoto commented 11 months ago

See also TERASOLUNA Batch Framework for Java