Skip to Content

How do I make an isCOBOL program that will run on a mobile device, like iPad?

Estimated Reading Time: 1 Minutes

You have several options for creating applications that run on mobile devices with isCOBOL.

  1. Run your application in WebClient, which has enhanced support for mobile devices with touch screens and virtual keyboards. Using the layout managers and hamburger menus make running your application in different size screens easier.
  2. Use isCOBOL Mobile for Android. Though not a solution for the iOS operating system, you can develop applications for any android environment that uses a COBOL logic backend and JIsam format data files with an HTML5/CSS3 front end written in a UI Framework like jQuery Mobile, Dojo Mobile, or Sencha Touch.
  3. Develop a mobile app using the SDK provided by the mobile device manufacturer or OS provider.
    For example:
    http://developer.apple.com/devcenter/ios/index.action
    http://developer.android.com/sdk/index.html

    Interoperate with the COBOL application through one of the following technologies:
    • Share data with COBOL programs through a RDBMS
    • Create a mobile app that makes HTTP (or HTTPS) requests to COBOL Servlets or Java Servlets that then call COBOL subprograms or interface with OOCOBOL objects.
    • Create a mobile app as a web services client with COBOL web services or Java-based web services that call COBOL subprograms or interface with OOCOBOL objects
    • Create a mobile app as a web services client with COBOL web services using isCOBOL EIS

How do I make an isCOBOL program that will run on a mobile device, like iPad?

Powered by PHPKB (Knowledge Base Software)