Using Java To Access CA-Datacom
Using Java To Access CA-Datacom
Need a GUI interface to your CA-Datacom data? This is the easy way!
Abstract
Theres no reason why developers of non-mainframe applications shouldnt benefit from using data in mainframe CA-Datacom. This session explains a straight-forward and highly effective approach to having Java applications that can access and maintain data in mainframe CA-Datacom. Users prefer GUI interfaces to mainframe green screens, and using Java brings many benefits to application development. This session introduces these benefits to the non-Java audience, and shows how these benefits can be further enhanced by linking with CA-Datacom.
sponsored by Computer Associates managed & organised by QED Business Systems
Agenda
What is Java? Accessing CA-Datacom from Java Demo of doing this the easy way! Why do it? Summary
What is Java?
What is Java?
Programming language Runtime system Development tools Java Virtual Machine Interpreter Executes byte codes Standard class file format Ported to many hardware platforms
Java Background
Massive marketing by Sun Arrival of world wide web Requirement for architecture-neutral language Vast body of technical expertise
Java Features
Simple language similar to C++ Object-oriented focus on data & interface Distributed Robust, Secure
Java Basics
Source code
App.java
Compiler
Javac App.java
App.class
Java VM Linux
Java VM z/OS
Program container
public class Hello { }
Main method
public static void main (String[] args) { }
Statement
System.out.println(Hello World);
sponsored by Computer Associates managed & organised by QED Business Systems
Java Platform