Part I: Service Oriented Architecture

Slides:



Advertisements
Similar presentations
October 10-13, 2006 San Diego Convention Center, San Diego California VoIP/SOA Integration Impact on IT Apps, Processes, & Overall Business.
Advertisements

ICS 434 Advanced Database Systems
7-1 INTRODUCTION: SoA Introduced SoA in Chapter 6 Service-oriented architecture (SoA) - perspective that focuses on the development, use, and reuse of.
Copyright © 2008 Accenture All Rights Reserved. Accenture, its logo, and High Performance Delivered are trademarks of Accenture. Andrew Stone Common Security.
© 2006 Carnegie Mellon University Establishing a Network Centric Capability: Implications for Acquisition and Engineering Dennis Smith Complex System Symposium.
Service Oriented Architecture Concepts March 27, 2006 Chris Armstrong
Service Oriented Architecture
6/2/2015Enterprise e-Support Inc.1 SoA (Service Oriented Architecture) Overview.
Component Patterns – Architecture and Applications with EJB copyright © 2001, MATHEMA AG Component Patterns Architecture and Applications with EJB JavaForum.
© 2006 IBM Corporation IBM Software Group Relevance of Service Orientated Architecture to an Academic Infrastructure Gareth Greenwood, e-learning Evangelist,
Thee-Framework for Education & Research The e-Framework for Education & Research an Overview TEN Competence, Jan 2007 Bill Olivier,
SWE Introduction to Software Engineering
1©2005 OnTapSolutions5 December 2005 Service Oriented Architecture with O.K.I. Tom Coppeto OnTapSolutions Stuart Sim Sun Microsystems 5 December 2005.
Business Intelligence Dr. Mahdi Esmaeili 1. Technical Infrastructure Evaluation Hardware Network Middleware Database Management Systems Tools and Standards.
© 2006 IBM Corporation SOA on your terms and our expertise Discovering the Value of SOA SOA In Action SOA & End-2-End Business Driven Development using.
Course Instructor: Aisha Azeem
Georgetown UNIVERSITY Part I: Service Oriented Architecture Seminars on Academic Computing Directors Leadership Seminar, August 7, 2007 Charles F. Leonhardt,
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 11 Slide 1 Architectural Design.
® IBM Software Group © IBM Corporation IBM Information Server Service Oriented Architecture WebSphere Information Services Director (WISD)
The Design Discipline.
Organizing Information Technology Resources
Model Driven Engineering Technologies © Copyright IBM Corporation 2007 IBM Haifa Labs Telecom Service Evolution Environment Feb 2008 Shiri Kremer-Davidson.
Service Oriented Architecture (SOA) at NIH Bill Jones
Csi315csi315 Client/Server Models. Client/Server Environment LAN or WAN Server Data Berson, Fig 1.4, p.8 clients network.
Architectural Design lecture 10. Topics covered Architectural design decisions System organisation Control styles Reference architectures.
©Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 10Slide 1 Architectural Design l Establishing the overall structure of a software system.
Service Oriented Architecture CCT355H5 Professor Michael Jones Suezan Makkar.
Catawba County Board of Commissioners Retreat June 11, 2007 It is a great time to be an innovator 2007 Technology Strategic Plan *
WS Roadmap. The pathway to a service-oriented architecture The pathway to a service-oriented architecture Bob Sutor, IBM IBM identified four steppingstones.
Everything, that's going on around you!. Aims to transfer the knowledge and technologies from academic sphere to business and develop innovative solutions.
HNDIT Rapid Application Development
Component Patterns – Architecture and Applications with EJB copyright © 2001, MATHEMA AG Component Patterns Architecture and Applications with EJB Markus.
© IBM Corporation 2008 WebSphere demonstration Maurits André – WebSphere Technical Sales.
A service Oriented Architecture & Web Service Technology.
Data Management Program Introduction
By: Raza Usmani SaaS, PaaS & TaaS By: Raza Usmani
Database Development (8 May 2017).
CIIT-Human Computer Interaction-CSC456-Fall-2015-Mr
N-Tier Architecture.
Chapter 1: Introduction
IS301 – Software Engineering Dept of Computer Information Systems
SOFTWARE DESIGN AND ARCHITECTURE
SOA (Service Oriented Architecture)
Notification Service JA-SIG June 6, 2006 One stop shopping
Build vs. Buy WSATA Panel Discussion
Part 3 Design What does design mean in different fields?
Enterprise Computing Collaboration System Example
Unit 5 Systems Integration and Interoperability
Jumpstart Solution: Novell Active Information Portal
Introduction to Cloud Computing
Software Testing and Maintenance Designing for Change
Service-centric Software Engineering
Jens Haeusser Director, Strategy IT, UBC
Chapter 5 Designing the Architecture Shari L. Pfleeger Joanne M. Atlee
Inventory of Distributed Computing Concepts
CSSSPEC6 SOFTWARE DEVELOPMENT WITH QUALITY ASSURANCE
Software Architecture
Architectural Design.
Chapter 6 – Architectural Design
SAMANVITHA RAMAYANAM 18TH FEBRUARY 2010 CPE 691
Distributed Systems through Web Services
The Database Environment
Scott Thorne & Chuck Shubert
Introduction to SOA and Web Services
Chapter 5 Architectural Design.
Service Oriented Architecture with O.K.I.
Introduction to SOA Part II: SOA in the enterprise
Matthew Farmer Making Azure Integration Services Real
OU BATTLECARD: Oracle Data Integrator
Software Testing and Maintenance Designing for Change
Presentation transcript:

Part I: Service Oriented Architecture Seminars on Academic Computing Directors Leadership Seminar, August 7, 2007 Charles F. Leonhardt, Principal Technologist, Georgetown University leonhardt@georgetown.edu

Overview What is SOA? Why is it important and why should we care about it? How can it be used to enhance the services we provide in Scholarly Systems?

Some Truth in Advertising Not an expert in SOA and don’t write code used within an SOA…. Work in a computing environment without a fully developed SOA Do believe that SOA can bring tremendous benefits to all parts of our IT infrastructure: The Infrastructure Itself Business Process Improvement Better Scholarly, Enterprise, and Distributed Services for our customers

A Quick Show of Hands Before we even define SOA….. How many of you think a Service Oriented Architecture is in place and being used successfully in some way on your campus?

1) What is SOA? Gartner says: “A style of multi-tier computing that helps organizations share logic and data among multiple applications and usage modes.” ….. But with what level of probability? :)

What is SOA? Wikipedia (the font of all human knowledge) says: “SOA is an evolution of distributed computing and modular programming. SOA provides a modularity of logic that can be presented as a service for a client (as in client-server architecture) and at the same time function as a client for other services.”

What is SOA? IBM says: “An application architecture within which all functions are defined as independent services with well-defined invokable interfaces which can be called in defined sequences to form business processes.”

What is SOA? SOA for Dummies says: “A software architecture for building applications that implement business processes or services using a set of loosely coupled black-box components orchestrated to deliver a well-defined level of service.”

Service Oriented Architecture I think…… It’s Emphasis on all of the words: ar·chi·tec·ture a fundamental underlying design of computer hardware, software, or both the structure of anything, e.g. the architecture of a novel. NOT software or a specific tool

Service Oriented Architecture To align or position with respect to a point or system of reference adjusted or located in relation to surroundings or circumstances

Service Oriented Architecture We all know what services are: we seek them and consume them and provide them often every day!

Some Service Examples: Staying at the Silver Tree Hotel Reserve a Room Check Credit / Charge Deposit Send Reservation Confirmation Bellman: Pickup and Deliver Baggage Park Car Check In / Assign Room Issue Room Key Charge Hotel Account for Service x Issue Bill Charge Amount Due

How does we isolate unique services? By going through an existing business process…. or performing business process reengineering to get at a better, improved process (with the cheerful and patient collaboration of functional and technical staff),….. we can isolate well defined processes that can be reused. Process oriented design is a critical component of SOA

Attributes of SOA An Applications Architecture Multi-tier / distributed computing environments All functions are well-defined as independent services with invokable interfaces Modular / distributed logic in loosely coupled black box components which may be reused… and, therefore, used by multiple applications Black box components hide specific technologies or technology barriers…… Process oriented design

2) Why is SOA important and why should we care? Most of us have been held hostage to heterogeneous computing environments that were or are: Built without an applications or software architecture at all or, worse yet, competing architectures Proprietary Dependent on specific technology tools and / or vendor/system specific interface specifications Using code bases where functions/services are not isolated and code is not reusable Very dependent on hundreds of point-to-point interfaces

Consequences of being “held hostage” It takes “too long” and it “costs too much” to integrate new systems because code is not reusable and modularized User frustration at this lack of efficiency, particularly beyond central IT, causes people “who want to get something done” to create shadow systems replicating data and/or business process use standalone interfaces that requires care and feeding and likely doesn’t contain the “right” data Innovation is stifled Service levels and user satisfaction are lower than they should be`

Scholarly Systems Scholarly Systems are those systems that directly support our core business: Course Management Systems Synchronous Learning Environments Rich Media Services Assessment Engines / Course & Faculty Evaluation Digital Repositories and Digital Libraries Digital Notebooks ePortfolios Academic Portals Wikis / Blogs / Tagging in pedagogy

3) SOA and Scholarly Systems A well implemented SOA will deliver modular, reusable services directly applicable to Scholarly Systems: Get student name…. School / Class / Major / Status Get Enrollment for a Course Validate Enrollment in a Course Get seats available Dozens more……..

Benefits of SOA in Scholarly Systems Integration of new services will be much more efficient as new applications or services use modular service agents to get, process, or store needed information Decentralized, departmentally based applications AND external partners could use business process and data (with the appropriate data security controls, of course) obviating the need for shadow systems or redundant interfaces Innovation is encouraged Service levels and user satisfaction are where they should be Delivery of very high quality user experiences at lower long term costs