Business Modernization Overview
|
|
|
- George Daniel
- 10 years ago
- Views:
Transcription
1 FTA Technology Conference and Exhibition XML Facilitated Web Pattern Development at New York State Taxation and Finance James Lieb, Director Common Services and Case Management NYS Department of Taxation and Finance Business Modernization Overview A I X M A I N F R A M E Business Processes CICS Transactions Data Rules Data Exceptions Component Repository Mapping Engine Storage BO JAVA XML HTM CTG (FFA, (RAD) (DB2 V9) (WPS) BC BC BC BC BC WID) COBOL CISS Business Monitoring WEB SERVICES (WebSphere Business Monitor) SCA, BPEL TAXPAYERS Component Repository DTF Users DTF Users On -line Tax Center (Web Portal) (WebSphere TAX Commerce ) PREPARERS BC BC BC BC BC JAVA e-mpire Web eforms, Call Web Applications Manager, and Portal (WebSphere ) IVR (e-mpire Framework ) DTF Users JAVA Business Components Business Processes Data Mapping - BO Data Storage - XML Rules Engine - Java Exceptions - WPS CICS Transactions Paper Input Business Monitoring Internal/External Web eforms, Call Manager (VOIP), and IVR T R A N S A C T I O N A L 2
2 Integrated Tax Systems to Integrated Tax Services Integrated Tax System Returns Processing Return Remmittance Request Processing Processing Processing Accounting Taxpayer Overpayment Accounting Processing Leveraged Assets For our Modernization we started with COTS solutions as a starting point but.. Fraud Exception Detection Resolution Taxpayer Identification Taxpayer Obligation Registration Maintenance and Licensing Revenue Accounting Compliance Discovery Audit Common Database Content Management Management Reporting Collections Appeals Workflow Common Services Data Security Exchange Rules Management Integrated Tax Services Leveraged Assets Returns Processing Accounting Content Management Return Processing Remmittance Processing Request Processing Taxpayer Accounting Overpayment Processing Management Reporting Instead evolved into an SOA solution that leveraged existing assets and was more open to integrating industry standard products for common services. Exception Resolution Service Repository Taxpayer Identification Revenue Accounting Compliance Common Database Workflow Security Data Exchange eforms Taxpayer Registration Obligation Maintenance and Licensing Collections Audit Appeals Rules Management Discovery Fraud Detection 3 Returns Processing Summary Operational XML Next Generation DB Design It-201 It-150 W2 col1 col2 col3 col4 col5 col NULL 11/23/05 NULL NULL NULL NULL 276 NULL NULL Yes NULL 12 NULL NULL NULL NULL NULL NULL NULL NULL No <filing> <form formid = IT201 > <wages>134</wages> <date>11/23/05</date> </form> <form formid = W2 > <wages>278</wages> <jointtp>yes</jointtp> </form> </filing> Relational Table by Form 3600 tables required Difficult to get filing context Made Rules engine, display difficult Much IO Generalized Relational Table Needed DB to translate fields Sparsely populated Performance issues Rules engine limitations XML Solution Business object based (the audit folder) Keeps business context Robust rules processing Can leverage XML tooling 4
3 XML s Transformation Technological Convergence changes view of XML Usage Patterns Traditional Data sharing Data transfer Strategic Transactions Execution format Persistence protocol Technologies Parsers (SAX, DOM) Web Services (WSDL) XQuery, XPath DOM/SDO XML/Relational DBMS eforms AJAX, REST, RIA, Atom Business Issue Resolved Simplified Collaboration Expanded channels Enabled partners Customer empowerment Faster solution delivery 5 Layers of Transactional XML Domain Model Exceptions Quality or Condition of Data Auto Routing Customer Service History What, Why and Who of all Changes Auditability Exception Resolution All relevant data in one place Less I/O Data Integrity Enable Transaction Processing 6
4 Correcting Information during processing Math errors Credit claims Fraud Transactional XML: Computations Tag based solution <Wages xxx /> <WagesComputed xxx /> <WagesComputedReason xxxx /> Attribute based advantages Reduce tags More efficient processing map Reduced DB storage Easier integration with Rules Engine Attribute based solution <Wages Captured= xxx, Computed= xxx, ComputedReason= xxxx /> 7 Transactional XML: Exceptions Describing a document that has some processing issues Critical processing issues Informational issues Mechanism for getting work stopped/reviewed/corrected Exception Segments <filing> <taxpayer> </taxpayer> <forms> <w2 id= 512 > </w2> </forms> <exceptionsseg> <exception issue= xxx, severity=1/> <exception issue= yyy, severity=0/> </exceptionseg> </filing> Exception Segment advantages State persisted with business object Facilitates exception handling UI Process routing Easy integration with Rules Engine 8
5 Transactional XML: History History Segments <filing> <taxpayer> </taxpayer> <forms > <w2 id= 512, efctvdate= > </w2> <w2 id= 512, efctvdate= > </w2> </forms> </filing> History Segment advantages All changes within the business object Maps to the Audit Folder Facilitates return adjustments Works with rules engine Easy to compare forms and filings by date Facilitates off line use 9 XML Execution Model - Traditional Object-Relational Mapping OR Tools/Frameworks Mapping Info Processing Model Object Classes Relational DB 10
6 XML Execution Model - Strategic XML Mapping XML Processing Model - DOM/SDO Object-Relational XML DB Model Benefits Easy to process Easy to persist Easy to query Easy to share 11 Facilitating Business Alignment Eliminates Technical Abstraction. All processes, functions and reports configured in user s terms. Sharing the same Business defined business object (XML) The same core Business Object Is leveraged by all of the system components. 12
7 External Channels Development Enablement Establishing Patterns Processing 13 Web Development challenges Develop quicker Reuse segments of web apps Consistent features (print, return to application) Consistently defined navigation patterns Track users usage of application 14
8 What is a Web Application? A series of form based UI objects that create a transaction for processing. Then each of these forms can be designed exactly the same way. <transaction> <form formid = a > <field1>134</field1> <field2>abc</field21> </form> <exceptions> <context>a</context> <errnbr>17</errnbr> </exception> </transaction> A Form has a UI object has a object enforcing form rules has an XML segment in the transaction XML In this way pages can be coded separately and following the same pattern and integrated into a web application. 15 Web Navigation Pattern Web Navigation highlights All pages coded exactly the same Single XML table allows restart Navigation patterns enforced (Wizard, conditional, etc.) Process server allows for externalization of navigation Common error handling Can use previous filing to start new transaction 16
9 Web Navigation 17 Web Service Pattern Web Service Process highlights Same pattern serves all web services Leverages same rules as web Once web is established no additional coding required 18
10 Paper Process Pattern Paper Process highlights Same pattern serves all paper processes Leverages the same form Interfaces Leverages same XML database Leverages same rules as web Has built in capabilities to have different acceptance rules for paper 19 XML within CM <USAddress> <Address> <AddressLine1> PO BOX 228 </AddressLine1> <City>SCHENECTADY </City> <State> NY</State> <ZIPCode> </ZIPCode> </USAddress> </Address> </USAddress> </StateOfIncorporation> <HdrCode> <FederalReturnFiledOther>String</FederalReturnFiledOther> <FilerClassificationCode>AA3</FilerClassificationCode> <FormType>CT5</FormType> <ReturnTypeCode>CT5</ReturnTypeCode> <SoftwareDeveloper> <DeveloperName> <BusinessNameLine1>Sunrise Investments Inc</BusinessNameLine1> <BusinessNameLine2>A A</BusinessNameLine2> Receive XML from the IRS and show the document in the form (integrated with our EDMS) user view is independent of channel! all data received is stored in one table form can be used as input and for correction PureXML solution uses advanced indexing 20
11 File - level edits ; Br eak file into pieces (par ent / child ) ; Som e custom developm ent Ifneeded XML Indexing XML indexing highlights Allows for a many to one indexing scheme Index fields can be added on fly Supports optional index 21 e-mpire R3 Returns Processing Source File (s ) Mapping Pre - Processor M apping Target Data File Sort / Split Combined Filers Target Data Files TI Validate Create /Update LP Sort Target Data File (s ) Target Data Files Load Returns to TERETURN Retrieve Form Data ( For RP and TA ) Return Validation & Com putation TA DEM DEM Exceptions Exceptions P roc ess D ata R ec overy JAVA / AIX DEM Process Server Control Tm p M apping Source Flat File Adapter File (s ) and WID WID Tool JAVA / AIX DEM Leverages source target mapping in one COBOL step Microflow Transaction boundary, twophase commit OR XM L OR Multiple Instances of These Processes Would Be Utilized To Enhance Performance Revenue Accounting Business SCA async invoke (uses SIBUS) Com ponent( s) TI Driver WebSphere Process Server Microflow 400B Invoke CICS Tx 1 Liability Period Business Com ponents Other Business Com ponents OR Translation XM L If needed Exceptions Business Com ponents (from any of these processes ) Common taxpayer JCA validation Connector routine (AIX) which reconciles taxpayers and output common CICS Transaction DB structure Gateway 6.1 (z/os) CICS Transaction1 Invoke CICS Tx 2 CICS Transaction2 CICS OR Invoke CICS Tx X M ultiple Instances of These Processes Would Be Utilized To Enhance Perform ance Filing Validity Business Com ponents CICS TransactionX TI Driver TERETURN (Mainframe ) 410B JAVA / AIX Persist JAVA Rules Engine DB2 V9 purexml Store data on or off platform? Exceptions Business Com ponents (from any of these processes ) XM L / VIPER (AIX ) Third batch program which processes form rules Cr eate T A Q ueue WebSphere MQ to backend systems (parallelism not illustrated) 22
12 23 NY State Tax SOA Processing PIT (Personal Income Tax) 11M returns processed Peak in April: 390,000+ per day Up to 14,500 different data elements for the filings (60% Electronic) 6M Refunds ($4.9 B), direct deposit up 13.1%, checks down 6% Electronic extensions up 160% (439,000) Corporate Tax IRS ELF Program ,317, ,977 Peak month: 100,000 returns in April 2009 Peak day: 20,000 returns Sales Tax 1Q2009 : 60,000 on the Web 1Q2009 : 400,000 from partners Withholdings Tax 50,000 web filings of XML STAR Property Tax Rebate Application (Tax Refund) 3.5 web applications in a 3 month period 24
13 What s s next? Convert other Subsystems (Domains) to XML Simplify conversion Map data structures closer to the business Leverage the rules engine Expand the use of web navigation with integration into operational XML Incorporate more XML enabled tools to speed delivery and improve product Leverage the XML data in new ways (AJAX, REST, RIA) 25 Questions? 26
Evolution of IMS to a complete Enterprise solution
Evolution of to a complete Enterprise solution Abstract: IBM Information Management System () has catered over the past 4 decades to the evolving IT needs in Mainframe world. For many thousands of companies
Avoiding Web Services Chaos with WebSphere Service Registry and Repository
IBM Software Group Avoiding Web s Chaos with WebSphere Registry and Repository David Buchanan David Ben Buchanan J Briden Consulting IT Specialist Consulting IT IT Specialist WebSphere Software WebSphere
Introduction to WebSphere Process Server and WebSphere Enterprise Service Bus
Introduction to WebSphere Process Server and WebSphere Enterprise Service Bus Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 4.0.3 Unit objectives
Oracle SOA Suite: The Evaluation from 10g to 11g
KATTA Durga Reddy TATA Consultancy Services. Oracle SOA Suite: The Evaluation from 10g to 11g Introduction Oracle SOA Suite is an essential middleware layer of Oracle Fusion Middleware. It provides a complete
Deploying to WebSphere Process Server and WebSphere Enterprise Service Bus
Deploying to WebSphere Process Server and WebSphere Enterprise Service Bus Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 4.0.3 Unit objectives
Enterprise Integration Architectures for the Financial Services and Insurance Industries
George Kosmides Dennis Pagano Noospherics Technologies, Inc. [email protected] Enterprise Integration Architectures for the Financial Services and Insurance Industries Overview Financial Services
Enterprise Reference Architecture
Prepared by Enterprise Planning and Architecture Strategies Team Page 1 of 19 Control Page: Revision History: Version No Revised Date Author Comments 03/18/2011 Anitha Ramakrishnan Initial Version Page
WebSphere Business Modeler
Discovering the Value of SOA WebSphere Process Integration WebSphere Business Modeler Workshop SOA on your terms and our expertise Soudabeh Javadi Consulting Technical Sales Support WebSphere Process Integration
IBM WebSphere Data Interchange V3.3
IBM Software Group IBM WebSphere Data Interchange V3.3 This presentation will present an overview of the WebSphere Data Interchange product. IBM Software Group Page 1 of 14 Agenda IBM Software Group Electronic
C05 Discovery of Enterprise zsystems Assets for API Management
C05 Discovery of Enterprise zsystems Assets for API Management Unlocking mainframe assets for mobile and cloud applications Haley Fung [email protected] IMS Mobile and APIM Development Lead * IMS Technical
Oracle SOA Suite Then and Now:
Oracle SOA Suite Then and Now: The Evolution from 10g to 11g Shane Goss Impac Services Agenda SOA Suite 11g New Features Highlight new features of SOA 11g Some products have added features and functionality
Enterprise IT Architectures SOA Part 2
Dr. Hans-Peter Hoidn Executive IT Architect, IBM Software Group Global Business Integration "Tiger" Team Enterprise IT Architectures SOA Part 2 SOA Reference Architecture 2 SOA Reference Model Strategy
CA CMDB Connector for z/os version 2.0
PRODUCT SHEET CA CMDB Connector for z/os version 2.0 CA CMDB Connector for z/os version 2.0 CA CMDB Connector for z/os is the final piece in the puzzle to create an enterprise CMDB, providing you the ability
Oracle SOA Suite/B2B as a Critical Mission Hub for a High Volume Message Use Case
Oracle SOA Suite/B2B as a Critical Mission Hub for a High Volume Message Use Case Introduction Stop. Think. Ok, in the meanwhile 2 seconds has passed and 250 messages more were processed by a mission critical
SERVICE ORIENTED ARCHITECTURE
SERVICE ORIENTED ARCHITECTURE Introduction SOA provides an enterprise architecture that supports building connected enterprise applications to provide solutions to business problems. SOA facilitates the
Advanced Analytics for Audit Case Selection
Advanced Analytics for Audit Case Selection New York State Capitol Building Albany, New York Presented by: Tim Gardinier, Manager, Data Processing Services Audit Case Selection Putting a scientific approach
Service-Oriented Architecture and Software Engineering
-Oriented Architecture and Software Engineering T-86.5165 Seminar on Enterprise Information Systems (2008) 1.4.2008 Characteristics of SOA The software resources in a SOA are represented as services based
CICS Modernization & Integration
CICS Modernization & Integration Modernization easier than thought The irony is that host applications are probably better suited for exposure as part of an SOA than many applications based on more modern
Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform
Communiqué 4 Standardized Communiqué 4 - fully implementing the JCR (JSR 170) Content Repository Standard, managing digital business information, applications and processes through the web. Communiqué
Redbook Overview Patterns: SOA Design with WebSphere Message Broker and WebSphere ESB
IBM Software for WebSphere Redbook Overview Patterns: SOA Design with WebSphere Message Broker and WebSphere ESB Presenter: Kim Clark Email: [email protected] Date: 27/02/2007 SOA Design with WebSphere
IBM s Information Management System (IMS) is still one of the most popular OnLine Transaction Processing (OLTP) systems in the world with more than
IBM s Information Management System (IMS) is still one of the most popular OnLine Transaction Processing (OLTP) systems in the world with more than 50 billion transactions running through IMS databases
CICS and Web Services Why, When and How?
CICS and Web Services Why, When and How? Glenn Schneck, Senior Systems Engineer GT Software Tuesday, February 5, 2013 Session Number 12427 Why use Web Services with CICS? Consumerization Cloud Applications
IBM WebSphere Operational Decision Management Improve business outcomes with real-time, intelligent decision automation
Solution Brief IBM WebSphere Operational Decision Management Improve business outcomes with real-time, intelligent decision automation Highlights Simplify decision governance and visibility with a unified
Cloud Services. AIS Mainframe COBOL 2 Java running on Azure. Legacy2Cloud Migration Service POC. Final Readout Executive Summary.
Cloud Services Legacy2Cloud Migration Service POC AIS Mainframe COBOL 2 Java running on Azure Final Readout Executive Summary May 27 2014 POC Context Business Transformation Program As part of a large
IBM Software Group. IBM WebSphere Process Integration Technical Overview
IBM Software Group IBM WebSphere Process Integration Technical Overview Business Flexibility Depends on IT Flexibility Today s IT architectures, arcane as they may be, are the biggest roadblocks most companies
000-608. IBM WebSphere Process Server V7.0 Deployment Exam. http://www.examskey.com/000-608.html
IBM 000-608 IBM WebSphere Process Server V7.0 Deployment Exam TYPE: DEMO http://www.examskey.com/000-608.html Examskey IBM 000-608 exam demo product is here for you to test the quality of the product.
What is the NXTware Evolution Server Peter Marquez, Product Marketing ecube Systems
What is the NXTware Evolution Server Peter Marquez, Product Marketing ecube Systems The NXTware Evolution Server is designed to simplify the integration of your enterprise s software assets, including
BUSINESS RULES MANAGEMENT AND BPM
KINGSTON & CROYDON BRANCH BUSINESS RULES MANAGEMENT AND BPM WHO'S MANAGING YOUR RULES? Paul Vincent Rules Specialist and Product Management Fair Isaac October 12, 2005 Agenda Business Rules Approach a
IBM Operational Decision Management v8
What s new in WebSphere Operational Decision Management? Matt Roberts Decision Management Specialist July 12 th, 2012 IBM Operational Decision Management v8 Manage business policies at scale Operationalize
Managed File Transfer
Managed File Transfer How do most organizations move files today? FTP Typically File Transfer Protocol (FTP) is combined with writing and maintaining homegrown code to address its limitations Limited Reliability
A standards-based approach to application integration
A standards-based approach to application integration An introduction to IBM s WebSphere ESB product Jim MacNair Senior Consulting IT Specialist [email protected] Copyright IBM Corporation 2005. All rights
StreamServe Persuasion SP5 Document Broker Plus
StreamServe Persuasion SP5 Document Broker Plus User Guide Rev A StreamServe Persuasion SP5 Document Broker Plus User Guide Rev A 2001-2010 STREAMSERVE, INC. ALL RIGHTS RESERVED United States patent #7,127,520
SOA REFERENCE ARCHITECTURE: WEB TIER
SOA REFERENCE ARCHITECTURE: WEB TIER SOA Blueprint A structured blog by Yogish Pai Web Application Tier The primary requirement for this tier is that all the business systems and solutions be accessible
JBoss Data Services. Enabling Data as a Service with. Gnanaguru Sattanathan Twitter:@gnanagurus Website: bushorn.com
1 Enabling Data as a Service with JBoss Data Services Prajod Vettiyattil Twitter: @prajods Gnanaguru Sattanathan Twitter:@gnanagurus Website: bushorn.com 2 What this session is about v The why and what
IBM SOA Foundation products overview
IBM SOA Foundation products overview Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 4.0.3 4.0.3 Unit objectives After completing this unit, you
a division of Technical Overview Xenos Enterprise Server 2.0
Technical Overview Enterprise Server 2.0 Enterprise Server Architecture The Enterprise Server (ES) platform addresses the HVTO business challenges facing today s enterprise. It provides robust, flexible
IBM Content Integrator Enterprise Edition, Version 8.5.1
IBM Software Information Management IBM Content Integrator Enterprise Edition, Version 8.5.1 Highlights Enriches portals and key business applications with federated access to content stored in multiple
TITLE: Enhance ESB and BPM solutions with complex data transformation and connectivity for System z
TITLE: Enhance ESB and BPM solutions with complex data transformation and connectivity for System z HOST: Hi, and welcome to the Did you say Mainframe? podcast series. This is where we regularly interview
CHECKLIST: IS YOUR CRM EVOLVED?
CHECKLIST: IS YOUR CRM EVOLVED? Consumer expectations are rising. They expect each interaction with your organization whether via marketing, sales, service or operations to be seamless, straightforward
MDM and Data Warehousing Complement Each Other
Master Management MDM and Warehousing Complement Each Other Greater business value from both 2011 IBM Corporation Executive Summary Master Management (MDM) and Warehousing (DW) complement each other There
Beyond the SOA/BPM frontiers Towards a complete open cooperative environment
Beyond the SOA/BPM frontiers Towards a complete open cooperative environment This presentation has been used during a webinar delivered within SpagoWorld Webinar Center: http://www.spagoworld.org/xwiki/bin/view/spagoworld/webinarcenter
IBM CICS Transaction Gateway for Multiplatforms, Version 7.0
Delivers highly flexible, security-rich and scalable SOA access to CICS applications IBM Multiplatforms, Version 7.0 Highlights Connects WebSphere SOA Introduces real-time monitoring Foundation server
The webmethods ESB. The Foundation of your SOA. Jean-Michel Ghyoot, Principal Solution Architect, March 28, 2013
The webmethods ESB The Foundation of your SOA Jean-Michel Ghyoot, Principal Solution Architect, March 28, 2013 2013 Software AG. All rights reserved. 2 2 Agility Process & Integration 3 Integration? INTEGRATION
EVALUATION. WA1844 WebSphere Process Server 7.0 Programming Using WebSphere Integration COPY. Developer
WA1844 WebSphere Process Server 7.0 Programming Using WebSphere Integration Developer Web Age Solutions Inc. USA: 1-877-517-6540 Canada: 1-866-206-4644 Web: http://www.webagesolutions.com Chapter 6 - Introduction
Charl du Buisson Charl du Buisson Britehouse Specialist SAP Division
Business Objects 4.0 Upgrade Lessons Learned Charl du Buisson Charl du Buisson Britehouse Specialist SAP Division Agenda Our Reasons to upgrade to BOBJ 4.0 Lessons Upgrade strategy Was the Wait for Service
IBM Tivoli Composite Application Manager for WebSphere
Meet the challenges of managing composite applications IBM Tivoli Composite Application Manager for WebSphere Highlights Simplify management throughout the life cycle of complex IBM WebSphere-based J2EE
Developers Integration Lab (DIL) System Architecture, Version 1.0
Developers Integration Lab (DIL) System Architecture, Version 1.0 11/13/2012 Document Change History Version Date Items Changed Since Previous Version Changed By 0.1 10/01/2011 Outline Laura Edens 0.2
IBM WebSphere application integration software: A faster way to respond to new business-driven opportunities.
Application integration solutions To support your IT objectives IBM WebSphere application integration software: A faster way to respond to new business-driven opportunities. Market conditions and business
Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence
Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Service Oriented Architecture SOA and Web Services John O Brien President and Executive Architect Zukeran Technologies
Enterprise Data Solutions Product Strategy and Vision Process-driven IT Modernization, Natural and Adabas
Enterprise Data Solutions Product Strategy and Vision Process-driven IT Modernization, Natural and Adabas Guido Falkenberg VP Enterprise Transaction Systems Software AG 8 June 2011 ProcessWorld 2011 2
The ESB and Microsoft BI
Business Intelligence The ESB and Microsoft BI The role of the Enterprise Service Bus in Microsoft s BI Framework Gijsbert Gijs in t Veld CTO, BizTalk Server MVP [email protected] About motion10
Portal Factory 1.0 - CMIS Connector Module documentation
DOCUMENTATION Portal Factory 1.0 - CMIS Connector Module documentation Rooted in Open Source CMS, Jahia s Digital Industrialization paradigm is about streamlining Enterprise digital projects across channels
<Insert Picture Here>
פורום BI 21.5.2013 מה בתוכנית? בוריס דהב Embedded BI Column Level,ROW LEVEL SECURITY,VPD Application Role,security טובית לייבה הפסקה OBIEE באקסליבריס נפתלי ליברמן - לימור פלדל Actionable
purexml Critical to Capitalizing on ACORD s Potential
purexml Critical to Capitalizing on ACORD s Potential An Insurance & Technology Editorial Perspectives TechWebCast Sponsored by IBM Tuesday, March 27, 2007 9AM PT / 12PM ET SOA, purexml and ACORD Optimization
Version 14.0. Overview. Business value
PRODUCT SHEET CA Datacom Server CA Datacom Server Version 14.0 CA Datacom Server provides web applications and other distributed applications with open access to CA Datacom /DB Version 14.0 data by providing
Attunity Integration Suite
Attunity Integration Suite A White Paper February 2009 1 of 17 Attunity Integration Suite Attunity Ltd. follows a policy of continuous development and reserves the right to alter, without prior notice,
SOA @ ebay : How is it a hit
SOA @ ebay : How is it a hit Sastry Malladi Distinguished Architect. ebay, Inc. Agenda The context : SOA @ebay Brief recap of SOA concepts and benefits Challenges encountered in large scale SOA deployments
Web Application Development for the SOA Age Thinking in XML
Web Application Development for the SOA Age Thinking in XML Enterprise Web 2.0 >>> FAST White Paper August 2007 Abstract Whether you are building a complete SOA architecture or seeking to use SOA services
Extracting and Preparing Metadata to Make Video Files Searchable
Extracting and Preparing Metadata to Make Video Files Searchable Meeting the Unique File Format and Delivery Requirements of Content Aggregators and Distributors Table of Contents Executive Overview...
Optimizing Accounts Payable Operations Basware e-solution Implementation. A Functional & Technical Overview
Optimizing Accounts Payable Operations Basware e-solution Implementation A Functional & Technical Overview November 2010 The Firm Annual Revenue $5 billion Private Corporation Founded in 1914 Markets We
IBM Service Management solutions White paper. IBM Service Management and MRO Software Maximo synergies, convergence and roadmap.
White paper IBM Service Management and MRO Software Maximo synergies, convergence and roadmap. December 2006 Page 2 Contents 2 Executive summary 5 Converging industry-proven platforms and processes 9 Directions
iway Roadmap Michael Corcoran Sr. VP Corporate Marketing
16.06.2015 iway Roadmap Michael Corcoran Sr. VP Corporate Marketing iway 7 Products 1 iway 7 Products iway 7 Products 360 Viewer Remediation Sentinel Portal Golden Record Search and View Omni Patient Data
WELCOME TO Open Source Enterprise Architecture
WELCOME TO Open Source Enterprise Architecture WELCOME TO An overview of Open Source Enterprise Architecture In the integration domain Who we are Fredrik Hilmersson Petter Nordlander Why Open Source Integration
www.progress.com DEPLOYMENT ARCHITECTURE FOR JAVA ENVIRONMENTS
DEPLOYMENT ARCHITECTURE FOR JAVA ENVIRONMENTS TABLE OF CONTENTS Introduction 1 Progress Corticon Product Architecture 1 Deployment Options 2 Invoking Corticon Decision Services 4 Corticon Rule Engine 5
Closer Look at Enterprise Service Bus. Deb L. Ayers Sr. Principle Product Manager Oracle Service Bus SOA Fusion Middleware Division
Closer Look at Enterprise Bus Deb L. Ayers Sr. Principle Product Manager Oracle Bus SOA Fusion Middleware Division The Role of the Foundation Addressing the Challenges Middleware Foundation Efficiency
WebSphere Stack Update
WebSphere Stack Update GSE MVS Guide Lahnstein, Februar 2008 Hendrik Wörner TechSales WebSphere System z 2008 IBM Corporation SOA Foundation Products Finite set of focus products WebSphere Business Modeler
IBM Software Enabling business agility through real-time process visibility
IBM Software Enabling business agility through real-time process visibility IBM Business Monitor 2 Enabling business agility through real-time process visibility Highlights Understand the big picture of
Why IMS Still Matters. Dusty Rivers Principal Technical Architect, GT Software
Why IMS Still Matters. Dusty Rivers Principal Technical Architect, GT Software Agenda Why IMS still Matters IMS Challenges IMS as Client Data Virtualization (With IMS???) IMS CPU Reduction A technology
Oracle Service Bus. Situation. Oracle Service Bus Primer. Product History and Evolution. Positioning. Usage Scenario
Oracle Service Bus Situation A service oriented architecture must be flexible for changing interfaces, transport protocols and server locations - service clients have to be decoupled from their implementation.
What's new in Decision Management and BPM?
What's new in Decision Management and BPM? November 3 rd, 2011 Laurent Tarin Sr. Product Marketing Manager, WODM [email protected] Marc Smith Sr. Product Manager, IBM BPM [email protected] Before
Realizing business flexibility through integrated SOA policy management.
SOA policy management White paper April 2009 Realizing business flexibility through integrated How integrated management supports business flexibility, consistency and accountability John Falkl, distinguished
JOURNAL OF OBJECT TECHNOLOGY
JOURNAL OF OBJECT TECHNOLOGY Online at www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2008 Vol. 7, No. 8, November-December 2008 What s Your Information Agenda? Mahesh H. Dodani,
Michigan Criminal Justice Information Network (MiCJIN) State of Michigan Department of Information Technology & Michigan State Police
Michigan Criminal Justice Information Network (MiCJIN) State of Michigan Department of Information Technology & Michigan State Police NASCIO 2005 Recognition Awards Enterprise Architecture Category Executive
Michigan Criminal Justice Information Network (MiCJIN) State of Michigan Department of Information Technology & Michigan State Police
Michigan Criminal Justice Information Network (MiCJIN) State of Michigan Department of Information Technology & Michigan State Police NASCIO 2006 Recognition Awards Enterprise Architecture Category Executive
BEA AquaLogic Integrator Agile integration for the Enterprise Build, Connect, Re-use
Product Data Sheet BEA AquaLogic Integrator Agile integration for the Enterprise Build, Connect, Re-use BEA AquaLogic Integrator delivers the best way for IT to integrate, deploy, connect and manage process-driven
Integrating Siebel CRM 8 with Oracle Applications
Integrating Siebel CRM 8 with Oracle Applications Agenda Corporate Overview Siebel 8.0 New Features Siebel Integration Approaches Integration with Oracle Applications Option 1 Option 2 Pros and Cons Evaluation
File Manager base component
Providing flexible, easy-to-use application development tools designed to enhance file processing IBM File Manager for z/os, V13.1 Figure 1: File Manager environment Highlights Supports development and
ActiveVOS Server Architecture. March 2009
ActiveVOS Server Architecture March 2009 Topics ActiveVOS Server Architecture Core Engine, Managers, Expression Languages BPEL4People People Activity WS HT Human Tasks Other Services JMS, REST, POJO,...
EAI OVERVIEW OF ENTERPRISE APPLICATION INTEGRATION CONCEPTS AND ARCHITECTURES. Enterprise Application Integration. Peter R. Egli INDIGOO.
EAI OVERVIEW OF ENTERPRISE APPLICATION INTEGRATION CONCEPTS AND ARCHITECTURES Peter R. Egli INDIGOO.COM 1/16 Contents 1. EAI versus SOA versus ESB 2. EAI 3. SOA 4. ESB 5. N-tier enterprise architecture
Software Architecture Document
Software Architecture Document File Repository Cell 1.3 Partners/i2b2.org 1 of 23 Abstract: This is a software architecture document for File Repository (FRC) cell. It identifies and explains important
For instance, consider a customer order process. Documents such as orders can originate from paper
1 P a g e What is the Document Management Lifecycle? The Document Management Lifecycle is a concept that describes the four stages documents and data pass through within an organization. Understanding
How To Understand A Services-Oriented Architecture
Introduction to Service Oriented Architecture CSCI-5828 Foundations of Software Engineering Ming Lian March 2012 Executive Summary This Executive Summary gives the straight word to the fresh that have
IBM Rational Asset Manager
Providing business intelligence for your software assets IBM Rational Asset Manager Highlights A collaborative software development asset management solution, IBM Enabling effective asset management Rational
Oracle Service Bus vs. Oracle Enterprise Service Bus vs. BPEL wann soll welche Komponente eingesetzt werden?
Oracle Service Bus vs. Oracle Enterprise Service Bus vs. BPEL wann soll welche Komponente eingesetzt werden? Guido Schmutz, Technology Manager / Partner Basel Baden Bern Lausanne Zürich Düsseldorf Frankfurt/M.
Leveraging Service Oriented Architecture (SOA) to integrate Oracle Applications with SalesForce.com
Leveraging Service Oriented Architecture (SOA) to integrate Oracle Applications with SalesForce.com Presented by: Shashi Mamidibathula, CPIM, PMP Principal Pramaan Systems [email protected] www.pramaan.com
Integration and Infrastructure Software. IBM WebSphere Application Server Family. Flexible infrastructure for todayʼs business world.
Integration and Infrastructure Software IBM WebSphere Application Server Family. Flexible infrastructure for todayʼs business world. Build on demand solutions with a more flexible infrastructure. Today
Sadržaj seminara: SOA Architecture. - SOA Business Challenges. - 1990s: Billion Dollar Lock-In. - Integration Tools. - Point-to-Point Approach
Sadržaj seminara: SOA Architecture - SOA Business Challenges - 1990s: Billion Dollar Lock-In - Integration Tools - Point-to-Point Approach - New $200B Lock-In: Big Apps - Frozen Enterprise Asset Concept
Multimodal Biometrics R&D Efforts to Exploit Biometric Transaction Management Systems
Multimodal Biometrics R&D Efforts to Exploit Biometric Transaction Management Systems Erik J Bowman Principal Technologist Advanced Technology Group 24 September 2009 Agenda Problem Statements Research
