restoration software transforming legacy software to web services principle investigators leo mark -...

6
Restoration Software Transforming Legacy Software to Web Services Principle Investigators Leo Mark - Georgia Tech, ([email protected]) Spencer Rugaber, Georgia Tech, ([email protected]) Wayne Summers, Columbus State, ([email protected]) Graduate Research Assistants John Gibby, Georgia Tech Harihar Karthik, Columbus State Robert Liu, Georgia Tech Sponsors AFLAC Georgia Research Alliance Columbus Information Processing Innovation Center

Upload: aubrey-underwood

Post on 21-Jan-2016

214 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Restoration Software Transforming Legacy Software to Web Services Principle Investigators Leo Mark - Georgia Tech, (leomark@cc.gatech.edu) Spencer Rugaber,

Restoration SoftwareTransforming Legacy Software to Web Services

Principle InvestigatorsLeo Mark - Georgia Tech, ([email protected])Spencer Rugaber, Georgia Tech, ([email protected])Wayne Summers, Columbus State, ([email protected])

Graduate Research AssistantsJohn Gibby, Georgia TechHarihar Karthik, Columbus StateRobert Liu, Georgia Tech

SponsorsAFLACGeorgia Research AllianceColumbus Information Processing Innovation Center

Page 2: Restoration Software Transforming Legacy Software to Web Services Principle Investigators Leo Mark - Georgia Tech, (leomark@cc.gatech.edu) Spencer Rugaber,

Problem: Transforming legacy assets Corporate assets “tied up in” legacy software

systems Complex, undocumented, monolithic

Not up-to-date wrt evolving technologies Legacy technology New technology

CICS “green screens” Web access VSAM, IMS, DB2 XML Cobol business logic Java Mainframe Web services Monolithic Layered, modular

Page 3: Restoration Software Transforming Legacy Software to Web Services Principle Investigators Leo Mark - Georgia Tech, (leomark@cc.gatech.edu) Spencer Rugaber,

Solution

Methodology for transforming legacy information systems

Guidelines consisting of Separating the user interface aspects of

software from the business logic Extracting the enterprise data model Specifying and encapsulating provided

services Creating, maintaining and evolving the

enterprise integration architecture

Page 4: Restoration Software Transforming Legacy Software to Web Services Principle Investigators Leo Mark - Georgia Tech, (leomark@cc.gatech.edu) Spencer Rugaber,

Case Study

Vertical slice of Cobol system for Reconciliation of invoice records for

customer groups Program understanding;

representation; reengineering into J2EE prototype

Output• Methodology + Process data + Prototype

Page 5: Restoration Software Transforming Legacy Software to Web Services Principle Investigators Leo Mark - Georgia Tech, (leomark@cc.gatech.edu) Spencer Rugaber,

Distributed Multi-tier Architecture

[from java.sun.com/j2ee]

Page 6: Restoration Software Transforming Legacy Software to Web Services Principle Investigators Leo Mark - Georgia Tech, (leomark@cc.gatech.edu) Spencer Rugaber,

Research Questions

How to understand undocumented code? How to transform existing, running

systems to use modern technology? How to loosen exclusive control over data

to allow 24/7 use? How to re-architect batch, mainframe

systems to interactive GUIs? What automation can support these

tasks? How to transfer this method from a

research team to actual developers?