Moving COBOL/CICS/VSAM to iPhone

Slides:



Advertisements
Similar presentations
® © 2008 IBM Corporation IBM Software Group EGL Simplify Innovation EGL International Conference Zurich Oct EGL Rich UI – Overview and Demonstration.
Advertisements

RDz and Process Integration Using Menu Manager and HATS to customize your RDz installation David Myers.
Natural Business Services for Construct Users Mark Barnard R&D Manager – Natural Business Services.
Using JavaScript in Linked Data Applications Oshani Seneviratne Oct 12, 2010.
Mainframe Modernization
Building New SOA and AJAX- Based Business Applications Mark Barnard R&D Manager – Natural Business Services Software AG (Canada) Inc.
Google Web Toolkit - Gufran Mohammed. Google Web Toolkit (GWT) is an open source Java software development framework that makes writing AJAX applications.
Liang, Introduction to Java Programming, Seventh Edition, (c) 2009 Pearson Education, Inc. All rights reserved Chapter 42 Web Services.
It’s always better live. MSDN Events Developing ASP.NET AJAX Controls with Silverlight.
Creating web service (and client application) with Visual Studio 2008 Create web service project New project->web->ASP.NET web service application (with.
CIS 365 Vandana Janeja Nov 27 th 2001 Connecting Cobol programs to Other Languages- Visual Basic, Java,HTML.
® IBM Software Group © 2008 IBM Corporation Rational Developer for System z User Group Kickoff.
New GUI Use cases and topics for discussion Your hosts today Martin Hecht Olsen CEO & Sales Executive Niels Liisberg CTO & Chief Software Architect.
® IBM Software Group © 2006 IBM Corporation EGL / SOA – Creating and Consuming EGL Web Services This Learning Module shows how to utilize the RBD tooling.
Sonny Goodwin Rene Nunnington. Transoft update.
Proxy servers By Akshit Y10. What is a proxy server O A proxy server is a computer that offers a computer network service to allow clients to make indirect.
® IBM Software Group © 2005 IBM Corporation Who Says Web 2.0 Is Hard? Modernize Your Applications Without Needing a PhD in AJAX Chris Laffra RBD Product.
Copyright 2008, Synchrony Systems, Inc. Legacy TUI to EGL/Web Application Modernization Enterprise Modernizations.
Software Group © 2006 IBM Corporation Modern Application Architectures for COBOL Developers - Continuing the drilldown Presenter’s name Title address.
Microsoft ® ASP.NET Presented by Joseph J. Sarna Jr. JJS Systems, LLC.
Creating Web Services for Legacy COBOL Craig A. VanLengen John D. Haney College of Business Administration Northern Arizona University Next.
EGL Integration with COBOL and Web Services
Contrasting styles of Web UI Development: GWT vs Native JavaScript Roland Schweitzer Weathertop Consulting, LLC Jeremy Malczyk JISAO.
Getting Started with OPC.NET OPC.NET Software Client Interface Client Base Server Base OPC Wrapper OPC COM Server Server Interface WCF Alternate.
® © 2009 IBM Corporation IBM Software Group Application Transformation using EGL Todd Britton IBM Rational.
© 2002 Legion Systems Inc 1 Howard Chen - April 6, 2010 EGL Database Connections
IBM Software Group | Rational Software © 2003 IBM Corporation 1 iSeries – i5 Machine QSYSWRK SBS QZRCSRVSD (Remote Command Server - daemon) TCP/IP QUSRWRK.
® © 2008 IBM Corporation IBM Software Group EGL Simplify Innovation EGL International Conference Zurich Oct EGL Trends and Directions Stefano.
Ajax VS Flex A comparison based on shopping cart implementation PoHsu Yeh py2157.
Devanshu Bawa Customization Specialist Logo Business Solutions.
Enterprise Modernization Made Easy with IBM Development Tools
IBM Software Group © 2007 IBM Corporation Rational Residency Training EGL – Calling RPG, COBOL on System i and System z Mark EvansLinda Cole
Deeper © Copyright IBM Corporation 2008 The smooth evolution of RPG and COBOL applications into Web 2.0 PKS Software
EBIZ312 Connecting Host Systems to Microsoft Technologies Paul Larsen Aaron Grady Microsoft Corporation.
IBM Software Group software Rational Business Developer.
Return to Home! Go To Next Slide! Return to Home! Go To Next Slide!
HORIZONT XINFO – Programming Languages zOS - Cobol 1 HORIZONT XINFO – Programming Languages zOS – Cobol.
SOA on your terms and our expertise © 2008 IBM Corporation CICS Transaction Server for z/OS V3 CICS Transaction Server in your SOA links to more information.
ESRIN, 15 July 2009 Slide 1 Web Service Security support in the SSE Toolbox HMA-T Phase 2 FP 14 December 2009 S. Gianfranceschi, Intecs.
Arklio Studija 2007 File: / / Page 1 Automated web application testing using Selenium
BRANDING YOURSELF FINAL DRAFT.
Paul Larsen / Steve Melan
UKNOF37 Manchester Diego Luis Neto SW NL-ix.
Who are Morpheus? Our experience Our technical excellence
EGL – Calling COBOL on System z
 Create a Local Workstation Project
Personal Website Final Project
What's new in the world of SharePoint development and deployment
Chapter 5 Remote Procedure Call
XINFO – Programming Languages zOS - Assembler
Writing simple Java Web Services using Eclipse
Outline SOAP and Web Services in relation to Distributed Objects
XINFO – Eclipse RDz Plugin
Google Web Toolkit - Gufran Mohammed
XINFO – Programming Languages zOS – PL1
A technical look at new capabilities and features
Outline SOAP and Web Services in relation to Distributed Objects
EGL iSeries Web Service
What’s new in COBOL for z/OS since V4.2
DWR: Direct Web Remoting
Web Browser server client 3-Tier Architecture Apache web server PHP
Paul Larsen & Valerie Robb
Rich UI Inter-Program Communication
Understanding Web Services based on dev. java
A technical look at new capabilities and features
Chapter 42 Web Services.
XINFO – Programming Languages zOS – Cobol
Banking Business challenge
Presentation transcript:

Moving COBOL/CICS/VSAM to iPhone Optional “Demo” Breaker Slide Updated Sept, 01, 2009 Moving COBOL/CICS to iPhone

Link to PCOM Moving COBOL/CICS to iPhone z/OS Texas COBOL Client EXEC CICS READ FILE (‘POTVSAM') INTO (WORK) EXEC CICS RETURN EXEC CICS LINK LAB3POT VSAM COBOL Client COBOL Server Link to PCOM Moving COBOL/CICS to iPhone

z/OS Texas 1. Create a CICS Web Service and WSDL using Rational Developer for System z (RDz) 2. Create a Web 2.0 Interface using Rational Developer for System z with EGL (RDz/EGL) EXEC CICS READ FILE (‘POTVSAM') INTO (WORK) EXEC CICS LINK LAB3POT VSAM COBOL Client COBOL Server z/OS Texas EXEC CICS READ FILE (‘POTVSAM') INTO (WORK) VSAM COBOL Server Moving COBOL/CICS to iPhone

z/OS Texas 1. Create a CICS Web Service and WSDL using Rational Developer for System z (RDz) 2. Create a Web 2.0 Interface using Rational Developer for System z with EGL (RDz/EGL) EXEC CICS READ FILE (‘POTVSAM') INTO (WORK) EXEC CICS LINK LAB3POT VSAM COBOL Client COBOL Server z/OS Texas EXEC CICS READ FILE (‘POTVSAM') INTO (WORK) VSAM COBOL Server Moving COBOL/CICS to iPhone

Using CICS Services, create Services, deploy test and debug using RDz WSDL Create the COBOL/CICS Web Services Test the Web services z/OS Texas COBOL ADAPTER ZSERVEROS EXEC CICS READ FILE (‘POTVSAM') INTO (WORK) EXEC CICS RETURN Converter Driver VSAM Link to RDz COBOL Server Moving COBOL/CICS to iPhone

z/OS Texas 1. Create a CICS Web Service and WSDL using Rational Developer for System z (RDz) 2. Create a Web 2.0 Interface using Rational Developer for System z with EGL (RDz/EGL) EXEC CICS READ FILE (‘POTVSAM') INTO (WORK) EXEC CICS LINK LAB3POT VSAM COBOL Client COBOL Server z/OS Texas EXEC CICS READ FILE (‘POTVSAM') INTO (WORK) VSAM COBOL Server Moving COBOL/CICS to iPhone

Using RDz with EGL create the Web 2.0 Interface Create the Rich UI interface with EGL Test/deploy the Rich UI z/OS Texas ZSERVEROS EXEC CICS READ FILE (‘POTVSAM') INTO (WORK) EXEC CICS RETURN VSAM WSDL COBOL Server Moving COBOL/CICS to iPhone

Ajax Proxy and EGL Rich UI code Invoking CICS Web services from iPhone Using COBOL/CICS/VSAM System z Ajax Proxy and EGL Rich UI code on Application Server z/OS CICS EXEC CICS READ FILE (‘POTVSAM') INTO (WORK) EXEC CICS RETURN Existing CICS/COBOL COBOL Wrapper Generated by RDz Optional “Demo” Breaker Slide http://zserveros.demos.ibm.com:9080/iPhone/egl.html WSDL VSAM More at: http://www-949.ibm.com/software/rational/cafe/blogs/egl-rich-web/2009/08/05/using-iphone-to-access-cobolcicsvsam-cobolims-and-rpg rbarosa@us.ibm.com Link to Safari Emulator Moving COBOL/CICS to iPhone

More at: EGL CAFé : http://www-949.ibm.com/software/rational/cafe/blogs/egl-rich-web/2009/08/05/using-iphone-to-access-cobolcicsvsam-cobolims-and-rpg YouTube Invoking COBOL/CICS/VSAM: http://www.youtube.com/watch?v=5JyJ0XXR_3c http://www.youtube.com/watch?v=5Fu66xMQdcY YouTube Invoking COBOL/IMS http://www.youtube.com/watch?v=c2bGHjCQQZo System z Sandbox: http://www.ibm.com/developerworks/downloads/emsandbox/systemz.html Moving COBOL/CICS to iPhone

Moving COBOL/CICS to iPhone