Liberty in IBM CICS: Deploying and Managing Java EE Applications

Download Liberty in IBM CICS: Deploying and Managing Java EE Applications PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 073844216X
Total Pages : 282 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis Liberty in IBM CICS: Deploying and Managing Java EE Applications by : Phil Wakelin

Download or read book Liberty in IBM CICS: Deploying and Managing Java EE Applications written by Phil Wakelin and published by IBM Redbooks. This book was released on 2018-03-29 with total page 282 pages. Available in PDF, EPUB and Kindle. Book excerpt: This IBM® Redbooks® publication is intended for IBM CICS® system programmers and IBM Z architects. It describes how to deploy and manage Java EE 7 web-based applications in an IBM CICS Liberty JVM server and access data on IBM Db2® for IBM z/OS® and IBM MQ for z/OS sub systems. In this book, we describe the key steps to create and install a Liberty JVM server within a CICS region. We then describe how to best use the different deployment techniques for Java EE applications and the specific considerations when deploying applications that use JDBC, JMS, and the new CICS link to Liberty API. Finally, we describe how to secure web applications in CICS Liberty, including transport-level security and request authentication and authorization by using IBM RACF® and LDAP registries. Information is also provided about how to build a high availability infrastructure and how to use the logging and monitoring functions that are available in the CICS Liberty environment. This book is based on IBM CICS Transaction Server (CICS TS) V5.4 that uses the embedded IBM WebSphere® Application Server Liberty technology. It is also applicable to CICS TS V5.3 with the fixes for the continuous delivery APAR PI77502 applied. Sample applications are used throughout this publication and are freely available for download from the IBM CICSDev GitHub organization along with detailed deployment instructions.

Liberty in IBM CICS

Download Liberty in IBM CICS PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : pages
Book Rating : 4.:/5 (12 download)

DOWNLOAD NOW!


Book Synopsis Liberty in IBM CICS by : Phil Wakelin

Download or read book Liberty in IBM CICS written by Phil Wakelin and published by . This book was released on 2018 with total page pages. Available in PDF, EPUB and Kindle. Book excerpt:

Liberty in IBM CICS

Download Liberty in IBM CICS PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : pages
Book Rating : 4.:/5 (16 download)

DOWNLOAD NOW!


Book Synopsis Liberty in IBM CICS by :

Download or read book Liberty in IBM CICS written by and published by . This book was released on 2018 with total page pages. Available in PDF, EPUB and Kindle. Book excerpt:

IBM CICS and Liberty: What You Need to Know

Download IBM CICS and Liberty: What You Need to Know PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738441368
Total Pages : 252 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis IBM CICS and Liberty: What You Need to Know by : Hernan Cunico

Download or read book IBM CICS and Liberty: What You Need to Know written by Hernan Cunico and published by IBM Redbooks. This book was released on 2017-03-15 with total page 252 pages. Available in PDF, EPUB and Kindle. Book excerpt: This IBM® Redbooks® publication, intended for architects, application developers, and system programmers, describes how to design and implement Java web-based applications in an IBM CICS® Liberty JVM server. This book is based on IBM CICS Transaction Server V5.3 (CICS TS) using the embedded IBM WebSphere® Application Server Liberty V8.5.5 technology. Liberty is an asset to your organization, whether you intend to extend existing enterprise services hosted in CICS, or develop new web-based applications supporting new lines of business. Fundamentally, Liberty is a composable, dynamic profile of IBM WebSphere Application Server that enables you to provision Java EE technology on a feature-by-feature basis. Liberty can be provisioned with as little as the HTTP transport and a servlet web container, or with the entire Java EE 6 Web Profile feature set depending on your application requirements. This publication includes a Technology Essentials section for architects and application developers to help understand the underlying technology, an Up-and-Running section for system programmers implementing the Liberty JVM server for the first time, and a set of real-life application development scenarios.

Modernizing Your Business Applications with IBM CICS and Liberty

Download Modernizing Your Business Applications with IBM CICS and Liberty PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738455032
Total Pages : 18 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis Modernizing Your Business Applications with IBM CICS and Liberty by : Hernan Cunico

Download or read book Modernizing Your Business Applications with IBM CICS and Liberty written by Hernan Cunico and published by IBM Redbooks. This book was released on 2016-02-15 with total page 18 pages. Available in PDF, EPUB and Kindle. Book excerpt: This IBM® Redbooks® Solution Guide provides the information necessary for you to understand IBM WebSphere® Application Server V8.5.5 Liberty (Liberty) within IBM CICS® Transaction Server (CICS TS) V5.3. With this understanding, you can take advantage of the Java EE 6 Web Profile capabilities for running new types of applications in the CICS runtime. Liberty is an asset to your organization, whether you intend to extend existing enterprise services hosted in CICS, or develop new web-based applications supporting new lines of business. Fundamentally, Liberty is a highly composable, dynamic profile of IBM WebSphere Application Server that enables you to provision Java Platform, Enterprise Edition (Java EE) technology on a feature-by-feature basis. Liberty can be provisioned with as little as the HTTP transport and a servlet web container, or with the entire Java EE 6 Web Profile feature set depending on your application requirements.

Configuring and Deploying Open Source with IBM WebSphere Application Server Liberty Profile

Download Configuring and Deploying Open Source with IBM WebSphere Application Server Liberty Profile PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738440884
Total Pages : 124 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis Configuring and Deploying Open Source with IBM WebSphere Application Server Liberty Profile by : Rufus Credle

Download or read book Configuring and Deploying Open Source with IBM WebSphere Application Server Liberty Profile written by Rufus Credle and published by IBM Redbooks. This book was released on 2015-07-21 with total page 124 pages. Available in PDF, EPUB and Kindle. Book excerpt: This IBM® Redbooks® publication explains the capabilities of IBM WebSphere® Application Server Liberty profile (Liberty profile), which is lightweight, easy to install, and fast to use. Liberty profile provides a convenient and capable platform for developing and testing your web and OSGi applications. The Liberty profile server is built by using OSGi technology and concepts. The fit-for-purpose nature of the run time relies on the dynamic behavior that is inherent in the OSGi framework and service registry. As bundles are installed or uninstalled from the framework, their services are automatically added or removed from the service registry. The result is a dynamic, composable run time that can be provisioned with only what your application requires and responds dynamically to configuration changes as your application evolves. This book can help you install, customize, and configure several popular open source technologies that can be deployed effectively with the Liberty profile server. The following popular open source toolkits for the Liberty profile server were selected for this book based on the significant enhancements they provide to the web application development process: Apache Maven Spring Framework Hibernate Jenkins Opscode Chef Arquillian MongoDB In this book, the Todo sample demonstrates the use of multiple open source frameworks or toolkits with the Liberty profile server, including Maven, MongoDB, Spring, JPA, Arquillian, Wicket, and others. The Todo sample is a simple application that can be used to create, update, and delete todo items and todo lists, and put the todo items into a related todo list.

A Software Architect's Guide to New Java Workloads in IBM CICS Transaction Server

Download A Software Architect's Guide to New Java Workloads in IBM CICS Transaction Server PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738440256
Total Pages : 148 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis A Software Architect's Guide to New Java Workloads in IBM CICS Transaction Server by : Rufus Credle

Download or read book A Software Architect's Guide to New Java Workloads in IBM CICS Transaction Server written by Rufus Credle and published by IBM Redbooks. This book was released on 2015-01-21 with total page 148 pages. Available in PDF, EPUB and Kindle. Book excerpt: This IBM® Redpaper Redbooks® publication introduces the IBM System z® New Application License Charges (zNALC) pricing structure and provides examples of zNALC workload scenarios. It describes the products that can be run on a zNALC logical partition (LPAR), reasons to consider such an implementation, and covers the following topics: Using the IBM WebSphere Application Server Liberty profile to host applications within an IBM CICS® environment and how it interacts with CICS applications and resources Security technologies available to applications that are hosted within a WebSphere Application Server Liberty profile in CICS How to implement modern presentation in CICS with a CICS Liberty Java virtual machine (JVM) server How to share scenarios to develop Liberty JVM applications to gain benefits from IBM CICS Transaction Server for IBM z/OS® Value Unit Edition Considerations when using mobile devices to interact with CICS applications and explains specific CICS technologies for connecting mobile devices by using the z/OS Value Unit Edition How IBM Operational Decision Manager for z/OS runs in the transaction server to provide decision management services for CICS COBOL and PL/I applications Installing the CICS Transaction Server for z/OS (CICS TS) Feature Pack for Modern Batch to enable the IBM WebSphere® batch environment to schedule and manage batch applications in CICS This book also covers what is commonly referred to as plain old Java objects (POJOs). The Java virtual machine (JVM) server is a full-fledged JVM that includes support for Open Service Gateway initiative (OSGi) bundles. It can be used to host open source Java frameworks and does just about anything you want to do with Java on the mainframe. POJO applications can also qualify for deployment using the Value Unit Edition. Read about how to configure and deploy them in this companion Redbooks publication: IBM CICS and the JVM server: Developing and Deploying Java Applications, SG24-8038 Examples of POJOs are terminal-initiated transactions, CICS web support, web services, requests received via IP CICS sockets, and messages coming in via IBM WebSphere MQ messaging software.

IBM WebSphere Application Server Liberty Profile Guide for Developers

Download IBM WebSphere Application Server Liberty Profile Guide for Developers PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738440876
Total Pages : 266 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis IBM WebSphere Application Server Liberty Profile Guide for Developers by : Miho Hachitani

Download or read book IBM WebSphere Application Server Liberty Profile Guide for Developers written by Miho Hachitani and published by IBM Redbooks. This book was released on 2015-09-09 with total page 266 pages. Available in PDF, EPUB and Kindle. Book excerpt: IBM® WebSphere® Application Server V8.5 includes a Liberty profile, which is a highly composable, dynamic application server profile. It is designed for two specific use cases: Developer with a smaller production run time, and production environments. For a developer, it focuses on the tasks that a developer does most frequently and makes it possible for the developer to complete those tasks as quickly and as simply as possible. For production environments, it provides a dynamic, small footprint run time to be able to maximize system resources. This IBM Redbooks® publication provides you with information to effectively use the WebSphere Application Server V8.5 Liberty profile along with the WebSphere Application Server Developer Tools for Eclipse, for development and testing of web applications that do not require a full Java Platform. It provides a quick guide on getting started, providing a scenario-based approach to demonstrate the capabilities of the Liberty profile along with the developer tools. This provides a simplified, but comprehensive, application development and testing environment. The intended audience for this book is developers of web and Open Services Gateway initiative (OSGi) applications who are familiar with web and OSGi application concepts. This book has been updated to reflect the new features in WebSphere Application Server.

IBM CICS and the JVM server: Developing and Deploying Java Applications

Download IBM CICS and the JVM server: Developing and Deploying Java Applications PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738438332
Total Pages : 406 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis IBM CICS and the JVM server: Developing and Deploying Java Applications by : Chris Rayns

Download or read book IBM CICS and the JVM server: Developing and Deploying Java Applications written by Chris Rayns and published by IBM Redbooks. This book was released on 2013-07-15 with total page 406 pages. Available in PDF, EPUB and Kindle. Book excerpt: This IBM® Redbooks® publication provides information about the new Java virtual machine (JVM) server technology in IBM CICS® Transaction Server for z/OS® V4.2. We begin by outlining the many advantages of its multi-threaded operation over the pooled JVM function of earlier releases. The Open Services Gateway initiative (OSGi) is described and we highlight the benefits OSGi brings to both development and deployment. Details are then provided about how to configure and use the new JVM server environment. Examples are included of the deployment process, which takes a Java application from the workstation Eclipse integrated development environment (IDE) with the IBM CICS Explorer® software development kit (SDK) plug-in, through the various stages up to execution in a stand-alone CICS region and an IBM CICSPlex® environment. The book continues with a comparison between traditional CICS programming, and CICS programming from Java. As a result, the main functional areas of the Java class library for CICS (JCICS) application programming interface (API) are extensively reviewed. Further chapters are provided to demonstrate interaction with structured data such as copybooks, and how to access relational databases by using Java Database Connectivity (JDBC) and Structured Query Language for Java (SQLJ). Finally, we devote a chapter to the migration of applications from the pooled JVM model to the new JVM server run time.

IBM WebSphere Application Server V8.5 Administration and Configuration Guide for Liberty Profile

Download IBM WebSphere Application Server V8.5 Administration and Configuration Guide for Liberty Profile PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738441082
Total Pages : 226 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis IBM WebSphere Application Server V8.5 Administration and Configuration Guide for Liberty Profile by : Anil Esen

Download or read book IBM WebSphere Application Server V8.5 Administration and Configuration Guide for Liberty Profile written by Anil Esen and published by IBM Redbooks. This book was released on 2015-10-26 with total page 226 pages. Available in PDF, EPUB and Kindle. Book excerpt: IBM® WebSphere® Application Server V8.5 includes a Liberty profile, which is a highly composable, dynamic application server profile. It is designed for two specific use cases: Developers with a smaller production runtime, and production environments. For developers, it focuses on the tasks that a developer does most frequently, and makes it possible for the developer to complete those tasks as quickly and as simply as possible. For production environments, it provides a dynamic, small footprint runtime to be able to maximize system resources. This IBM Redbooks® publication targets administrators of Liberty environments. It provides the information needed to create, configure, and manage Liberty servers. It includes information about managing multiple servers in an installation, including the use of the new administrative capabilities introduced in WebSphere Application Server V8.5.5.7. The following publications are companion publications for this book: WebSphere Application Server: New Features in V8.5.5, REDP-4870 WebSphere Application Server V8.5.5 Technical Overview, REDP-4855 IBM WebSphere Application Server V8.5 Concepts, Planning, and Design Guide, SG24-8022 WebSphere Application Server Liberty Profile Guide for Developers, SG24-8076

CICS and DevOps: What You Need to Know

Download CICS and DevOps: What You Need to Know PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738441384
Total Pages : 202 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis CICS and DevOps: What You Need to Know by : Hernan Cunico

Download or read book CICS and DevOps: What You Need to Know written by Hernan Cunico and published by IBM Redbooks. This book was released on 2016-01-12 with total page 202 pages. Available in PDF, EPUB and Kindle. Book excerpt: This IBM® Redbooks® publication provides an example approach of an agile IT team that implements development and operations (DevOps) capabilities into an IBM CICS® application. Several tools are used to show how teams can achieve transparency, traceability, and automation in their application lifecycle with the assistance of all the stakeholders to deliver high-quality application changes that meet the requirements. The application changes that are built highlight the composable and dynamic nature of using CICS, the Liberty JVM runtime server, and IBM UrbanCodeTM Deploy, which allows developers to get their applications running quickly by using only the programming model features that are required for their applications. The target audience for this publication is IT developers, managers, and architects, and project managers, test managers and developers, and operations managers and developers.

The Next Generation of Distributed IBM CICS

Download The Next Generation of Distributed IBM CICS PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738440574
Total Pages : 522 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis The Next Generation of Distributed IBM CICS by : Raghavendran Srinivasan

Download or read book The Next Generation of Distributed IBM CICS written by Raghavendran Srinivasan and published by IBM Redbooks. This book was released on 2015-06-03 with total page 522 pages. Available in PDF, EPUB and Kindle. Book excerpt: This IBM® Redbooks® publication describes IBM TXSeries® for Multiplatforms, which is the premier IBM distributed transaction processing software for business-critical applications. Before describing distributed transaction processing in general, we introduce the most recent version of TXSeries for Multiplatforms. We focus on the following areas: The technical value of TXSeries for Multiplatforms New features in TXSeries for Multiplatforms Core components of TXSeries Common TXSeries deployment scenarios Deployment, development, and administrative choices Technical considerations It also demonstrates enterprise integration with products, such as relational database management system (RDBMS), IBM WebSphere® MQ, and IBM WebSphere Application Server. In addition, it describes system customization, reviewing several features, such as capacity planning, backup and recovery, and high availability (HA). We describe troubleshooting in TXSeries. We also provide details about migration from version to version for TXSeries. A migration checklist is included. We demonstrate a sample application that we created, called BigBlueBank, its installation, and the server-side and client-side programs. Other topics in this book include application development and system administration considerations. This book describes distributed IBM Customer Information Control System (IBM CICS®) solutions, and how best to develop distributed CICS applications.

Application Development for IBM CICS Web Services

Download Application Development for IBM CICS Web Services PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738440310
Total Pages : 552 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis Application Development for IBM CICS Web Services by : O'Grady James

Download or read book Application Development for IBM CICS Web Services written by O'Grady James and published by IBM Redbooks. This book was released on 2015-01-27 with total page 552 pages. Available in PDF, EPUB and Kindle. Book excerpt: This IBM® Redbooks® publication focuses on developing Web service applications in IBM CICS®. It takes the broad view of developing and modernizing CICS applications for XML, Web services, SOAP, and SOA support, and lays out a reference architecture for developing these kinds of applications. We start by discussing Web services in general, then review how CICS implements Web services. We offer an overview of different development approaches: bottom-up, top-down, and meet-in-the-middle. We then look at how you would go about exposing a CICS application as a Web service provider, again looking at the different approaches. The book then steps through the process of creating a CICS Web service requester. We follow this by looking at CICS application aggregation (including 3270 applications) with IBM Rational® Application Developer for IBM System z® and how to implement CICS Web Services using CICS Cloud technology. The first part is concluded with hints and tips to help you when implementing this technology. Part two of this publication provides performance figures for a basic Web service. We investigate some common variables and examine their effects on the performance of CICS as both a requester and provider of Web services.

Enterprise Java Monitoring on z/OS with OMEGAMON: A Practical Guide to Managing JVM Performance on z/OS

Download Enterprise Java Monitoring on z/OS with OMEGAMON: A Practical Guide to Managing JVM Performance on z/OS PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738456020
Total Pages : 44 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis Enterprise Java Monitoring on z/OS with OMEGAMON: A Practical Guide to Managing JVM Performance on z/OS by : Christopher Walker

Download or read book Enterprise Java Monitoring on z/OS with OMEGAMON: A Practical Guide to Managing JVM Performance on z/OS written by Christopher Walker and published by IBM Redbooks. This book was released on 2017-02-23 with total page 44 pages. Available in PDF, EPUB and Kindle. Book excerpt: This IBM® RedpaperTM publication will help you install, tailor, and configure IBM OMEGAMON® for JVM on IBM z/OS®. You can use OMEGAMON to recognize and resolve problems in monitoring Java resources on z/OS, including within IBM CICS®, IBM IMSTM, and z/OS Connect EE regions. A discussion on the growth of Java on z/OS is provided and explanation on the reasons why monitoring Java resources is critical to any modern z/OS environment.

Configuring and Deploying Open Source with WebSphere Application Server Liberty Profile

Download Configuring and Deploying Open Source with WebSphere Application Server Liberty Profile PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : 0 pages
Book Rating : 4.:/5 (11 download)

DOWNLOAD NOW!


Book Synopsis Configuring and Deploying Open Source with WebSphere Application Server Liberty Profile by : Rufus Credle

Download or read book Configuring and Deploying Open Source with WebSphere Application Server Liberty Profile written by Rufus Credle and published by . This book was released on 2014 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: This IBM® Redbook®s publication explains the capabilities of IBM WebSphere® Application Server Liberty profile, which is extremely lightweight, easy to install, and fast to use. Liberty profile provides a convenient and capable platform for developing and testing your web and OSGi applications. The Liberty profile server is built using OSGi technology and concepts. The fit-for-purpose nature of the run time relies on the dynamic behavior inherent in the OSGi framework and service registry. As bundles are installed or uninstalled from the framework, their services are automatically added or removed from the service registry. The result is a dynamic, composable run time that can be provisioned with only what your application requires and responds dynamically to configuration changes as your application evolves. This book can help you install, customize, and configure several popular open source technologies that can be deployed effectively with the WebSphere Application Server Liberty profile. Popular open source toolkits for the Liberty profile server were selected for this book based on significant enhancements they provide to the web application development process. In this book, a "Todo" sample demonstrates the use of multiple open source frameworks or toolkits with the Liberty profile server. The Todo sample is a simple application that can be used to create, update, and delete to-do items and to-do lists, and put the to-do items into a related to-do list.

Managing Enterprise-wide Deployment of IBM Explorer for z/OS or CICS Explorer

Download Managing Enterprise-wide Deployment of IBM Explorer for z/OS or CICS Explorer PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 073845365X
Total Pages : 44 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis Managing Enterprise-wide Deployment of IBM Explorer for z/OS or CICS Explorer by : David Nice

Download or read book Managing Enterprise-wide Deployment of IBM Explorer for z/OS or CICS Explorer written by David Nice and published by IBM Redbooks. This book was released on 2014-01-10 with total page 44 pages. Available in PDF, EPUB and Kindle. Book excerpt: This IBM® RedpaperTM publication describes the set of features that IBM clients use to simplify deployment of the IBM Explorer products in their operating environments. This enables them to give different levels of control to the system administrator, provide different types of experiences for their users, and require different levels of technical knowledge to implement. Before describing the different mechanisms available for deployment and the unique features of each, the author introduces some of the factors that are involved in deployment. He concludes with a comparison chart of the available technologies so that you can determine which is the most appropriate for your situation. This paper is likely to interest the people in your organization who are responsible for planning, managing, and maintaining deployments of IBM z/OS® Explorer and IBM CICS® Explorer software.

IBM Z Integration Guide for Hybrid Cloud

Download IBM Z Integration Guide for Hybrid Cloud PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738458627
Total Pages : 100 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis IBM Z Integration Guide for Hybrid Cloud by : Nigel Williams

Download or read book IBM Z Integration Guide for Hybrid Cloud written by Nigel Williams and published by IBM Redbooks. This book was released on 2020-04-11 with total page 100 pages. Available in PDF, EPUB and Kindle. Book excerpt: Today, organizations are responding to market demands and regulatory requirements faster than ever by extending their applications and data to new digital applications. This drive to deliver new functions at speed has paved the way for a huge growth in cloud-native applications, hosted in both public and private cloud infrastructures. Leading organizations are now exploiting the best of both worlds by combining their traditional enterprise IT with cloud. This hybrid cloud approach places new requirements on the integration architectures needed to bring these two worlds together. One of the largest providers of application logic and data services in enterprises today is IBM Z, making it a critical service provider in a hybrid cloud architecture. The primary goal of this IBM Redpaper publication is to help IT architects choose between the different application integration architectures that can be used for hybrid integration with IBM Z, including REST APIs, messaging, and event streams.