Hi,
I have completed a proof of concept task involving building Procedural COBOL as managed code and creating a COBOLjvm wrapper that binds/unbinds the DB connection and calls the now managed procedural COBOL.
Having completed a Java test harness to call the wrapper successfully I now want to integrate the wrapper into our Java application and use the RunUnit class as it's a multi-user application deployed on a application server.
Looking at the documentation and forum postings it seems you use either add/getInstance or call methods of RunUnit. The docs mainly refer to using SmartLinkage so any tips to the recommended approach when using a wrapper class would be much appreciated. I had thought of adding the wrapper to the RunUnit.



