XINFO - Programming Languages - Java

Slides:



Advertisements
Similar presentations
HORIZONT 1 The IT Information System Eclipse RDz plugin HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
Advertisements

Using Eclipse. Getting Started There are three ways to create a Java project: 1:Select File > New > Project, 2 Select the arrow of the button in the upper.
HORIZONT 1 XINFO ® The IT Information System HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
HORIZONT 1 XINFO ® The IT Information System Cobol HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
HORIZONT 1 XINFO ® The IT Information System HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
Assembler The IT Information System HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
HORIZONT 1 XINFO ® The IT Information System HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
Extending HTML CPSC 120 Principles of Computer Science April 9, 2012.
Oracle Dependencies Analyzer ODA Over time, in large companies we see many Legacy systems that work with several Databases, this.
JavaScript - A Web Script Language Fred Durao
HORIZONT 1 XINFO ® The IT Information System CICS Scanner HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
Introduction to JavaScript CS101 Introduction to Computing.
Tool Install How to download & install Java 6 & Eclipse updated version based on Dr. G. L. Ray’s slides.
HORIZONT 1 XINFO ® The IT Information System HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
HORIZONT 1 XINFO ® The IT Information System How to use XINFO in Software Development HORIZONT Software for Datacenters Garmischer Str. 8 D München.
KING SAUD UNIVERSITY – COLLAGE OF COMPUTER AND INFORMATION SCIENCES CSC 113 JAVA ONLINE DOCUMENTATION.
1 Installing Java on Your PC. Installing Java To develop Java programs on your PC: Install JDK (Java Development Kit) Add the directory where JDK was.
Assembler The IT Information System HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
HORIZONT 1 XINFO ® The IT Information System PL/1 HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
HORIZONT 1 XINFO ® The IT Information System Cobol HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
HORIZONT Software for Datacenters Garmischer Str. 8 D Munich Tel ++49 (0)89 / – 0 IMS XINFO.
HORIZONT XINFO – Scanner zOS – RMM XINFO – Scanner zOS - RMM 1.
HORIZONT 1XINFO – Programming Languages zOS – PL1 HORIZONT XINFO – Programming Languages zOS – PL1.
HORIZONT XINFO – How to use XINFO in Development 1 HORIZONT XINFO – How to use XINFO in Development.
HORIZONT 1XINFO – Programming Languages zOS - Assembler HORIZONT XINFO – Programming Languages zOS - Assembler.
HORIZONT XINFO – Programming Languages zOS - Cobol 1 HORIZONT XINFO – Programming Languages zOS – Cobol.
The IT Information System
Emergent Information Technologies, Inc.
XINFO – Scheduler zOS and DS – Control-M
XINFO HORIZONT Scheduler migration support Software for Datacenters
XINFO – Scanner zOS – CA7.
XINFO – Description of all Components
XINFO – How to use XINFO in Development
XINFO – Scanner zOS – SMF
HORIZONT TWS/WebAdmin DS TWS/WebAdmin DS Tips & Tricks
How to use XINFO ISPF Dialog
The IT - Information System
XINFO – Programming Languages zOS - Assembler
XINFO – Scanner DS – File Content
SmartJCL – Eclipse – RDz Plugin
XINFO – Scanner zOS – PO and PDSE
XINFO – Eclipse RDz Plugin
TWS/Graph HORIZONT TWS/Graph Goodies Software for Datacenters
WORKSHOP 2 TEMPLATES VERSUS SUBSYSTEMS
XINFO – Scanner z/OS – JCL
XINFO – Programming Languages zOS – PL1
SECTION 3 MACROS: OVERVIEW.
CONTENT MANAGEMENT SYSTEM CSIR-NISCAIR, New Delhi
XINFO – Product Presentation
HORIZONT IWS/WebAdmin Many thanks for your attention
Testing REST IPA using POSTMAN
Introduction to javadoc
XINFO – Scanner DS - Automic
XINFO – Scanner zOS - DB2.
XINFO – Scheduler z/OS – TWS
News about XINFO PC Client 4.0
Ops Hub SQL Builder Library
Java Online documentation
Programming in JavaScript
Programming in JavaScript
XINFO – Scanner zOS – Control-D
Introduction to javadoc
XINFO – Scanner zOS – IMS
XINFO – Scheduler z/OS – CA Scheduler
XINFO – Programming Languages zOS – Cobol
Critical Path Simulation
XINFO – Scanner zOS - CICS
XINFO – Programming Language zOS - C
Java-Assignment #4 (Due, April. 9, 2004)
XINFO – Scanner zOS – PO and PDSE
Presentation transcript:

XINFO - Programming Languages - Java

Click on this symbol to jump to the overview slide XINFO Java Scanner The Java Scanner works “decentralized”, means the sources are analyzed on Windows or Unix machines, then the results are loaded into the XINFO database, e.g. DB/2 on z/OS. After that following “displays” are available: This button can be used to jump to specific slides in this presentation. General program info Click on this symbol to jump to the overview slide

Table of Contents General program info Import Interfaces Methods Methods Usage Variables Variables Usage Comments

Like other XINFO Source Scanners a great help for developers... Overview Like other XINFO Source Scanners a great help for developers...

General Info Use “General Info” to ask questions like “which sources are in the specified path ?”

General Info The resulting sources… …and the detailed view

Import If you want to search for imported packages, e.g. which programs import javax.crypto ?

Import Resulting packages...

Classes Use the “Classes” display if you want to know e.g. which classes extend the class *server* ?

Classes Resulting classes... …and the details

Are you looking for interfaces defined in a certain path ?

Interfaces Resulting interface(s) ... Detailed information ...

Methods Do you want to know which methods are implemented in the class “action” ? PS: All forms are “sizeable” to see all possible selection criteria

Methods Info for every method ...

Methods Usage In this example somebody wants to know which colors are used (background and foreground)

Looks like not so many colors are used… ... Methods Usage Looks like not so many colors are used… ...

…then group by “Method Name” and “Parameters” Methode Usage Another example: “Methods Usage” gives you an overview about methods and the used parameters… …select “View Group” …then group by “Method Name” and “Parameters”

…is used with parameter “outNetBB”… Methode Usage …6 times This method… …is used with parameter “outNetBB”…

Variables Are there any global variables in project xxrvecl/src/com/horizont_it/xxrvecl/view ? …Global=Y…

Here are the global variables… …and the details Here are the global variables…

Variables Usage Do you want to know which variables are referenced from the file “Activator.java” ?

Variables Usage Overview about variable usage …and the details

Comments Search for comments?

Comments Info for every comment ... Can I access the Source ?

Yes: First go to general info… Comments Yes: First go to general info…

Comments …the source with the comment This table is generated by “XINFO DS file content scanner”. This scanner reads the contents of text files under Windows and Unix and allows to search for strings in files and to display them. In this example a line command is used to “jump” from “Java General Info” to the “File Content” table.

Any questions to the Java Scanenr? Yes? Send us an email: info@horizont-it.com

Many thanks for your attention!