Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

COBOL/XML/HTML

Status
Not open for further replies.

DARTIS

IS-IT--Management
May 14, 2003
2
US
Has anyone ever done this combination before. I have a dos PC cobol application I would like to take to the web and want to know how feasible this is.

Thanks in advance for any input.

If you have done this I may also have a project for you.
 
Whether it is feasible to make your application web browser friendly is a practical question, the answer likely dominated by forces that have nothing to do with COBOL, XML, or xHTML. Feasible can mean worthwhile, a question often usefully directed to accountants.

It is certainly possible to adapt a COBOL application for web browser display. XML and xHTML are both well defined information systems grounded in highly structured text. More than well defined, these systems are exhaustively, minutely, and accurately defined. (Probably better defined than understood.) As COBOL is capable of generating text files, generating XML and xHTML is a task mathematicians call "trivial". ("Trivial" meaning "easy as long as YOU have to do all the work".)

IMHO you have two options. One, learn XML and xHTML. There are plenty of resources, the technology works. Eventually you'll know what a web browser will do, how to do it. (Once you get the hang of it you'll like JavaScript.)

Or two, find someone who already knows XML, xHTML. Show what you have, say what you want, listen.
 
Liant has a new product called Business Information Server, or simply BIS. It is available for both Microsoft IIS and Linux/Apache (with other Unix/Apache platforms possible) on a limited release basis right now, and will soon be available for general release (the User Guide is still being changed). BIS makes extensive use of the capabilities of Liant's XML Toolkit, which has been available for quite a while.

BIS allows the COBOL developer a means to bring his legacy applications to the web, either to provide a browser interface (XHTML) or to provide web services (SOAP). Unlike earlier CGI based products, BIS provides session control, allowing the COBOL program to interact with a client browser or other user agent without having to save state (i.e. close files and STOP RUN) between each interaction.

Here is the link:
Note that Adobe Reader is required for PDF files.


Tom Morrison
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top