X-2E Modernize. What s Inside

Size: px
Start display at page:

Download "X-2E Modernize. What s Inside"

Transcription

1 Automated Conversion of CA 2E (SYNON) Applications to Java using Fresche Solutions What s Inside A description of, the heart of the X-Analysis CA 2E Modernization Module. works directly from the Synon model to automatically convert your application to Java.

2 CA 2E (Synon) applications can easily be converted to Java or RPG Free using X-2E Modernize : The complete, automated solution for conversion to Java or RPG Free Since its introduction, CA 2E (Synon) has become the most successful 4GL tool on the IBM i platform. The CA 2E development environment combines a rich and precise model of designs and specifications with powerful code generation capabilities. Even with this powerful set of features, many companies now face real pressure to modernize their business applications beyond the scope and capability of what CA 2E can oer. The challenge is to move forward without discarding decades of investment in design, evolution and fine tuning stored in the CA 2E model. Fresche s is the solution Modernize for modernizing any CA 2E application. automatically re-factors and generates an MVC Web application using OO methods in Java or RPG Free (Flex & Silverlight UI soon to be added). Fresche s takes advantage of CA 2E application architecture to automatically convert applications. Since CA 2E forces users to organize code into screen designs, action diagrams, business logic and database components, uses this internal 2E model to extract design information in a structure that maps cleanly into a modern MVC/OO/RESTful architecture. Some Highlights: Creates MVC Design Model from recovered interactive program designs in CA 2E Model Screens/Functions Data Layer/Internal Routines Business logic/action Diagrams Generates MVC code from recovered CA 2E designs as RPGLE-Free, Java JSF/Angular JS, Hibernate, Spring, DAO Modernize DDL Database Web UI as: Angular JS JSF ASPx 5250/OA Re-Usable Modules as Free Format RPG & SQLLE Event Driven, Business Logic Modules as Free Format RPG Works over user-defined application areas or individual programs Compares Original and Recovered code Transforms RPG batch logic into Java or RPGLE-Free Analysis Data Model Diagrams Data Flows DDL/XML/UML Screen Designs & Data Mapping Screen Actions Business Rules Graphical Documentation & Impact Analysis Business Rules Analysis & Graphical Structure Charts Creates Hibernate configuration files and JPA package from recovered relational model Fully automates and integrates documentation with X-Analysis CA 2E Entities & Relationships Functions Internal Routines Action Diagrams Creates platform-independent UI/View- Controller meta-data (functions) from 2E Functions Builds Java data migration package from legacy data model Fresche Solutions:

3 Design Recovery: The basis for modernization Whatever the approach to modernization, design recovery is the first step. With this understanding, developers can quickly identify the business rules and reusable designs embedded in core business processes. They can also restructure code, remove dead code and create reusable components that can be enabled as services within a service-oriented architecture (SOA) or any modern application architecture. Design Recovery is very valuable for documentation and application support purposes, but the real benefits come when the recovered design can be used to Recovered Design Extracted Functions/UI Refactored Action Diagrams or Business Logic Data Model modernize or re-develop a system. Reusing existing designs programmatically can provide a dramatic productivity gain in rebuilding an application. Documentation X-Analysis Word/Open Oice/Excel Current Java RPG Free UML XML DDL Potential LANSA Oracle ADF Silverlight Why start from the CA 2E (Synon) Model? It is only possible to convert CA 2E (Synon) applications by working from the CA 2E model into the target architecture and code. Conversion processes that attempt to translate the 2E-generated RPG code will result in volumes of unnecessary, unrecognizable and unmaintainable code. In automated reengineering projects, the 2E information (and not the RPG) is parsed by to recover knowledge chunks and reassemble them into a new system. Several reasons why you should not attempt to directly convert the 2E-generated RPG code: You will be converting approximately 10 times more code The new code will not follow a modern architecture design No one will recognize the new code and it will be extremely diicult to maintain You are likely to have diiculty with scaling and performance Generating from the RPG is not a viable long term investment Fresche Solutions:

4 Modernization Process The X-2E modernization process includes two stages: Component Generation and Application Generation. COMPONENT GENERATION The Component Generation stage includes: 1. Database Modernization; 2. Business Logic Rebuild; 3. UI/Print Functions. Components are summarized at right, and described below. 1. Database Modernization The data model for an application as deduced by X-2E can be used to modernize the database and database access as well as provide valuable information for analysis and documentation. Once you have a modernized database, you gain a number of advantages: Database Modernization Business Logic Rebuild UI/Print Functions DDS to DDL Conversion Data Quality Analysis ORM Framework Gen-(Hibernate) OO VO layer with Web service wrapper Re-factor into event-driven model OO mapping Business rules database Business Logic Model generated as Java, RPG Free Web Service Layer Screen formats/layouts/fields/files/attributes Screen actions flow ORM mapped to UI Conditional field/ui/flow logic Openness/Standards compliance: Using industry-standard SQL means that many dierent tools and applications on multiple platforms can easily access and use your modernized database. Data Integrity: Journaling is available for SQL access just as it has always Portability: Because the database is defined in purely SQL terms rather than in been for file-based access. Constraints and referential integrity can be a proprietary file format, it becomes portable i.e., it is now viable to consider implemented directly at the database level where they are unavoidable moving the database to another platform. rather than at the program level. Database triggers allow code to be run Improved performance: IBM s data retrieval eorts have been concentrated on SQL before or after records are added, updated or deleted, providing an easy way access rather than file-based access for many years. of enforcing compliance, audits, validations and applying business rules. Ability to use modern Object Relational Mapping (ORM) software such as Hibernate Database modernization also uses the advanced design extraction directly for rapid application development in Java and other modern languages. from the CA 2E model, making use of long field names, constraint logic and Reduced dependency on System i-specific skills such as DDS, which may lead to cost all relevant database abstractions, either kept on IBM i or migrated onto savings and reduced risk. other DBMS systems. Fresche Solutions:

5 Modernization Process - Cont d. 2. Business Logic Rebuild View the business rule summary at a glance After recovering the Data Model, the next step is to extract the logic that gives the application its particular characteristics. The generic term for such logic is Business Rules. The challenge is to extract or harvest these rules from the code. Once harvested, these rules need to be narrated and indexed, thus providing critical information for any analyst, architect or developer charged with rebuilding an older application. The task of harvesting business rules manually is a highly skilled, labor-intensive, and costly exercise for any organization. accomplishes this task by automatically scanning the RPG and COBOL programs and the 2E model programmatically. It then separates out rule code from the body of the application and identifies, indexes, narrates, and stores business rule logic code into a structured, usable repository. In the final part of the process, it supplies appropriate textual narratives to describe these harvested rules. Once the rules are derived, they can be viewed in summary form, as shown above at right. The business rule repository can then be used programmatically to generate new code (migrated logic - see at right). At the same time, the built-in documentation, which cross references where-used objects and annotates capabilities, may be used by new developers as the necessary input for re-specification exercises, whether for new applications or for modifications to the current system. Generate new code from the business rule repository, or use the built-in documentation (including full cross-referencing and annotated capabilities) to create new specs. Fresche Solutions:

6 Modernization Process - Cont d. 3. UI/Print Functions The screens of a legacy application are a classic example where the design is useful in a modernization context, and the code is not. The sheer number of screens in a mature application presents a logistical problem in recreating them manually. lets you see what the original screen looked like without having to run the application, which is a great time saver for people not involved with the original application. View individual screens without running the application View the code at any time Design new screens in a GUI designer Fresche Solutions:

7 Modernization Process - Cont d. 3. UI/Print Functions - Cont d. Screen designs of Synon applications are not just about look and feel; there are attributes and embedded logic that are relevant no matter what technology is used to implement them in a modernized system. Among these attributes are: Formats/Layouts - Some screens may benefit from amalgamation or redesign, but table edits and non-transaction type screens will largely remain the same, even if not identical in layout. Actions - Whether from sub-file options, command keys, or default enter actions, these often represent an important part of the usefulness of an application design. The mechanisms used to oer or invoke these calls may change, but where they go logically and what parameters they pass will largely remain consistent. Rebuilding the UI extracts User Interface design information as described above and stores it as metadata in the X-2E repository. This is used as reference documentation for rebuilding UIs manually or for programmatically regenerating new View and Controller artifacts in the new technology. X-Analysis currently generates a JSF / Facelets UI version or a newer AngularJS UI with RESTful Web Services. The design metadata can also be used to generate new interfaces. Fields/Files/Attributes - What fields are on what screens, and where the data comes from is a requirement in any system development. Attributes of a field can also help determine what type of controls might be used in a modern UI. For example, a Boolean type might be implemented with a check box, a date with a date prompt. Again, these are simple enough to edit in modern IDEs, but the volume associated with any large application modernization can make this work prohibitive. Data Model Mapping - Validations and prompting mechanisms that ensure referential integrity in Synon applications can also be vital to extract. This is both to implement referential integrity and to provide design information for building modern prompt or selection controls such as drop-downs or lists. Why AngularJS? The oldest and most mature of all JS MVC frameworks, AngularJS is managed by Google and is best suited for thick client business Web applications. It is built around best design principles and supports scalability, maintainability and modularization. Fresche Solutions: Summary screen laid out in grid pattern

8 Modernization Process - Cont d. APPLICATION GENERATION The modernized Web application based on MVC architecture can be generated after all the components are available. generates the sort of application that would have been written by hand by a professional application architect and team of coders without losing the essence of the original design or functional value. This is all done automatically into the IDEs of the language chosen by the user during generation. The new application is easier to enhance and maintain, and as such naturally attracts a wider, more-readily available resource pool for future development and maintenance. Rebuilding the UI - Cont d. helps you generate screens in the format that fits your workflow. 2E Model Function Action Diagrams Data Model X-2E Repository Extracted Functions Refactored Action Diagrams Explicit Data Model View Controller Extracted Business Logic Class ORM Generic Data Base I/O Classes Modern Database Fresche Solutions: Edit pop-up window

9 Modern and Maintainable Code Base Because converts code by first converting the 2E model to RPG in an MVC/OO/RESTful pattern, this intermediate code can also be viewed and compared to aid in understanding how the conversion took place. The Java code is then generated from the intermediate code as MVC JEE JSF / AngularJS, Spring/Hibernate application code base using modern coding standards for optimum maintainability. Characteristics of the converted code MVC design pattern Model-View-Controller, as in a Model layer of components that contains business logic, a View layer that contains the outward presentation, and a Controller layer that handles events in the other layers and directs process flow. lets you easily compare RPG and converted code side-by-side Object Orientation organization of code into objects (classes), and those classes containing functions. The functions are either callable from other classes, or protected so they can only be called from within their own class. RESTful interaction the most important point about REST is that server components have no inherent knowledge of session state. Session information that needs to be preserved between work flow activities (screens) is preserved and represented from client-side memory, or via session management functions within the application server software. Fresche Solutions:

10 At A Glance... Fresche Solutions: X-2E Modernize The complete, automated solution for conversion to Java or RPG Free. Summary of Functionality California: 9245 Laguna Springs Drive, Suite 200 Elk Grove, CA, Massachusetts: 124 Grove St., Franklin, MA 02038, USA Canada/Corporate Oice: 995 Wellington, Suite 200 Montreal, CAN, H3C 1V3 British Columbia: th St. Sidney, BC CAN, V8L 2Y7 India: Atrauli, Gaurabagh, P.O. Gudumba, Kursi Road, Lucknow , UP, INDIA Australia: 9/622 Ferntree Gully Road Wheelers Hill VIC 3150, Australia Creates MVC Design Model from recovered interactive program designs in CA 2E Model Screens/Functions Data Layer/Internal Routines Compares Original and Recovered code Transforms RPG batch logic into Java or RPGLE-Free Creates Hibernate configuration files and JPA package from recovered relational model Business logic/action Diagrams Fully automates and integrates documentation with X-Analysis Generates MVC code from recovered CA 2E designs as RPGLE-Free, Java JSF/AngularJS, Hibernate, Spring, DAO Creates Platform independent UI/View-Controller meta-data (functions) from 2E Functions Works over user defined application areas or individual programs Builds Java data migration package from legacy data model Fresche Solutions:

11 About Fresche Solutions As a leading expert in IBM i management and modernization, Fresche Solutions helps enterprise organizations transform their business to improve financial performance, increase market competitiveness, remove risk and add business value. Our team of experts has successfully completed hundreds of transformation projects within the most complex enterprise environments, helping organizations future-proof their business by modernizing their business processes, technologies, infrastructure, and methodologies. Committed to 100 percent customer satisfaction, Fresche s services and solutions span the complete IBM i modernization spectrum from concept to maintenance, and include Discovery Services, Modernization Solutions, and Application Management Services & Transformation. For more information about our company, visit us on the Web at X-Analysis Professional is the foundation of the full X-Analysis toolset, a suite of productivity tools for your IBM i applications. Following is a brief description of the other modules in the suite: X-Analysis Professional: The foundation tool, with all of the basic functionality. CA 2E Analysis: Everything required to analyze and document CA 2E applications. Application Process Mapping: Business rule and relational data model extraction and documentation of application processes and flows. Application Modernization: RPG, COBOL and CA 2E (Synon) automatically converted to Java. Audit, Quality and Change Management: Auditing of core application functionality - including design, quality and complexity - to identify and change problematic areas in the application. Database Modernization: Automated conversion of DDS to DDL, including creation of constraints, long field names and views. Data and Test Management: Analysis of data quality; data archiving, data subsetting and data masking. Test data automation and management. Open Systems Analysis: Cross-referencing and documentation of Java, C#, PHP, VB/VB.NET and PowerBuilder. How to get on board: X-Analysis products are available as a complete package or as individual modules. At Fresche Solutions, we work closely with you to assess your needs and recommend the best solutions. To get started, contact us using the information below: Fresche Solutions: info@freschesolutions.com (US, Can) (Belgium, France Germany, UK) CA-2E-modernization-EN

X-Audit. What s Inside. X-Audit

X-Audit. What s Inside. X-Audit X-Audit The Audit, Quality and Change Management module measures, compares and manages the quality, metrics and complexity of your IBM i applications What s Inside A description of X-Audit, the Audit,

More information

X-Resize. What s Inside. X-Resize. Reduce Risk with an Automated Approach to Field Resizing

X-Resize. What s Inside. X-Resize. Reduce Risk with an Automated Approach to Field Resizing X-Resize Reduce Risk with an Automated Approach to Field Resizing What s Inside A description of X-Resize, the Fresche Solutions tool that automatically resizes database fields and all fields in aected

More information

Audit, Code Quality and Change Management

Audit, Code Quality and Change Management Audit, Code Quality and Change Management The Audit, Quality and Change Management solution measures, compares and manages the quality, metrics and complexity of your IBM i applications What s Inside A

More information

Design Recovery & Rebuild with X-Analysis

Design Recovery & Rebuild with X-Analysis MANAGEMENT OVERVIEW A GUIDE TO THE BENEFITS OF USING DESIGN RECOVERY & REBUILD Design Recovery & Rebuild with X-Analysis Databorough Ltd. 66 York Road Weybridge UK info@databorough.com Phone +44 (0)1932

More information

DATABOROUGH TOOLS DATASHEET FEB

DATABOROUGH TOOLS DATASHEET FEB The knowledge and information contained in an organization s business software is vitally important and extremely valuable but often this information covering the operation, metrics, and design of the

More information

LEGACY MODERNIZATION

LEGACY MODERNIZATION LEGACY MODERNIZATION FROM THIS TO THIS X-ANALYSIS APPLICATION DISCOVERY, ANALYSIS AND DOCUMENTATION FOR RPG / COBOL / CA2E / JAVA / VB / POWERBUILDER X-REDO AUTO-BUILD COMPLETE SPECIFICATIONS OF YOUR LEGACY

More information

Application Modernization and Rebuilding with X-Analysis

Application Modernization and Rebuilding with X-Analysis Application Modernization and Rebuilding with X-Analysis Version 9 Overview A guide to the benefits of using X-Analysis Modernization Toolset Databorough Limited 2011 Preface Developing tools and services

More information

Business Logic Extraction with X-Analysis

Business Logic Extraction with X-Analysis MANAGEMENT OVERVIEW A GUIDE TO THE BENEFITS OF USING BUSINESS LOGIC EXTRACTION Business Logic Extraction with X-Analysis Databorough Ltd. 66 York Road Weybridge UK info@databorough.com Phone +44 (0)1932

More information

A Visual Guide to Automated MVC Reengineering

A Visual Guide to Automated MVC Reengineering D a t a b o r o u g h A Visual Guide to Automated MVC Reengineering Steve Kilner This guide has the following sections: 1. Three Steps To New and Improved Systems 2. Why Reengineer? 3. Bad Practices of

More information

Fast Track Model Based Design and Development with Oracle9i Designer. An Oracle White Paper August 2002

Fast Track Model Based Design and Development with Oracle9i Designer. An Oracle White Paper August 2002 Fast Track Model Based Design and Development with Oracle9i Designer An Oracle White Paper August 2002 Fast Track Model Based Design and Development with Oracle9i Designer Executive Overivew... 3 Introduction...

More information

IBM WebSphere Studio Asset Analyzer, Version 5.1

IBM WebSphere Studio Asset Analyzer, Version 5.1 Helping you quickly understand, enhance and maintain enterprise applications IBM, Version 5.1 Highlights n Provides interactive textual n Helps shorten the learning curve and graphic reports that help

More information

Today s Webinar is being recorded You ll receive a follow-up with the recording Q&A after the presentation Ask questions throughout the Webinar

Today s Webinar is being recorded You ll receive a follow-up  with the recording Q&A after the presentation Ask questions throughout the Webinar Today s Webinar is being recorded You ll receive a follow-up email with the recording Q&A after the presentation Ask questions throughout the Webinar Post-Webinar survey Reach your Modernization Goals

More information

Application Migration with X-Analysis

Application Migration with X-Analysis MANAGEMENT OVERVIEW A GUIDE TO THE BENEFITS OF USING APPLICATION MIGRATION Application Migration with X-Analysis Databorough Ltd. 66 York Road Weybridge UK info@databorough.com Phone +44 (0)1932 848564

More information

Oracle Application Development Framework Overview

Oracle Application Development Framework Overview An Oracle White Paper July 2009 Oracle Application Development Framework Overview Introduction... 1 Oracle ADF Making Java EE Development Simpler... 2 THE ORACLE ADF ARCHITECTURE... 3 The Business Services

More information

(p t y) lt d. 1995/04149/07. Course List 2018

(p t y) lt d. 1995/04149/07. Course List 2018 JAVA Java Programming Java is one of the most popular programming languages in the world, and is used by thousands of companies. This course will teach you the fundamentals of the Java language, so that

More information

Migrating Complex Oracle Forms Applications to APEX: Utopia or Reality?

Migrating Complex Oracle Forms Applications to APEX: Utopia or Reality? Migrating Complex Oracle Forms Applications to APEX: Utopia or Reality? A step-by-step journey to successfully modernizing legacy Oracle Forms applications to Oracle Application Express PITSS.CON 11.0.0

More information

CASE STUDY AEROSOFT SYSTEMS MOVING FROM ACUCOBOL/PERL/C-ISAM TO JAVA WITH MICROSOFT SQL SERVER, WINDOWS SERVER AND HYPER-V

CASE STUDY AEROSOFT SYSTEMS MOVING FROM ACUCOBOL/PERL/C-ISAM TO JAVA WITH MICROSOFT SQL SERVER, WINDOWS SERVER AND HYPER-V CASE STUDY AEROSOFT SYSTEMS MOVING FROM ACUCOBOL/PERL/C-ISAM TO JAVA WITH MICROSOFT SQL SERVER, WINDOWS SERVER AND HYPER-V Introduction AeroSoft Systems, headquartered in Mississauga, Ontario, Canada since

More information

Oracle Fusion Middleware 11g: Build Applications with ADF I

Oracle Fusion Middleware 11g: Build Applications with ADF I Oracle University Contact Us: +966 1 1 2739 894 Oracle Fusion Middleware 11g: Build Applications with ADF I Duration: 5 Days What you will learn This course is aimed at developers who want to build Java

More information

QM Chapter 1 Database Fundamentals Version 10 th Ed. Prepared by Dr Kamel Rouibah / Dept QM & IS

QM Chapter 1 Database Fundamentals Version 10 th Ed. Prepared by Dr Kamel Rouibah / Dept QM & IS QM 433 - Chapter 1 Database Fundamentals Version 10 th Ed Prepared by Dr Kamel Rouibah / Dept QM & IS www.cba.edu.kw/krouibah Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 1 Objectives

More information

University of British Columbia Library. Persistent Digital Collections Implementation Plan. Final project report Summary version

University of British Columbia Library. Persistent Digital Collections Implementation Plan. Final project report Summary version University of British Columbia Library Persistent Digital Collections Implementation Plan Final project report Summary version May 16, 2012 Prepared by 1. Introduction In 2011 Artefactual Systems Inc.

More information

Software Version: 9.8

Software Version: 9.8 X-ANALYSIS NEW & NOTEWORTHY Software Version: 9.8 T h i s p r o d u c t r e q u i r e s a s e c u r i t y c o d e t o a c t i v a t e i t. F o r S e c u r i t y C o d e, p l e a s e c a l l D a t a b o

More information

Introduction. A Brief Description of Our Journey

Introduction. A Brief Description of Our Journey Introduction If you still write RPG code as you did 20 years ago, or if you have ILE RPG on your resume but don t actually use or understand it, this book is for you. It will help you transition from the

More information

Application Discovery and Enterprise Metadata Repository solution Questions PRIEVIEW COPY ONLY 1-1

Application Discovery and Enterprise Metadata Repository solution Questions PRIEVIEW COPY ONLY 1-1 Application Discovery and Enterprise Metadata Repository solution Questions 1-1 Table of Contents SECTION 1 ENTERPRISE METADATA ENVIRONMENT...1-1 1.1 TECHNICAL ENVIRONMENT...1-1 1.2 METADATA CAPTURE...1-1

More information

Legacy Metamorphosis. By Charles Finley, Transformix Computer Corporation

Legacy Metamorphosis. By Charles Finley, Transformix Computer Corporation Legacy Metamorphosis By Charles Finley, Transformix Computer Corporation Legacy Metamorphosis By Charles Finley, Transformix Computer Corporation Introduction A legacy application is any application based

More information

Accelerate time-tomarket. Framework-driven development. If converting ideas into

Accelerate time-tomarket. Framework-driven development. If converting ideas into Accelerate time-tomarket through Framework-driven by Jothi Rengarajan If converting ideas into software solutions was easy, there would be far more successful software products than there are in the world

More information

IBM Rational Software Architect

IBM Rational Software Architect Unifying all aspects of software design and development IBM Rational Software Architect A complete design & development toolset Incorporates all the capabilities in IBM Rational Application Developer for

More information

Whitepaper. Web-based Architecture. Author : Jayamsakthi Shanmugam and Ravi Bhardwaj

Whitepaper. Web-based Architecture. Author : Jayamsakthi Shanmugam and Ravi Bhardwaj Whitepaper Migrating Legacy EGL Platform to Multi-tier Author : Jayamsakthi Shanmugam and Ravi Bhardwaj Contents - 1. Overview 3 2. Introduction 4 3. Current Status 4 4. Proposed Solution Procedure 5 5.

More information

OBJECTIVES DEFINITIONS CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS. Figure 1-1a Data in context

OBJECTIVES DEFINITIONS CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS. Figure 1-1a Data in context OBJECTIVES CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition Jeffrey A. Hoffer, V. Ramesh, Heikki Topi! Define terms! Name limitations of conventional

More information

From Oracle Forms to Oracle ADF and J2EE

From Oracle Forms to Oracle ADF and J2EE From Oracle Forms to Oracle ADF and J2EE Modernizing Oracle Forms applications to Oracle Application Development Framework and the J2EE Architecture PITSS.CON 8.0.0 White Paper, June 2009 Introduction...

More information

Chapter 1 GETTING STARTED. SYS-ED/ Computer Education Techniques, Inc.

Chapter 1 GETTING STARTED. SYS-ED/ Computer Education Techniques, Inc. Chapter 1 GETTING STARTED SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: The IDE: Integrated Development Environment. MVC: Model-View-Controller Architecture. BC4J: Business Components

More information

MAKING THE BUSINESS CASE MOVING ORACLE FORMS TO THE WEB

MAKING THE BUSINESS CASE MOVING ORACLE FORMS TO THE WEB MAKING THE BUSINESS CASE MOVING ORACLE FORMS TO THE WEB About Us Agenda Strategic Direction of Oracle Forms Applications Migration Options Migrating to 10g and 11g Migrating to J2EE and ADF Migrating to

More information

Oracle Fusion Middleware 11g: Build Applications with ADF I

Oracle Fusion Middleware 11g: Build Applications with ADF I Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709 Oracle Fusion Middleware 11g: Build Applications with ADF I Duration: 5 Days What you will learn Java EE is a standard, robust,

More information

31CM From RPG OA to Node.js Modernization and Mobile. Presented by: Greg Patterson Senior Sales Engineer Fresche Solutions May 9, 2017

31CM From RPG OA to Node.js Modernization and Mobile. Presented by: Greg Patterson Senior Sales Engineer Fresche Solutions May 9, 2017 31CM From RPG OA to Node.js Modernization and Mobile Presented by: Greg Patterson Senior Sales Engineer Fresche Solutions May 9, 2017 Agenda Brief History of Modernization 5250 Refacing RPG Open Access

More information

X-Analysis Professional

X-Analysis Professional X-Analysis Professional Overview Databorough Ltd. is a world leader in System i application analysis and technical documentation software. X-Analysis Professional, our premier integrated legacy tool set,

More information

Database Environment. Pearson Education 2009

Database Environment. Pearson Education 2009 Chapter 2 Database Environment 1 Chapter 2 - Objectives Purpose of three-level database architecture. Contents of external, conceptual, and internal levels. Purpose of external/conceptual and conceptual/internal

More information

3rd Lecture Languages for information modeling

3rd Lecture Languages for information modeling 3rd Lecture Languages for information modeling Agenda Languages for information modeling UML UML basic concepts Modeling by UML diagrams CASE tools: concepts, features and objectives CASE toolset architecture

More information

<Insert Picture Here> Oracle Application Framework (OAF): Architecture, Personalization, and Extensibility in Oracle E-Business Suite Release 12

<Insert Picture Here> Oracle Application Framework (OAF): Architecture, Personalization, and Extensibility in Oracle E-Business Suite Release 12 Oracle Application Framework (OAF): Architecture, Personalization, and Extensibility in Oracle E-Business Suite Release 12 Sara Woodhull Principal Product Analyst, Oracle Corporation

More information

Migration to Service Oriented Architecture Using Web Services Whitepaper

Migration to Service Oriented Architecture Using Web Services Whitepaper WHITE PAPER Migration to Service Oriented Architecture Using Web Services Whitepaper Copyright 2004-2006, HCL Technologies Limited All Rights Reserved. cross platform GUI for web services Table of Contents

More information

Migrating traditional Java EE applications to mobile

Migrating traditional Java EE applications to mobile Migrating traditional Java EE applications to mobile Serge Pagop Sr. Channel MW Solution Architect, Red Hat spagop@redhat.com Burr Sutter Product Management Director, Red Hat bsutter@redhat.com 2014-04-16

More information

IBM i: JOURNEY TO THE CENTER OF THE CLOUD

IBM i: JOURNEY TO THE CENTER OF THE CLOUD IBM i: JOURNEY TO THE CENTER OF THE CLOUD Prepared by Matt Shannon, Sr. Solutions Specialist and Jeffrey Whicker, Sr. Solutions Specialist Sirius Computer Solutions, Inc. July 2017 Contents Executive Summary...

More information

SUN Sun Certified Enterprise Architect for J2EE 5. Download Full Version :

SUN Sun Certified Enterprise Architect for J2EE 5. Download Full Version : SUN 310-052 Sun Certified Enterprise Architect for J2EE 5 Download Full Version : http://killexams.com/pass4sure/exam-detail/310-052 combination of ANSI SQL-99 syntax coupled with some company-specific

More information

J2EE Application Development : Conversion and Beyond Osmond Ng

J2EE Application Development : Conversion and Beyond Osmond Ng IBM Software Group J2EE Application Development : Conversion and Beyond Osmond Ng IBM Software Group Practitioner View Point IBM Rational Application Developer J2EE/EJB Tooling J2EE construction tools

More information

ECLIPSE PERSISTENCE PLATFORM (ECLIPSELINK) FAQ

ECLIPSE PERSISTENCE PLATFORM (ECLIPSELINK) FAQ ECLIPSE PERSISTENCE PLATFORM (ECLIPSELINK) FAQ 1. What is Oracle proposing in EclipseLink, the Eclipse Persistence Platform Project? Oracle is proposing the creation of the Eclipse Persistence Platform

More information

ADF OAF Who Cares? You Do! Oracle Applications Framework / Application Development Framework - Which way do I go?

ADF OAF Who Cares? You Do! Oracle Applications Framework / Application Development Framework - Which way do I go? ADF OAF Who Cares? You Do! Oracle Applications Framework / Application Development Framework - Which way do I go? 2 Introductions Who am I and why am I here? Audience: Development Management OAF Developers

More information

AO IBM i Advanced Modernization Workshop Curriculum

AO IBM i Advanced Modernization Workshop Curriculum AO IBM i Advanced Modernization Workshop Curriculum This workshop is intended to provide the IBM i professional, specifically the RPG programmer, with an overview of the newest capabilities which have

More information

axes extensions Newsletter April 2010 In This Issue

axes extensions Newsletter April 2010 In This Issue http://www.lansa.com Newsletter April 2010 axes extensions When your 5250 application has been deployed automatically in a browser using the true zero deployment technique of axes, you can use axes extensions

More information

Alberta Pensions Administration Corporation Client Case Study Chooses Fujitsu Legacy Modernization Solution for Mainframe Migration Profile

Alberta Pensions Administration Corporation Client Case Study Chooses Fujitsu Legacy Modernization Solution for Mainframe Migration Profile Client Case Study Alberta Pensions Administration Corporation Chooses Fujitsu Legacy Modernization Solution for Mainframe Migration Profile Located in Edmonton, Alta., Canada, Alberta Pensions Administration

More information

1Z Oracle. Java Enterprise Edition 5 Enterprise Architect Certified Master

1Z Oracle. Java Enterprise Edition 5 Enterprise Architect Certified Master Oracle 1Z0-864 Java Enterprise Edition 5 Enterprise Architect Certified Master Download Full Version : http://killexams.com/pass4sure/exam-detail/1z0-864 Answer: A, C QUESTION: 226 Your company is bidding

More information

Tools to Develop New Linux Applications

Tools to Develop New Linux Applications Tools to Develop New Linux Applications IBM Software Development Platform Tools for every member of the Development Team Supports best practices in Software Development Analyst Architect Developer Tester

More information

Module B1 An Introduction to TOGAF 9.1 for those familiar with TOGAF 8

Module B1 An Introduction to TOGAF 9.1 for those familiar with TOGAF 8 Informs the capability Ensures Realization of Business Vision Business needs feed into method Refines Understanding Informs the Business of the current state Sets targets, KPIs, budgets for architecture

More information

Solution overview VISUAL COBOL BUSINESS CHALLENGE SOLUTION OVERVIEW BUSINESS BENEFIT

Solution overview VISUAL COBOL BUSINESS CHALLENGE SOLUTION OVERVIEW BUSINESS BENEFIT BUSINESS CHALLENGE There is an increasing demand from users of business software for easier to use applications which integrate with other business systems. As a result IT organizations are being asked

More information

CA ERwin Data Profiler

CA ERwin Data Profiler PRODUCT BRIEF: CA ERWIN DATA PROFILER CA ERwin Data Profiler CA ERWIN DATA PROFILER HELPS ORGANIZATIONS LOWER THE COSTS AND RISK ASSOCIATED WITH DATA INTEGRATION BY PROVIDING REUSABLE, AUTOMATED, CROSS-DATA-SOURCE

More information

IBM Rational Business Developer (RBD) is a development environment that

IBM Rational Business Developer (RBD) is a development environment that C H A P T E R1 Introduction IBM Rational Business Developer (RBD) is a development environment that helps programmers write business applications quickly. An organization uses RBD to meet the following

More information

Klocwork Architecture Excavation Methodology. Nikolai Mansurov Chief Scientist & Architect

Klocwork Architecture Excavation Methodology. Nikolai Mansurov Chief Scientist & Architect Klocwork Architecture Excavation Methodology Nikolai Mansurov Chief Scientist & Architect Overview! Introduction Production of software is evolutionary and involves multiple releases Evolution of existing

More information

Seminar report Software reuse

Seminar report Software reuse A Seminar report On Software reuse Submitted in partial fulfillment of the requirement for the award of degree of Bachelor of Technology in Computer Science SUBMITTED TO: www.studymafia.com SUBMITTED BY:

More information

Application Analysis & Documentation with X-2E Professional

Application Analysis & Documentation with X-2E Professional MANAGEMENT OVERVIEW A GUIDE TO THE BENEFITS OF USING X-2E PROFESSIONAL Application Analysis & Documentation with X-2E Professional Databorough Ltd. 66 York Road Weybridge UK info@databorough.com Phone

More information

BLU AGE 2009 Edition Agile Model Transformation

BLU AGE 2009 Edition Agile Model Transformation BLU AGE 2009 Edition Agile Model Transformation Model Driven Modernization for Legacy Systems 1 2009 NETFECTIVE TECHNOLOGY -ne peut être copiésans BLU AGE Agile Model Transformation Agenda Model transformation

More information

white paper OCDS to Server Express Product Evolution Table of Contents white paper

white paper OCDS to Server Express Product Evolution Table of Contents white paper white paper white paper OCDS to Server Express Product Evolution Table of Contents Why move?... 2 OCDS and the RTS... 2 Evolution of the Platform... 2 Micro Focus Server Express... 3 The Deployment Environment

More information

Data Protection for Virtualized Environments

Data Protection for Virtualized Environments Technology Insight Paper Data Protection for Virtualized Environments IBM Spectrum Protect Plus Delivers a Modern Approach By Steve Scully, Sr. Analyst February 2018 Modern Data Protection for Virtualized

More information

DRS Policy Guide. Management of DRS operations is the responsibility of staff in Library Technology Services (LTS).

DRS Policy Guide. Management of DRS operations is the responsibility of staff in Library Technology Services (LTS). Harvard University Library Office for Information Systems DRS Policy Guide This Guide defines the policies associated with the Harvard Library Digital Repository Service (DRS) and is intended for Harvard

More information

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 1 Database Systems

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 1 Database Systems Database Systems: Design, Implementation, and Management Tenth Edition Chapter 1 Database Systems Objectives In this chapter, you will learn: The difference between data and information What a database

More information

THE ACUCOBOL AND RM/COBOL ROADMAP WHAT S NEXT?

THE ACUCOBOL AND RM/COBOL ROADMAP WHAT S NEXT? Leading the Evolution WHITE PAPER THE ACUCOBOL AND RM/COBOL ROADMAP WHAT S NEXT? This document outlines the future direction and options available for users of ACUCOBOL and RM/COBOL and provides an overview

More information

Hospital System Lowers IT Costs After Epic Migration Flatirons Digital Innovations, Inc. All rights reserved.

Hospital System Lowers IT Costs After Epic Migration Flatirons Digital Innovations, Inc. All rights reserved. Hospital System Lowers IT Costs After Epic Migration 2018 Flatirons Digital Innovations, Inc. All rights reserved. A large hospital system was migrating to the EPIC software product suite and as part of

More information

Subject : Computer Science. Paper : Software Quality Management. Module : CASE Tools

Subject : Computer Science. Paper : Software Quality Management. Module : CASE Tools e-pg Pathshala Subject : Computer Science Paper : Software Quality Management Module : CASE Tools Module No: Quadrant 1: CS/SQM/26 e-text An increasing variety of specialized computerized tools (actually

More information

DATA ACCESS TECHNOLOGIES FOR JAVA GENERAL STUDY

DATA ACCESS TECHNOLOGIES FOR JAVA GENERAL STUDY DATA ACCESS TECHNOLOGIES FOR JAVA GENERAL STUDY Manzar Chaudhary Principal Software Engineer RSA manzar.chaudhary@rsa.com Knowledge Sharing Article 2018 Dell Inc. or its subsidiaries. Table of Contents

More information

Rich Web Application Development Solution. Simplifying & Accelerating WebSphere Portal Development & Deployment

Rich Web Application Development Solution. Simplifying & Accelerating WebSphere Portal Development & Deployment Rich Web Application Development Solution Simplifying & Accelerating WebSphere Portal Development & Deployment Rich Web Application Development 2 Richer= Application aspect is more application features

More information

Oracle Data Integrator 12c: Integration and Administration

Oracle Data Integrator 12c: Integration and Administration Oracle University Contact Us: +27 (0)11 319-4111 Oracle Data Integrator 12c: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive data integration

More information

A DEVELOPER S GUIDE TO XP EOL

A DEVELOPER S GUIDE TO XP EOL A DEVELOPER S GUIDE TO XP EOL Everything you need to know. Windows XP is out of support April 9, 2014. Last day of support is April 8, 2014 There are 189 days from Oct. 1, 2013 to Apr. 8, 2014 Including

More information

Oracle Forms Modernization Through Automated Migration. A Technical Overview

Oracle Forms Modernization Through Automated Migration. A Technical Overview Oracle Forms Modernization Through Automated Migration A Technical Overview Table of Contents Document Overview... 3 Oracle Forms Modernization... 3 Benefits of Using an Automated Conversion Tool... 3

More information

OpenEdge Legacy Application Modernization by Example. Mike Fechner, Consultingwerk Ltd.

OpenEdge Legacy Application Modernization by Example. Mike Fechner, Consultingwerk Ltd. OpenEdge Legacy Application Modernization by Example Mike Fechner, Consultingwerk Ltd. mike.fechner@consultingwerk.de Consultingwerk Ltd. Independent IT consulting organization Focusing on OpenEdge and

More information

Oracle Applications OAF, MSCA, MA and ADF. May 06, 2011

Oracle Applications OAF, MSCA, MA and ADF. May 06, 2011 Oracle Applications OAF, MSCA, MA and ADF May 06, 2011 Agenda Oracle Applications Framework(OAF) Oracle Mobile Supply Chain Applications Oracle Mobile Applications Oracle OAF, Mobile Apps and MSCA Summary

More information

Certkiller.P questions

Certkiller.P questions Certkiller.P2140-020.59 questions Number: P2140-020 Passing Score: 800 Time Limit: 120 min File Version: 4.8 http://www.gratisexam.com/ P2140-020 IBM Rational Enterprise Modernization Technical Sales Mastery

More information

CA ERwin Data Modeler

CA ERwin Data Modeler PRODUCT BRIEF: CA ERWIN DATA MODELER CA ERwin Data Modeler CA ERWIN DATA MODELER (CA ERWIN DM) IS AN INDUSTRY-LEADING DATA MODELING SOLUTION THAT ENABLES YOU TO CREATE AND MAINTAIN DATABASES, DATA WAREHOUSES

More information

APPLICATION MODERNIZATION. Brian May IBM i Modernization Specialist

APPLICATION MODERNIZATION. Brian May IBM i Modernization Specialist APPLICATION MODERNIZATION Brian May IBM i Modernization Specialist APPLICATION MODERNIZATION Three critical areas of modernization The future of RPG and Rational Open Access, RPG Edition MVC Modernize

More information

Reengineering of Distributed Middleware Systems To a Model Driven Architecture (MDA)

Reengineering of Distributed Middleware Systems To a Model Driven Architecture (MDA) Reengineering of Distributed Middleware Systems To a Model Driven Architecture (MDA) LeeRoy Bronner, Ph.D., P.E., Amen Ra Mashariki Morgan State University Introduction This paper describes the processes,

More information

Building JavaServer Faces Applications

Building JavaServer Faces Applications IBM Software Group St. Louis Java User Group Tim Saunders ITS Rational Software tim.saunders@us.ibm.com 2005 IBM Corporation Agenda JSF Vision JSF Overview IBM Rational Application Developer v6.0 Build

More information

A White paper. Application Development Using Codiscent Generative Technology and Methodology

A White paper. Application Development Using Codiscent Generative Technology and Methodology Application Development Using Codiscent Generative Technology and Methodology A White paper An Overview of Codiscent s GES Platform and Agile Generative Engineering Methodology Application Development

More information

X-Resize. M a n a g e m e n t O v e r v i e w

X-Resize. M a n a g e m e n t O v e r v i e w X-Resize M a n a g e m e n t O v e r v i e w For more information contact info@databorough.com Producers of X-Analysis www.databorough.com Copyright 2009. Databorough Ltd. Databorough believes the information

More information

Project Horizon Technical Overview. Steven Forman Principal Technical Consultant

Project Horizon Technical Overview. Steven Forman Principal Technical Consultant Project Horizon Technical Overview Steven Forman Principal Technical Consultant Agenda Banner Evolution Overview Project Horizon Overview Project Horizon Architecture Review Preparing for Project Horizon

More information

How to Harvest Reusable Components in Existing Software. Nikolai Mansurov Chief Scientist & Architect

How to Harvest Reusable Components in Existing Software. Nikolai Mansurov Chief Scientist & Architect How to Harvest Reusable Components in Existing Software Nikolai Mansurov Chief Scientist & Architect Overview Introduction Reuse, Architecture and MDA Option Analysis for Reengineering (OAR) Architecture

More information

Project Horizon Technical Overview. Bob Rullo GM; Presentation Architecture

Project Horizon Technical Overview. Bob Rullo GM; Presentation Architecture Project Horizon Technical Overview Bob Rullo GM; Presentation Architecture robert.rullo@sungardhe.com Agenda Banner Evolution Overview Project Horizon Overview Project Horizon Architecture Review Preparing

More information

WebSphere 4.0 General Introduction

WebSphere 4.0 General Introduction IBM WebSphere Application Server V4.0 WebSphere 4.0 General Introduction Page 8 of 401 Page 1 of 11 Agenda Market Themes J2EE and Open Standards Evolution of WebSphere Application Server WebSphere 4.0

More information

Don t just manage your documents. Mobilize them!

Don t just manage your documents. Mobilize them! Don t just manage your documents Mobilize them! Don t just manage your documents Mobilize them! A simple, secure way to transform how you control your documents across the Internet and in your office.

More information

<Insert Picture Here> Forms Strategies: Modernizing Your Oracle Forms Investment

<Insert Picture Here> Forms Strategies: Modernizing Your Oracle Forms Investment Forms Strategies: Modernizing Your Oracle Forms Investment Desmond Chan Solution Architect Manager Oracle Consulting Services Agenda Oracle Forms Strategy Forms Modernisation Strategies

More information

White Paper. Rose PowerBuilder Link

White Paper. Rose PowerBuilder Link White Paper Rose PowerBuilder Link Contents Overview 1 Audience...1 The Software Development Landscape...1 The Nature of Software Development...1 Better Software Development Methods...1 Successful Software

More information

<Insert Picture Here>

<Insert Picture Here> Oracle Forms Modernization with Oracle Application Express Marc Sewtz Software Development Manager Oracle Application Express Oracle USA Inc. 540 Madison Avenue,

More information

COURSE LISTING. Courses Listed. Training for Database & Technology with Development in ABAP Dialog Programming. Beginner. Intermediate.

COURSE LISTING. Courses Listed. Training for Database & Technology with Development in ABAP Dialog Programming. Beginner. Intermediate. Training for Database & Technology with Development in ABAP Dialog Programming Courses Listed Beginner NW001 - SAP NetWeaver - Overview Intermediate SAPTEC - Technology Fundamentals for SAP S/4HANA and

More information

Building a New Rational Web Site with Rational Suite

Building a New Rational Web Site with Rational Suite Building a New Rational Web Site with Rational Suite by Christina Howe Director of Internet Services Rational Software In April of last year, Rational Software determined that its Web site no longer measured

More information

DocOrigin Release 3.1 TECHNICAL PRODUCT OVERVIEW

DocOrigin Release 3.1 TECHNICAL PRODUCT OVERVIEW DocOrigin Release 3.1 TECHNICAL PRODUCT OVERVIEW TECHNICAL PRODUCT OVERVIEW INTRODUCTION DESiGN MERGE FOLDER MONITOR FILTER EDITOR FILLABLE FORMS DocOrigin Release 3.1 Document generation solution for

More information

Packaging for Websphere Development Studio was changed with V6R1.

Packaging for Websphere Development Studio was changed with V6R1. Packaging for Websphere Development Studio was changed with V6R1. Websphere Development Studio was divided into three features: ILE Compilers Heritage Compilers (OPM) ADTS Websphere Development Studio

More information

Learning to Provide Modern Solutions

Learning to Provide Modern Solutions 1 Learning to Provide Modern Solutions Over the course of this book, you will learn to enhance your existing applications to modernize the output of the system. To do this, we ll take advantage of the

More information

Practical Model-Driven Development with the IBM Software Development Platform

Practical Model-Driven Development with the IBM Software Development Platform IBM Software Group Practical Model-Driven Development with the IBM Software Development Platform Osmond Ng (ong@hk1.ibm.com) Technical Consultant, IBM HK SWG 2005 IBM Corporation Overview The Challenges

More information

Oracle Applications in a Changing Business World. Legacy Oracle Applications Won't Be Around Forever. Will You?

Oracle Applications in a Changing Business World. Legacy Oracle Applications Won't Be Around Forever. Will You? Oracle Applications in a Changing Business World Legacy Oracle Applications Won't Be Around Forever. Will You? Ross Smith Chief Architect July 7, 2017 2 Oracle Applications in a Changing Business World

More information

System Optimization & Migration

System Optimization & Migration System Optimization & Migration Agenda 1. Overview 2. Migration Process 3. Gathering / Analyzing 4. Parsing 5. 6. Recovery 7. Result & Document 2 2011-01-17 Demonstration Overview Worldwide IT marketplace

More information

1Z0-560 Oracle Unified Business Process Management Suite 11g Essentials

1Z0-560 Oracle Unified Business Process Management Suite 11g Essentials 1Z0-560 Oracle Unified Business Process Management Suite 11g Essentials Number: 1Z0-560 Passing Score: 650 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ 1Z0-560: Oracle Unified Business

More information

Features and Benefits

Features and Benefits AutoCAD 2005 Features and s AutoCAD 2005 software provides powerhouse productivity tools that help you create single drawings as productively as possible, as well as new features for the efficient creation,

More information

CS560: Formal Modelling and Implementation of Systems (Term II) Lecture: CASE A. O Riordan, 2009.

CS560: Formal Modelling and Implementation of Systems (Term II) Lecture: CASE A. O Riordan, 2009. CS560: Formal Modelling and Implementation of Systems (Term II) Lecture: CASE A. O Riordan, 2009. Software Engineering Tools Project Planning and Management tools Requirements tools Risk Analysis tools

More information

WHITE PAPER. Moving Fragmented Test Data Management Towards a Centralized Approach. Abstract

WHITE PAPER. Moving Fragmented Test Data Management Towards a Centralized Approach. Abstract WHITE PAPER Moving Fragmented Test Data Management Towards a Centralized Approach Abstract Test Data Management (TDM) ensures managing test data requests in an automated way to ensure a high degree of

More information

purequery Deep Dive Part 2: Data Access Development Dan Galvin Galvin Consulting, Inc.

purequery Deep Dive Part 2: Data Access Development Dan Galvin Galvin Consulting, Inc. purequery Deep Dive Part 2: Data Access Development Dan Galvin Galvin Consulting, Inc. Agenda The Problem Data Access in Java What is purequery? How Could purequery Help within My Data Access Architecture?

More information

Oracle Developer Day

Oracle Developer Day Oracle Developer Day Sponsored by: Session 2 Oracle Application Development Framework Speaker Speaker Title Page 1 1 Agenda Development Environment Expectations Challenges Oracle ADF Architecture Business

More information