AI-Accelerated COBOL Modernization For Grocery Client, picture of generic produce

AI-Accelerated COBOL Modernization to Spring Batch

Lauren Fournier Bogner Case Study, Java, Kubernetes, Mainframe, Modernization, New Development, Proof-of-Concept, Spring Batch

Case Study: Modernizing Legacy COBOL Batch Processing for a Leading Food Wholesaler

Keyhole Software successfully modernized a legacy COBOL batch processing system, addressing inefficiencies and integration challenges through an AI-optimized POC. Keyhole accelerated development efforts by 20-30% leveraging AI-driven tools in the migration from COBOL to Spring Batch, enhancing scalability, maintainability, and cloud-native capabilities for the client’s system. Download the case study –

Cobol Modernization with Spring Batch Header Image of Mainframe Racks

White Paper: COBOL Modernization Strategy with Spring Batch

Keyhole Software Articles, COBOL, Development Technologies & Tools, Java, Modernization, Spring Batch Leave a Comment

The Keyhole team is proud to announce the publishing of a new, free white paper: COBOL Modernization Strategy with Spring Batch

This strategy positions Spring Batch as an irresistible proposition for organizations ready to bid farewell to their COBOL legacy. Keyhole Software offers guiding principles for COBOL modernization, with a comprehensive guide based on tangible experience for enterprises navigating the realm of COBOL modernization. 

Cobol Modernization with Spring Batch Header Image of Mainframe Racks

COBOL Modernization Strategy with Spring Batch

White Paper COBOL Modernization Strategy with Spring Batch In this free white paper, Keyhole Software positions Spring Batch as an irresistible proposition for organizations ready to bid farewell to their COBOL legacy.  No registration required. White Paper Topics Keyhole Software offers guiding principles for COBOL modernization, specifically in batch processing, proposing a strategy with Spring Batch. This paper provides a …

Optimizing Output File Testing in Spring Batch

Optimizing Output File Testing in Spring Batch

Jonny Hackett Articles, Java, Spring, Spring Batch, Testing Leave a Comment

It’s quite common to build Spring Batch jobs in which the output is a file for distribution to another team, or to another business. These text files can be in various formats from delimited, fixed length, XML, or some other structure such as an MT950 formatted file (common in financial institutions). In a previous article, I discussed testing practices using …

SQL Server Agent Jobs with Spring Batch

Monitoring SQL Server Agent Jobs with Spring Batch

Josh Green Articles, Development Technologies & Tools, Java, Modernization, Spring Batch, SQL, SQL Server Leave a Comment

In this blog post, I will demonstrate a technique to query the status of a SQL Server Agent job that executes the SSIS package. SQL Server Agent scripts are asynchronous in nature. This can make it difficult to make code decisions based on the execution status of a script of this type.