Greg McChesney Thesis Defense Presentation Computer Science, TTU Service Context Management for Exertion- oriented Programming.

Slides:



Advertisements
Similar presentations
The Software Lifecycle. Example Problem: Update a Checkbook Write a program that allows the user to enter a starting balance, a transaction type, D or.
Advertisements

Lab 9: Code Organization User Interface Lab: GUI Lab October 23 rd, 2013.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
Object-Oriented Analysis and Design
Oct 31, 2000Database Management -- Fall R. Larson Database Management: Introduction to Terms and Concepts University of California, Berkeley School.
Database Management: Getting Data Together Chapter 14.
Copyright 2002 Prentice-Hall, Inc. Chapter 4 Automated Tools for Systems Development 4.1 Modern Systems Analysis and Design Third Edition Jeffrey A. Hoffer.
Firefox 2 Feature Proposal: Remote User Profiles TeamOne August 3, 2007 TeamOne August 3, 2007.
Systems Architecture, Fourth Edition1 Internet and Distributed Application Services Chapter 13.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
1 An Introduction to Visual Basic Objectives Explain the history of programming languages Define the terminology used in object-oriented programming.
Introduction to Systems Analysis and Design
Chapter 7: The Object-Oriented Approach to Requirements
ADVANCED MICROSOFT ACTIVE DIRECTORY CONCEPTS
2 Approaches to Requierements Engineering Reference: Systems Analysis and Design in a Changing World, 3 rd Edition, chapter 2 and chapter 6.
Fall, Privacy&Security - Virginia Tech – Computer Science Click to edit Master title style Design Extensions to Google+ CS6204 Privacy and Security.
Project Implementation for COSC 5050 Distributed Database Applications Lab2.
Microsoft Visual Basic 2005: Reloaded Second Edition
INFO415 An overview of systems development
An Object-Oriented Approach to Programming Logic and Design
Copyright © 2012 Accenture All Rights Reserved.Copyright © 2012 Accenture All Rights Reserved. Accenture, its logo, and High Performance Delivered are.
Chapter 1: Introduction to Systems Analysis and Design
Department of Mechanical Engineering, LSUSession VII MATLAB Tutorials Session VIII Graphical User Interface using MATLAB Rajeev Madazhy
Module 7: Fundamentals of Administering Windows Server 2008.
High Level Architecture Overview and Rules Thanks to: Dr. Judith Dahmann, and others from: Defense Modeling and Simulation Office phone: (703)
Integrated Development Environment for Policies Anjali B Shah Department of Computer Science and Electrical Engineering University of Maryland Baltimore.
Project Implementation for COSC 4120 Database Applications Lab 3.
A Web-based Distributed Simulation System Christopher Taewan Ryu Computer Science Department California State University, Fullerton.
Systems Analysis and Design in a Changing World, 3rd Edition
1 CS 502: Computing Methods for Digital Libraries Lecture 19 Interoperability Z39.50.
JavaServer Faces: Sample App + Life Cycle Compiled from Sun TechDays workshops (JSF Basics, Web-Tier Codecamp: JavaServer Faces, Java Studio Creator)
Creating Graphical User Interfaces (GUI’s) with MATLAB By Jeffrey A. Webb OSU Gateway Coalition Member.
Systems Analysis and Design in a Changing World, Fourth Edition
Greg McChesney Thesis Proposal Presentation Computer Science, TTU Service Context Management for Exertion-oriented Programming.
Chapter 10: Rights, User, and Group Administration.
Health eDecisions Use Case 2: CDS Guidance Service Strawman of Core Concepts Use Case 2 1.
Slide 1 Systems Analysis and Design With UML 2.0 An Object-Oriented Approach, Second Edition Chapter 2: Introduction to Object-Oriented Systems Analysis.
© 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang 3-1 Chapter 3 Decision Support Systems:
CALIBER2009 An Approach for Generic Information Query Retrieval in Web2.0 Thippeswamy.K Assistant Professor & HOD Dept. Information Science & Engineering.
Introduction to Interactive Media Interactive Media Tools: Authoring Applications.
Chapter 4 Automated Tools for Systems Development Modern Systems Analysis and Design Third Edition 4.1.
Software Reuse Course: # The Johns-Hopkins University Montgomery County Campus Fall 2000 Session 4 Lecture # 3 - September 28, 2004.
Microsoft Visual Basic 2008: Reloaded Third Edition Chapter One An Introduction to Visual Basic 2008.
Greg McChesney Thesis Defense Presentation Computer Science, TTU Service Context Management for Exertion- oriented Programming.
Greg McChesney Thesis Defense Presentation Computer Science, TTU Service Context Management for Exertion- oriented Programming.
Chapter – 8 Software Tools.
Module 14: Advanced Topics and Troubleshooting. Microsoft ® Windows ® Small Business Server (SBS) 2008 Management Console (Advanced Mode) Managing Windows.
Greg McChesney Thesis Proposal Presentation Computer Science, TTU Service Context Management for Exertion-oriented Programming.
De Rigueur - Adding Process to Your Business Analytics Environment Diane Hatcher, SAS Institute Inc, Cary, NC Falko Schulz, SAS Institute Australia., Brisbane,
A Framework for Nuclear Software (NuFA)
Design Skills Example.
Software Architecture ATAM Process Presentation
Working in the Forms Developer Environment
Modern Systems Analysis and Design Third Edition
Physical Data Model – step-by-step instructions and template
Systems Analysis and Design With UML 2
Modern Systems Analysis and Design Third Edition
Distribution and components
OGSA Data Architecture Scenarios
CONFIGURING HARDWARE DEVICE & START UP PROCESS
Task Initiation Panel for SORCER Environment
Modern Systems Analysis and Design Third Edition
Intermountain West Data Warehouse
Service Context Management for Exertion-oriented Programming
Service Context Management for Exertion-oriented Programming
Modern Systems Analysis and Design Third Edition
Overview of Oracle Site Hub
Service Context Management for Exertion-oriented Programming
Service Context Management for Exertion-oriented Programming
Modern Systems Analysis and Design Third Edition
Presentation transcript:

Greg McChesney Thesis Defense Presentation Computer Science, TTU Service Context Management for Exertion- oriented Programming

Greg McChesney2 Overall Presentation Goal or Primary Purpose Beginning Create a life-cycle for context management in Exertion-Oriented Programming

Greg McChesney3 Thesis Objectives As a result of this presentation, you will be able to: –Understand the purpose of service contexts –Understand why a life-cycle is required –Utilize the life-cycle for your SORCER projects –Create a context in SORCER –Modify a context in SORCER –Execute an exertion in SORCER –View a returned exertion context from the federation Beginning

Greg McChesney4 Speaker’s Qualifications Greg McChesney is a graduate student at TTU Greg McChesney is planning to graduate in May of 2009 with a Master’s in Computer Science Completed a related project as a feasibility study in Communication Networks Beginning

Greg McChesney5 Did you know? There is no network-centric methodology for creating service contexts in the SORCER environment. Beginning

Greg McChesney6 Presentation Agenda Background knowledge What is a service context? Discuss why a life-cycle is required Overview of life-cycle Discuss Context Creation Panel Feasibility Study Schedule Beginning

Background Knowledge Many different Exertion-Oriented (EO) Systems Implementation based on SORCER –Developed by Texas Tech SORCER Lab –Based on Jini network technology –Framework constantly evolving –Interoperability with existing providers a concern for new development Greg McChesney7

All About Contexts A service context is a basic data structure in SOOA Used for communication between provider and requestor (a data exchange contract) A service context depends on the provider and the method being executed Data specification of hierarchical attributes the method will require Stored in a tree like format of path/value Greg McChesney8

Sample Context Greg McChesney9 Image courtesy of Dr. Sobolewski

Need for a Life-Cycle Two roles –Provider-some introduction –Request-some introduction Greg McChesney10

Need for a Life-Cycle Two roles –Provider No methodology to obtain a service context from a provider No methodology to interactively create network centric contexts No method of updating or removing a context from a provider Greg McChesney11

Need for a Life-Cycle –Requestor Exertion-oriented programming cannot be network centric without context management Two new service UIs - Context Browser in Cataloger Service UI and in Exertion Editor will provide more accessibility Need service context editing operations for EO programming Greg McChesney12

Proposed Life-Cycle Implement service context editing operations into provider classes –New operations will be remotely invokeable Get- Requestor Save -Admin Delete -Admin Create Context Browser to utilize the methods Greg McChesney13

Life-Cycle Explained Context must be: –Stored locally by provider –Reloaded on provider restart –Saved on update/create –Return undefined service context on error Changes must be –Compliant with existing providers –Provide backup file in case of bad context Greg McChesney14

Activity Diagram Greg McChesney15

Different Components Greg McChesney16 Need to Update

Use Case Diagram Context Browser Greg McChesney17

Component Diagram Context Browser Greg McChesney18

Context Browser UI Component Diagram Greg McChesney19

Context Browser Sequence- Viewer Greg McChesney20

Context Browser Sequence- Admin Greg McChesney21

Context Browser-Class Diagram Greg McChesney22

Greg McChesney23 Need for a Exertion Editor No network-centric method for creating context for exertions No network-centric method for reusing a context for exertions No common interactive method of creating exertions with context directly from providers in SORCER –Each provider must have own GUI interface –Users must learn each providers interface Provide easier network-centric development of new services Middle

Edit the Context? Why would we want to edit a service context before we launch the exertion? –The service context can often describe input variables that are not static, editing it allows us to change them. –Example: The AccountTester would be useless if you could not specify how much you were depositing or withdrawing. Greg McChesney24

Exertion Editor-Use Case Greg McChesney25

Exertion Editor-Component Diagram Greg McChesney26

Exertion Editor UI-Component Diagram Greg McChesney27

Exertion Editor-Sequence Creator Greg McChesney28

Exertion Editor- Sequence Submitter Greg McChesney29

Exertion Editor-Class Diagram Greg McChesney30

Sargent Circle Greg McChesney31 GroovyShell

Feasibility Study Create the Context Browser provider to test Life-Cycle methods –Get Context –Add Context –Update Context –Delete Context Utilize Arithmetic provider to demonstrate the power of the Exertion Editor. Greg McChesney32

Greg McChesney33 Summary Benefits of Exertion Editor –Simplified user interface –Less work for new provider creators In combination with a new Context Editor will provide: –Complete Context Management –Exertion initiation –Ability to use network determine a context End

Greg McChesney