Fujitsu COBOL with Microsoft .NET Web Demos
-
ASP.NET (language = "COBOL")
- "Hello World" in increasing font size
Demonstrates the use of
inline COBOL code in an ASP.NET page.
- Fruit List
Displays a list of fruits
and displays an image of the one selected by the user. The event handler
that processes the selection event is written in COBOL.
- Fibonacci
Computes the Fibonacci sequence using
classes implemented in several programming languages. This example can also
be run from the command line using the Driver.exe program located in the Bin
directory. For those who are interested in Fibonacci, see
http://pass.maths.org.uk/issue3/fibonacci/index.html.
- Code Generation Test
This sample demonstrates a wide variety
of different ASP.NET constructs using COBOL as the scripting language.
- Simple Control
Demonstrates a simple Web Forms control
written in COBOL.
- Hi You Selected
Presents information to user that is
the combination of values provided in two different Web Forms controls.
-
COBOL Web Services
- Add Two Integers
Implements a simple COBOL Web Service
that adds two numbers together.
- Area Code
A COBOL Web Service that uses an
indexed file to look up a United States area code and returns the
two-letter postal state code that matches the given area code.