9607: cics for java developers and java for system ... · – simplified the setup and management...

66
© 2011 IBM Corporation CICS Transaction Server V4.2 9607: CICS for Java Developers and Java for System Programmers - Two Sides of the Same Coin Matthew Webster [email protected]

Upload: others

Post on 21-May-2020

12 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

© 2011 IBM Corporation

CICS Transaction Server V4.2

9607: CICS for Java Developers and Java for System Programmers - Two Sides of the Same Coin

Matthew Webster [email protected]

Page 2: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation 2

Important disclaimer The information in this presentation is provided for information purposes only. While efforts were made to verify the completeness and accuracy of the information in this presentation, it is provided “as is”, without warranty of any kind, express or implied. In addition, this information does not form part of IBM’s current product plans and strategy, which are subject to change by IBM without notice. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, this presentation or any other documentation. Nothing contained in this presentation is intended to, or shall have the effect of: •  Creating any warranty or representation from IBM (or its affiliates or its or

their suppliers and/or licensors); or •  Altering the terms and conditions of the applicable license agreement

governing the use of IBM software. IBM values your participation and suggestions but makes no commitment to any future product announcement or specific future product content.

Page 3: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Related CICS TS V4.2 Sessions

§  Monday –  9322: CICS TS V4.2 Technical Overview

§  Tuesday –  9601: CICS TS V4.2 Scalability –  9605: What's New in CICS V4.2 Systems Management Best

Practices §  Wednesday

–  9599: CICS TS 4.x Connectivity

§  Thursday

– 9607: CICS for Java Developers and Java for System Programmers - Two Sides of the Same Coin

–  9330: CICS Event Processing

§  Friday

3

Page 4: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Java

4

Page 5: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Themes & Topics

§ User Roles

§ Platform & Tools

§ Demonstration

5

Page 6: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation 6

§  Goals –  Dave wants to write code

§  Tools and Products –  Development tools (e.g. Eclipse,

Rational Application Developer) –  Web browser

§  Tasks –  Tasked with implementing individual

application components according to predefined contract

§  Skills / Education –  Background in software development –  Familiar with one or more languages/

technologies e.g. Java.

Dave the Developer

Page 7: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation 7

§  Goals –  Work with a test and production environment

which empowers the business user and is up 24/7.

§  Tools and Products –  CICS Explorer –  TSO/ISPF –  OMEGAMON® for z/OS

§  Tasks –  Manage the incoming requests for new roles

and new applications §  Skills / Education

–  z/OS knowledge

–  Trouble shooting

–  Programming (e.g., JCL, COBOL)

Steve the Systems Programmer

Page 8: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

CICS TS V4.2 JVM Server

§  New 64-bit Java runtime environment –  Increases the number of JVMs that can be used in a single CICS region –  Removes the constraints on heap storage for each JVM –  Provides performance advantages when running on IBM zEnterprise 196 (z196)

hardware

§  JVM server for user programs –  Run multiple Java transactions as threads in a single JVM server process –  Simplified the setup and management of the CICS Java runtime environment –  Improved portability for Java applications and tools deployed in CICS

§  OSGi bundles for development, deployment & management of Java applications –  Java applications packaged as one or more industry standard OSGi bundles and

then deployed/installed as a CICS BUNDLE –  Removes the need to load Java applications from a statically defined class path –  Provision of application isolation and versioning, cross-package prerequisite

checking, and simplified package redeployment

8

Page 9: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

CICS TS V4.2 Pooled JVM

§  Enterprise Java Bean Support – Enterprise Java Bean (EJB) 1.1 specification and the

associated CICS EJB Server components was stabilized in CICS TS V4.1

– Not available in JVM server – Encouraged to migrate EJB applications to be Java SE

components and make them available through web services or the JEE Connector Architecture (JCA)

§  Java pool infrastructure §  Infrastructure was stabilized in CICS TS V4.1 §  Encouraged to migrate Java applications to OSGi bundles §  See Migrating applications using the CICS Explorer SDK in the

V4.2 Information Center

9

Page 10: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation 10

JVMSERVER resource

What is a JVM server…?

§  a new CICS resource containing a long-running JVM.

§  the strategic direction of Java in CICS

§  a JVM that serves multiple transactions concurrently.

§  a JVM in which applications/tasks run as OSGi bundles.

JVM

Task

Task

Task

OSGi bundle/Application

OSGi bundle/Application

Page 11: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation 11

JVM server vs existing Java support?

CICS (JVM server)

JVM

Task

Task

Task

CICS (pooled Java)

JVM Task

Task

Task

JVM

JVM

Single JVM - serves many tasks (reduced storage) Pool of JVMs - each serves only a single task.

(concurrent, multi-threaded, up to 256 threads per JVM server)

Java Program Isolation

T8 (CICS key) J8 (CICS key), J9 (User key)

MAXTHRDTCBS (automatically calculated), up to max of 1024 per region

MAXJVMTCBS, SIT parm

More standard Server model (+ data-sharing) Difficult, convoluted to share data and state.

Dynamic update and replace of modules JVMs must be restarted to effect changes

Page 12: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation 12

Attaching work to a JVMSERVER?

Page 13: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

CICS Explorer SDK

§  CICS Explorer SDK V1.0 –  Introduced with CICS TS V4.1 – Plug-in development for CICS Explorer

§  CICS Explorer SDK V1.1 –  Introduced with CICS TS V4.2 – CICS Java developement

§  CICS Explorer meets Eclipse IDE –  Integrated documentation, examples & wizards for simplified

development & deployment – Support for migrating applications using conversion, wrapping

or injection – Supports the development of Java applications for both a JVM

server and pooled JVM

13

Page 14: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Demonstration: CICS Explorer & CICS Explorer SDK

§  Goals –  Run a Java application in CICS –  Demonstrate different development & management roles –  End-to-end experience with CICS Explorer SDK

§  Dave the Developer –  Will create, deploy & test the application –  Can troubleshoot application problems

§  Steve the System Programmer –  Will create the Java environment and install & manage the application –  Can troubleshoot application dependency problems

§  Setup –  Orlando: Mac OS X 10.6 + Java SE 6 (Update 26) + Eclipse 3.6.2 (Cocoa

64-bit) + CICS Explorer SDK V1.1 –  Hursley: CICS TS V4.2 (CICSplex) –  Java and CICS SM perspectives in separate workbench windows

14

Page 15: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

CICS Explorer & CICS Explorer SDK Demonstration

15

Page 16: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Steve the Systems Programmer

1.  Configure and install JVM server

2.  Create and install (sample) CICS resources

3.  Create CICS bundle

16

Page 17: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Edit supplied DFHOSGI profile and “File > Save As…”

17

Page 18: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Edit supplied DFHOSGI profile and “File > Save As…”

18

Page 19: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Edit supplied DFHOSGI profile and “File > Save As…”

19

Page 20: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Use “Show SIT Parameters” to find JVM Profile Directory

20

Page 21: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

INSTALL sample DFH$JVM JVM server

21

Page 22: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

INSTALL sample DFH$JVM JVM server

22

Page 23: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

JVM server DFH$JVMS ENABLED

23

Page 24: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Check IYCWEGG1.DFH$JVMS.dfhjvmtrc for any problems

24

Page 25: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

List of system and “middleware” OSGi bundles installed

25

Page 26: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Lots of useful information about JVM server

26

Page 27: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Dave the Application Developer

1.  Consult CICS Java Developer Guide

2.  Set Target Platform

3.  Create (example) application

4.  Deploy application as CICS bundle

27

Page 28: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Empty workspace, empty CICS bundle

28

Page 29: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Developing applications using the CICS Explorer SDK

29

Page 30: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Set Target Platform

30

Page 31: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Set Target Platform

31

Page 32: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

JCICS version 1.300 (V4.2)

32

Page 33: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Java 1.6

33

Page 34: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Select the new target

34

Page 35: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Add the examples (Hello, JCICS & Web) to the workspace

35

Page 36: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Add OSGi bundle projects

36

Page 37: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Add CICS bundle project

37

Page 38: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Errors in the Problems view for missing OSGi bundles

38

Page 39: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Deploy application as CICS bundle

39

Page 40: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Select CICS bundle directory

40

Page 41: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Transfer metadata files

41

Page 42: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Build, locally export & transfer OSGi bundle JAR files

42

Page 43: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Handoff CICS bundle to Steve

43

Page 44: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Application

What is an OSGi Bundle?

HelloWorld

ClassA

ClassB

Page 45: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

What is an OSGi Bundle?

ZIP

HelloWorld

ClassA

ClassB

Page 46: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

What is an OSGi Bundle?

JAR

HelloWorld

ClassA

ClassB

MANIFEST.MF Manifest-Version: 1.0 Created-By: IBM Corporation

Page 47: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

What is an OSGi Bundle?

Bundle

HelloWorld

ClassA

ClassB

MANIFEST.MF Manifest-Version: 1.0 Created-By: IBM Corporation Bundle-SymbolicName: com.ibm.cics.server.examples.hello Bundle-Version: 1.0.0 Bundle-RequiredExecutionEnvironment: J2SE-1.6 Import-Package: com.ibm.cics.server;version="4.2.0" Export-Package: examples.hello

Page 48: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

What is an OSGi Bundle?

Bundle

HelloWorld

ClassA

ClassB

MANIFEST.MF Manifest-Version: 1.0 Created-By: IBM Corporation Bundle-SymbolicName: com.ibm.cics.server.examples.hello Bundle-Version: 1.0.0 Bundle-RequiredExecutionEnvironment: J2SE-1.6 Import-Package: com.ibm.cics.server;version="4.2.0" Export-Package: examples.hello

Page 49: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Bundle

What is an OSGi Bundle?

JAR

HelloWorld

ClassA

ClassB

MANIFEST.MF Manifest-Version: 1.0 Created-By: IBM Corporation Bundle-SymbolicName: com.ibm.cics.server.examples.hello Bundle-Version: 1.0.0 Bundle-RequiredExecutionEnvironment: J2SE-1.6 Import-Package: com.ibm.cics.server;version="4.2.0" Export-Package: examples.hello

MANIFEST.MF Manifest-Version: 1.0 Created-By: IBM Corporation Bundle-SymbolicName: com.ibm.cics.server.examples.hello Bundle-Version: 1.0.0 Bundle-RequiredExecutionEnvironment: J2SE-1.6 Import-Package: com.ibm.cics.server;version="4.2.0" Export-Package: examples.hello

Page 50: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Steve the Systems Programmer

1.  Install application as CICS bundle

2.  Validate OSGi bundles and services

3.  Ensure TCP/IP service and URI Map available

4.  Run the application

50

Page 51: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Handoff CICS bundle from Dave

51

Page 52: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Handoff CICS bundle from Dave

52

Page 53: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Install application as CICS bundle

53

Page 54: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation 54

Page 55: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Check CICS bundle and bundle parts

55

Page 56: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

OSGi bundle for Web example

56

Page 57: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

OSGi service for Web example

57

Page 58: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

CICS PROGRAM for Web example

58

Page 59: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Check IYCWEGG1.DFH$JVMS.dfhjvmtrc for any problems

59

Page 60: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Open the Internal Web Browser to test DFJ$JWB1

60

Page 61: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Enter Web example URL

61

Page 62: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Success!

62

Page 63: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Summary

- Platform - Highly scalable runtime

- Application lifecycle and versioning

- Tools - System programmer manages Java workloads using

strategic interfaces consistent with other modern CICS workloads

- Application developer leverages existing skills, tools and processes

- Natural handoff between roles

63

Page 64: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Questions

Page 65: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

Other Sessions

§  Monday –  9322: CICS TS V4.2 Technical Overview

§  Tuesday –  9600: CICS TS and the Cloud –  9331: CICS Explorer: The New Frontier

§  Wednesday –  9319: CICS Emerging Technologies Hands-on Lab Part 1 of 2 –  9320: CICS Emerging Technologies Hands-on Lab Part 2 of 2

§  Thursday –  9606: CICS ... It's Not Just COBOL: Java Support –  9607: CICS for Java Developers and Java for System

Programmers - Two Sides of the Same Coin –  9613: CICS Question Box and Pot Luck

§  Friday –  9614: CICS Nuts, Bolts and Gotchas

65

Page 66: 9607: CICS for Java Developers and Java for System ... · – Simplified the setup and management of the CICS Java runtime environment – Improved portability for Java applications

CICS Transaction Server V4.2

© 2011 IBM Corporation

More Information

§  IBM CICS Explorer –  http://www.ibm.com/software/htp/cics/explorer/

§  SHARE (Past Conferences) –  8514: CICS Explorer Update

http://share.confex.com/share/116/webprogram/Session8514.html –  8265: CICS JVM Server

http://share.confex.com/share/116/webprogram/Session8265.html –  8272: Best Practices for CICS Systems Management

http://share.confex.com/share/116/webprogram/Session8272.html

§  Podcasts –  http://www-01.ibm.com/software/htp/cics/tserver/v42/library/index4.html

§  Blog –  http://masterterminal.wordpress.com/

§  developerWorks Forum –  http://www.ibm.com/developerworks/forums/forum.jspa?forumID=1475

66