2 Replies Latest reply on Jun 10, 2016 10:20 PM by sonyjop

    JBoss Fuse and COBOL copybook

    sonyjop

      Hello

       

      I am using JBoss Fuse 6.2 and I want to transfer data between my route and COBOL system in form of copybook.

      What is the best way to get this implemented.

      Do I have to depend on some custom parsers for copybook conversion to and fro Java Bean.

       

      I saw a way to generate Java Beans with the use of CB2XML and JAXB. I am thinking of an advanced/straight forward approach.

      Kindly suggest.

       

      thanks

      Sony

        • 1. Re: JBoss Fuse and COBOL copybook
          bruce789

          As part of my project JRecord, I am playing around with generating Java Bean type code from a Cobol Copybook.

          It will require some modification boiler plate code.

          At this stage I have not released the relevant code yet, I am still working on it.

           

          If interested, contact me via JRecord Forums

          • 2. Re: JBoss Fuse and COBOL copybook
            sonyjop

            As CopyBook to JavaBean is not really possible and Camel-Bindy does not really help in processing nested beans with multiple occurance.

             

            I thought of moving ahead with camel-beanio which seems to be helping appropriately with marshalling and unmarshalling of copybook data or any streams.