For Programmers: Free Programming Magazines  


Home > Archive > Cobol > April 2004 > Cobol via web









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Cobol via web
Juan

2004-04-06, 8:30 pm

Hi guys

I need to access a Cobol application via web.
Someone has tried something like that?
A friend told me about tarantella but it implies to install a client
in every box.
I would prefer that my clients access my application without has to
install some program.

I hope that someone can help me.

Thanks in advance.

Juan
Richard

2004-04-07, 4:30 am

jchipocov@yahoo.com.ar (Juan) wrote

> I need to access a Cobol application via web.
> Someone has tried something like that?
> A friend told me about tarantella but it implies to install a client
> in every box.
> I would prefer that my clients access my application without has to
> install some program.


There are several ways including:

Implement the system on Linux and use telnet or ssh (secure shell) to
access it. Use normal xterm and ssh on a Linux client, the almost
useless Windows telnet or putty with ssh on Windows client, or Java
telnet client (optional ssh) from almost anything, including some
PDAs.

The application could be written using Xopen accept display or SP/2
text GUI.

Use SP/2 thin client to Linux or Windows server. This requires a
client to be installed, but it could be done over the initial
connection using a web browser.

Write your application to run as a CGI web server using html forms and
have it accessed from web browsers.

I think that ACCU have a web client system.
BGMeshi

2004-04-07, 5:30 pm

riplin@Azonic.co.nz (Richard) wrote in message news:<217e491a.0404062343.2b44aaae@posting.google.com>...
> jchipocov@yahoo.com.ar (Juan) wrote
>
>
> There are several ways including:


What COBOL dialect do you use?
Juan

2004-04-09, 12:30 am

I am using runcobol for SCO running in a Linux RH 9.0 box
Thanks for your interest

Juan


meshi101@bezeqint.net (BGMeshi) wrote in message news:<dff57de5.0404071241.419444df@posting.google.com>...
> riplin@Azonic.co.nz (Richard) wrote in message news:<217e491a.0404062343.2b44aaae@posting.google.com>...
>
> What COBOL dialect do you use?

Bob Wolfe

2004-04-12, 5:30 pm

Richard:

We also have a product which does not require any client component
installation. It allows a web server to serve HTML/Javascript user
interface screens from a standard COBOL sp2 program.

It even supports the ability to display Macromedia Flash user
interface screens.

The product is called Web Client.



riplin@Azonic.co.nz (Richard) wrote:

>jchipocov@yahoo.com.ar (Juan) wrote
>
>
>There are several ways including:
>
>Implement the system on Linux and use telnet or ssh (secure shell) to
>access it. Use normal xterm and ssh on a Linux client, the almost
>useless Windows telnet or putty with ssh on Windows client, or Java
>telnet client (optional ssh) from almost anything, including some
>PDAs.
>
>The application could be written using Xopen accept display or SP/2
>text GUI.
>
>Use SP/2 thin client to Linux or Windows server. This requires a
>client to be installed, but it could be done over the initial
>connection using a web browser.
>
>Write your application to run as a CGI web server using html forms and
>have it accessed from web browsers.
>
>I think that ACCU have a web client system.



Bob Wolfe
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~
When replying by e-mail, make sure that you correct the e-mail address.
Check out The Flexus COBOL Page at http://www.flexus.com

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com