Application Servers

Session 1 – Main Theme Introduction to Application Servers

Dr. Jean-Claude Franchitti

New York University Computer Science Department Courant Institute of Mathematical Sciences

1

Agenda

11 IntroductionIntroduction

22 ApplicationApplication ServersServers KeyKey ConceptsConcepts

33 PatternsPatterns andand ApplicationApplication ServersServers

44 ApplicationApplication ServerServer SupportingSupporting TechnologyTechnology

55 ExpectedExpected ApplicationApplication ServerServer FeaturesFeatures

66 RelatedRelated LifecycleLifecycle andand AdoptionAdoption ProcessesProcesses

77 ConclusionConclusion

2 Icons / Metaphors

Information

Common Realization

Knowledge/Competency Pattern

Governance

Alignment

Solution Approach

33

Who am I?

- Profile - ¾ 26 years of experience in the Information Technology Industry, including twelve years of experience working for leading IT consulting firms such as Computer Sciences Corporation ¾ PhD in Computer Science from University of Colorado at Boulder ¾ Past CEO and CTO ¾ Held senior management and technical leadership roles in many large IT Strategy and Modernization projects for fortune 500 corporations in the insurance, banking, investment banking, pharmaceutical, retail, and information management industries ¾ Contributed to several high-profile ARPA and NSF research projects ¾ Played an active role as a member of the OMG, ODMG, and X3H2 standards committees and as a Professor of Computer Science at Columbia initially and New York University since 1997 ¾ Proven record of delivering business solutions on time and on budget ¾ Original designer and developer of jcrew.com and the suite of products now known as IBM InfoSphere DataStage ¾ Creator of the Enterprise Architecture Management Framework (EAMF) and main contributor to the creation of various maturity assessment methodology ¾ Developed partnerships between several companies and New York University to incubate new methodologies (e.g., EA maturity assessment methodology developed in Fall 2008), develop proof of concept software, recruit skilled graduates, and increase the companies’ visibility 4 How to reach me?

Come on…what else did you expect? Cell (212) 203-5004

Email [email protected]

AIM, Y! IM, ICQ jcf2_2003

MSN IM [email protected]

LinkedIn http://www.linkedin.com/in/jcfranchitti

Woo hoo…find the word of the day… Twitter http://twitter.com/jcfranchitti

Skype [email protected]

5

What is the class about?

ƒCourse description and syllabus: ƒ http://www.nyu.edu/classes/jcf/g22.3033-003/ ƒ Web site will be replaced by a new wiki shortly ƒTextbooks: ƒ TBA

6 Knowledge Required

ƒ Programming Languages (g22.2110) ƒ Operating Systems(g22.2250) ƒ Programming for the WWW ƒ Ability to program in Java and/or C# ƒ Some exposure to XML and associated technologies

7

Other Useful Knowledge

ƒ Web configuration and the HTTP protocol ƒ Scripting languages (e.g., JavaScript, Perl, TCL, etc.) ƒ theory (normalization rules) ƒ Web publishing ƒ Enterprise applications design

8 Agenda

11 IntroductionIntroduction

22 ApplicationApplication ServersServers KeyKey ConceptsConcepts

33 PatternsPatterns andand ApplicationApplication ServersServers

44 ApplicationApplication ServerServer SupportingSupporting TechnologyTechnology

55 ExpectedExpected ApplicationApplication ServerServer FeaturesFeatures

66 RelatedRelated LifecycleLifecycle andand AdoptionAdoption ProcessesProcesses

77 ConclusionConclusion

9

Understanding Application Servers

ƒ Wikipedia Definition: ƒ “An application server, in an n-tier software architecture, serves an API to expose business logic and business processes for use by third-party applications” ƒ However, not all application servers expose today?! ƒ Application Server vs. Legacy Servers ƒ Database server and transaction processing monitors are degenerated application servers ƒ However database servers and transaction processing monitors pre-date application server technology ƒ Why? ƒ Role of Application Servers ƒ Manage non-functional requirements so that developers can focus

on functional requirements 10 Application Servers Evolution

ƒ Traditional -server technology ƒ CGI frameworks ƒ Page-based extended HTML environments ƒ Distributed object computing platforms ƒ Java-Based ƒ Object Management Architectures (OMAs) ƒ Component-based computing environments ƒ Web Services platforms ƒ Next generation application servers (reflective, multimedia- and agent-enabled, MDA-compliant, etc.)

11

Application Servers Generics

ƒ Modern Application Server Properties ƒ Rich/portable software ƒ between pervasive devices and back-office systems (OMA-compliant) ƒ Platform independent programming interface ƒ Support legacy applications integration (EAI/B2Bi) ƒ XML-enabled ƒ Web-services-enabled ƒ SOA-compliant ƒ etc.

12 Application Servers and Gartner Hype Cycle

13

Agenda

11 IntroductionIntroduction

22 ApplicationApplication ServersServers KeyKey ConceptsConcepts

33 PatternsPatterns andand ApplicationApplication ServersServers

44 ApplicationApplication ServerServer SupportingSupporting TechnologyTechnology

55 ExpectedExpected ApplicationApplication ServerServer FeaturesFeatures

66 RelatedRelated LifecycleLifecycle andand AdoptionAdoption ProcessesProcesses

77 ConclusionConclusion

14 Pattern Categories and Framework

ƒ Model View ƒ Reference Architectural Style and Element(s) ƒ Architectural Style ƒ Architectural Pattern ƒ Design Patterns ƒ Implementation View ƒ Reference Implementation Style and Element(s) ƒ Implementation Style ƒ Implementation Pattern ƒ Idiom

15

Architectural Styles

ƒAn architectural style is a description of component types and their topology ƒIt also includes a description of the pattern of data and control interaction among the components and an informal description of the benefits and drawbacks of using that style ƒ Architectural styles are important engineering artifacts because they define classes of designs along with their associated known properties ƒ They offer experience-based evidence of how each class has been used historically, along with qualitative reasoning to explain why each class has its specific properties

16 ABASs

ƒAttribute Based Architectural Styles (ABASs) ƒABASs build on architectural styles to provide a foundation for more precise reasoning about architectural design by explicitly associating a reasoning framework (whether qualitative or quantitative) with an architectural style ƒThese reasoning frameworks are based on quality attribute-specific models, which exist in the various quality attribute communities (such as the performance and reliability communities)

17

Pattern Clusters

ƒ A Pattern Cluster is a set of patterns which are involved in the generic solution of a given problem type ƒ There may be more than one generic solution to a given problem type ƒ e.g., Enterprise Solution Architectures typically provide combinations of pattern clusters of one or more known applicable Reference Architectures ƒ Identifying applicable patterns typically involves a two step process ƒ Step 1: Identify applicable existing Reference Architectures ƒ Step 2: Identify applicable pattern clusters based on these existing Reference Architectures

18 Pattern Clusters Catalog

19

Sample Business Architecture Patterns (1/3)

ƒBusiness Process ƒ A long running set of actions or activities performed with specific business goals in mind ƒ Business processes typically encompass multiple service invocations ƒ e.g., Initiate New Employee, Sell Products or Services, and Fulfill Order ƒ In an SOA context, a business process consists of a series of operations which are executed in an ordered sequence according to a set of business rules ƒ The sequencing, selection, and execution of operations is termed service or process choreography ƒ Typically, choreographed services are invoked in order to respond to business events

20 Sample Business Architecture Patterns (2/3)

ƒChoreography ƒ A choreography is the observed sequence of messages exchanged by peer services when performing a unit of work ƒ Services do not need to be orchestrated to perform a unit of work (this is a concept that emerged and should have stayed in the last century) ƒ This is a very common misconception, actually most units of work are accomplished by a series of "orchestrated services" performing a choreography ƒ There are several industry efforts in the area of choreography languages, such as BPML (defined by BPMI.org), BPSS (defined by ebXML), IBM's WSFL, Microsoft's XLANG, and IBM/Microsoft/Oracle- BEA's BPEL4WS and their companion specifications WS-Coordination and WS-Transaction, etc.

21

Sample Business Architecture Patterns (3/3)

ƒOrchestration ƒ An orchestration is a generalization of composition that sequence services and provide additional logic to process data that does not include data presentation ƒ The same language can be used to perform a complex unit of work achieved by invoking a series of service operations ƒ Any given orchestration is not forced to expose a service interface ƒ If it does, it is a composition ƒAn orchestration is executed by an orchestration engine ƒ BPEL is an orchestration

22 SMA Reference Architecture

SOI-Driven Approach

SOA =++SOI SOM SOP

SOA abstract the software functionality that business processes compose and Service- orchestrate Service- Oriented Oriented Architecture Process SOM enables loose SOA – Service Oriented Architecture coupling and coarse SOP – Service Oriented Process granularity SOI – Service Oriented Integration SOA abstract the SOM enables and adaptation layer manages business SOM – Service Oriented Management with a logical Services and the Service network processes that link them SOM Capabilities: • Encapsulation and Composition Service- Service- • instance management Oriented Oriented • Dynamic routing Integration Management SOM enforces the • Transport protocol translation Quality of Service of SOI • Web services caching Web Services Security & Identity • Synchronous / asynchronous Management Essential prerequisite for SOA conversion

23

SOA Entry Points

Vertical slicing - Identify and re-engineer Business Processes across Presentation to Infrastructure layer using SOA paradigm. Horizontal Slicing - Approach SOA from Infrastructure, Information, Integration, Application and Portal perspectives.

Entry Point Description Value Optimize Core and Out Source BPM Model, Simulate, Optimize and Implement Business Processes Ancillaries – Produces measurable leveraging existing assets and new business value services

Consolidate Servers, Leverage, Reduce TCO and Improve Infrastructure Virtualization, Grid and Utility, manageability and dynamic As Service Strategize Provisioning Approach for IT H/W

Information Build Services for Business Business Aligned Data Managed As Service Entities, Abstract underlying Data Strategy Sources

Integration / Use ESBs to integrate COTS, SAP, Integrates IT systems across ESB Legacy Applications and Web enterprise / businesses in a Services standardize way improves connectivity

Application Build SOA infrastructure using SAP Reuse existing assets and COTS and Domain Frameworks as the solutions basis

Portal Consolidate delivery channels Improves Collaboration and through portals and other Standardizes Service Delivery technologies

24 Pattern Frameworks References and Related Material

ƒIBM Patterns of eBusiness ƒ http://www.ibm.com/developerworks/patterns/ ƒMicrosoft Enterprise Architecture Framework (Blog Notes) ƒ http://www.mikethearchitect.com/2009/03/microsoft- enterprise-architecture-framework.

25

Agenda

11 IntroductionIntroduction

22 ApplicationApplication ServersServers KeyKey ConceptsConcepts

33 PatternsPatterns andand ApplicationApplication ServersServers

44 ApplicationApplication ServerServer SupportingSupporting TechnologyTechnology

55 ExpectedExpected ApplicationApplication ServerServer FeaturesFeatures

66 RelatedRelated LifecycleLifecycle andand AdoptionAdoption ProcessesProcesses

77 ConclusionConclusion

26 Underlying Facilities

ƒ (Network) Communication Protocols ƒ e.g., TCP/IP, HTTP, RPC, GIOP/IIOP, RMI, XML, XML- RPC, SOAP/DIME/ROPE, UDDI/DISCO, WSDL ƒ Client-Server Technology ƒ Distributed Object Computing ƒ Component Models and Frameworks ƒ Secure Messaging Infrastructures ƒ etc.

27

Old Client/Server Model

ƒ Connection Customers (and partners) were required to have dedicated lines, leased lines, dialups, or some other access to a company. ƒ Network Protocol Customers had to use the same network protocols as the company they wanted to communicate with, TCP/IP, IPX/SPX, NetBUI, etc. ƒ Hardware Requirements Customers had to meet specific machine requirements: microprocessor speed; screen resolution; RAM; hard disk space; modem speed; etc. Customers were required to make a huge investment in hardware. ƒ Operating System Requirements The customer had to run a specific Operating System and version. ƒ Software Updates Application updates via floppy disks or CDs had to be infrequent. The customer was required to perform the costly installation or update.

28 Web 1.0 Business Evolution

ƒ First it was Online Publishing ƒ The - a Global Information Network Emerged (The Information Superhighway) ƒ The Web Browser Provided Platform-Independent Access to Information ƒ People Could View the Same Content Anywhere in the World ƒ There was Explosive Growth in the Number of Business Web sites ƒ Then it became Online Services and Web Applications ƒ Businesses are Building Relationships with Web-based Customers ƒ Value-Based Services are Ensuring a Steady Flow of Web-based Traffic ƒ Overhead is Reduced with Automated Online Services ƒ A New Global Marketplace is Emerging - Web Applications/services are Available from Anywhere in the World 24x7 ƒ Updates Occur Instantly and Universally ƒ Doing Business is now Cheaper, Faster, and Easier 29

Basic Web Applications

Documents

DB Internet Connection

Client Web Enterprise Browser Server Data CGI, SSJS, NSAPI, ISAPI, WAI, Etc.

30 Robust Web Applications

Presentation Business Logic Tier Data Tier Tier

HTTP Documents Databases

Web Web Browser Servers

Enterprise C/S P IIO Applications

Application Server(s)

Rich Clients Legacy (Java C/C++, VB) Systems

31

Mission Critical Requirements

ƒ High Performance and Scalability ƒ Benchmarks demonstrate 6000+ concurrent users, 12,000 TPM on a 4-CPU Sparc ƒ High Availability & Reliability ƒ Customers like E*Trade & ISN demand 24x7 reliability with software & hardware fault tolerance ƒ eBay on WebSphere ƒ 30+ billion transactions per day ƒ Over 8,000 tps! ƒ Countrywide Insurance on WebSphere ƒ Over 20,000 tps!

32 Mission Critical Application Requirements (continued)

ƒ Rapid Development through Pre-built Application & System Services ƒ Proven that large-scale enterprise applications can be built in half the time with equivalent resources ƒ Enterprise Integration ƒ Need for high-performance integration to databases, legacy systems, client/server applications and ERP applications ƒ Open & Extensible ƒ Need for standards-based, cross-platform supporting Windows/UNIX, JAVA/C++, CORBA/IIOP, RMI/IIOP, and .Net/COM+

33

Application Server Selection Criteria

ƒ Usability ƒ Scalability ƒ Concurrency ƒ Extensibility ƒ Security ƒ Manageability ƒ Fault tolerance, auto-deployment, communications, development environment, monitoring tools ƒ Reusability ƒ Support ƒ Skills

34 Application Server Categories

ƒ Legacy technology ƒ Page-based extended HTML environments ƒ OMA-based ƒ Web Services platforms ƒ MDA-based ƒ Next generation ƒ Sample Classification: » http://en.wikipedia.org/wiki/Comparison_of _application_servers

35

Application Servers Examples

ƒ CGI-Perl custom environments ƒ ColdFusion 8, PHP 5, ASP .Net, JEE JSP ƒ WebSphere Application Server V7 ƒ Oracle WebLogic 11g ƒ JBoss Enterprise Application Platform ƒ etc.

36 Application Server Packages (e.g., SAP Software Solutions, Oracle/PeopleSoft, Infor’s Baan)

ƒ ERP, and B2Bi Suites ƒ Human Resources ƒ Sales Automation ƒ Financial/Accounting ƒ Retail/Point of Purchase ƒ Manufacturing/Inventory ƒ Supply Chain Management ƒ etc.

37

Agenda

11 IntroductionIntroduction

22 ApplicationApplication ServersServers KeyKey ConceptsConcepts

33 PatternsPatterns andand ApplicationApplication ServersServers

44 ApplicationApplication ServerServer SupportingSupporting TechnologyTechnology

55 ExpectedExpected ApplicationApplication ServerServer FeaturesFeatures

66 RelatedRelated LifecycleLifecycle andand AdoptionAdoption ProcessesProcesses

77 ConclusionConclusion

38 Sample Features

ƒ High performance & scalability Create applications that deliver data quickly and scale to hundreds and thousands of concurrent users. ƒ Maximum availability (24x7) Create applications that are available 24 hours a day, 7 days a week, even when while being updated! ƒ Client Independence Access applications using web browsers or rich Java/C++ clients. ƒ Rapid application development (RAD) Develop applications quickly and easily with pre-built system and application services, application builder, extension builder, and a variety of third-party tools. ƒ Enterprise Application Integration Connect to backend databases, existing client/server applications, and existing legacy systems.

39

Value Proposition

What Customers are Building with it...

z on-line credit card Customer z customer care & billing Self-Service z portfolio management z benefits administration

z package tracking z claims processing Business-to-Business Efficiencies z supply chain management z sales automation

z on-line retailing, on-line trading Revenue Expansion z loyalty programs z travel and entertainment

40 Internal Architecture

Client Application Server

Scalable, HTML Application Logic Reliable (Java, C/C++) Application Architecture

Java

Load Thread Fail Safe Persistence Versioning Balancing Manager Services Pre-Built System & C/C++ JDBC Connection Results Transactions Application Data Access Pooling Caching Services State / Messaging Session Mgmt Directory Security

Visual Basic Distributed Object Infrastructure

Network Services Operating System

41

Services

ƒ Key Application Services ƒ Java, C/C++ Client Support ƒ Rich client Support e.g., Adobe Flash/Flesh/Air, Microsoft Silverlight ƒ State/ Session Management ƒ Database Request Management ƒ Transaction Management ƒ Connection Cache ƒ Results Cache ƒ Dynamic Content Generation ƒ Streaming ƒ Security

42 Services (continued)

ƒ Key System Services ƒ Multi-process, Multi-threaded ƒ Dynamic Load Balancing ƒ Application Partitioning ƒ Asynchronous Processing ƒ Event Logging & Tracking ƒ Kernel Services ƒ Directory Services ƒ E-mail Messaging ƒ Key Administration Services ƒ Application Management ƒ Server Management

43

Extension Builder

Extending Application Servers Functionality Application Server Extensions Existing Applications and Systems • Client/server applications • Enterprise Systems • Legacy Applications • Third-party Web solutions

Pre-built System Extension Builder & Application (Create Custom Extensions) Services OR Use Pre-built Extensions • IBM MQ Series Business Logic • Oracle • IBM CICS, IMS • ERP Extensions 44 Technical Architecture

Open and Extensible

Extensions s

Application n • TP Monitors o i • Legacy

Server s

(Java, C/C++) n

e • Client/server

t x

E Data Sources Browsers Web •RDBMS Servers • Oracle ISAPI, NSAPI, CGI ISAPI, NSAPI, •Sybase Web Connectors • IBM Informix (HTTP, KCP, IIOP) (HTTP, KCP, • IBM DB2

Protocol Manager •SQL Server

Open Client L • OODBMS C Embedded (bundled) • ODI O ORB • ODBC & JDBC Data Access Engine Data Access

Platforms Rich Clients Java, C/C++,VB, etc. • Oracle Solaris •HP-UX •SGI Irix • Windows XP and Server 2008 45

Agenda

11 IntroductionIntroduction

22 ApplicationApplication ServersServers KeyKey ConceptsConcepts

33 PatternsPatterns andand ApplicationApplication ServersServers

44 ApplicationApplication ServerServer SupportingSupporting TechnologyTechnology

55 ExpectedExpected ApplicationApplication ServerServer FeaturesFeatures

66 RelatedRelated LifecycleLifecycle andand AdoptionAdoption ProcessesProcesses

77 ConclusionConclusion

46 Sample Application Server Development Methodology Support

Develop, Deploy & Manage Business-Critical Applications

Develop Deploy Manage

Application Builder

Develop & deploy business applications in Java/C++

Extension Builder

Develop & deploy Application Servers Administrator ‘Extensions’ in Java/C++ for enterprise application • High Performance & Scalability • Application integration • High Availability Administration • Client-Independence & Management • Rapid Development of • Server & Cluster Business Applications Management • Enterprise Integration 47

Application Builder

ƒ Rapid Development of Business Applications ƒ Wizards for Point-&-click Development ƒ Pre-built Application Services and Class Libraries (Java, C/C++) ƒ Reusable Application Components ƒ Distributed Deployment of Application Components ƒ Distributed Development Using Three-Tier Programming Model

Wizards for Point-&-click Development

48 Application Builder (continued)

ƒ Robust Application Development Tools ƒ Application Logic Designer ƒ HTML Designer ƒ Query Designer ƒ Project Manager ƒ Third-party Tool Support

Project Manager

49

Server Administration

ƒ Advanced cluster management ƒ Enterprise-wide views of all servers and processes ƒ Event monitoring & alerts ƒ Multi-view graphical performance monitoring ƒ ACL, User & Group Management ƒ Load balancing customization ƒ Application administration ƒ Application partitioning ƒ Integrated deployment

Performance Monitor

50 SOA Service Lifecycle

Solution Implementation

Service Consumption

Discover Request

Analysis Design

Deploy Certify Publish Execute Version Retire

Service Provisioning

Service Implementation

51

Sample TOGAF-Compliant SOA Implementation Methodology

Sample SOA Methodology TOGAF ADM

Strategy ƒ Preliminary Phase ƒAssess Enterprise Maturity ƒDefine SOA Strategy and Vision ƒAssess SOA Program Readiness ƒSet-up SOA Governance

ƒ Architecture Vision Architecture ƒ Business Architecture ƒDefine Architecture ƒ Information System Architecture ƒAssess Architecture ƒ Technology Architecture Enterprise Strategy & Vision Strategy Enterprise Business & IT Requirements & IT Business ƒDefine Architecture Plan ƒ Opportunities and Solutions

Enterprise Drivers – Drivers Enterprise & IT Business ƒ Migration Planning Program Objectives – Objectives Program & IT Business ƒDefine Program Management Plan ƒ Architecture Change Mgmt

Composition and Assembly ƒ Implementation Governance ƒAnalyze Services (covers design-time) ƒDesign Services ƒDevelop Services ƒTest Services

Deploy and Manage ƒ Implementation Governance ƒDeploy Services (covers run-time & change- time) ƒManage Services Functional Requirements Functional Non-functional requirements Non-functional ƒMonitor Services

Sample Out-of-the-box methodology & mapping to TOGAF

52 Sample Specialized Maturity Model for SOA

Agile

Responsive SOA Radar Business Strategic

(Service Oriented Business Transformation)

IT Strategic

(Service Oriented IT Transformation)

Standardized

( WS/SOA implementations standardized across IT)

Tactical

(Project Driven SOA/Web Services Implementation)

Defined Service Maturity Model for an Enterprise to establish benchmarks and standards to measure SOA adoption and maturity based on business impact

53

Sample SOA Maturity Model Explained

Defined Service Maturity Model for an Enterprise to establish benchmarks and standards to measure SOA adoption and maturity based on business impact

Agile Enterprise

Responsive Enterprise

Business Strategic Enterprise

(Service Oriented Business Transformation)

IT Strategic Enterprise (Service Oriented IT Transformation)

Standardized Enterprise ( WS/SOA implementations standardized across IT)

Tactical Enterprise (Project Driven SOA/Web Services Implementation)

54 SOA Radar Explained

Level 3 Level 4 IT Strategic Business Strategic

Level 2 Level 5 Standardized Responsive

Current

Early Mainstream Level 1 Level 6 Tactical Adolescent Agile

Emerging

In order to get the most out of SOA paradigm, We need to understand our “Current State” and decide on the “To Be States” by taking in to consideration IT enablers

55

SOA Radar Explained

Enterprise Technology Business Modeling - Business / Architecture IT Collaboration Service Life Cycle Governance Level 3 Level 4 Business Performance IT Strategic Business Strategic Management

Messaging Standards Service Standards

Level 2 Level 5 Standardized Responsive

Enterprise Application Management

Current

Early Mainstream Level 1 Level 6 Tactical Adolescent Agile

Web Services Emerging BPEL BAM Business Intelligence

56 SOA Radar Explained

Enterprise Data Architecture Business Architecture Enterprise Reference Definition Architecture - Information Level 3 Level 4 Business Process Simulation Systems IT Strategic Business Strategic Virtualization End-To-End SOA Governance

Level 2 Level 5 Standardized Responsive

Design Time Integrated Architecture Registry - Business and IT Design Time Service Portfolio Repository Integrated Governance Message Model Current Business Process Reuse

Early Mainstream Level 1 Level 6 Tactical Adolescent Agile

Emerging

57

SOA Radar Explained

Enterprise Architecture Strategy SOA Governance Automation Business Strategy Modeling Information Life Cycle Management Level 3 Level 4 Enterprise Application Management IT Strategic Business Strategic Content Management and Strategy

Level 2 Level 5 Standardized Responsive

Current

Early Mainstream Level 1 Level 6 Tactical Adolescent Agile

Emerging

58 SOA Radar Explained

Level 3 Enterprise Infrastructure Strategy Level 4 IT Strategic Business Strategic

Level 2 Level 5 Standardized Responsive

Current

Early Mainstream Level 1 Level 6 Tactical Adolescent Agile

Emerging

59

SOA Incubation – “Where to start?” “How to grow?”

Good Starting points are enumerated below – ideal incubation combines Revenue Drivers & Business Driven Business Business/IT transformational pilot. IT Responsiveness, Market Forces Game Changing dictate… Transformation needs…. Agile Enterprise

Responsive Enterprise SOA Incubation “The Consultant’s Dream”

Business Strategic

(Service Oriented Business Transformation) SOA Incubation “Ideal Sweet Spot”

IT Strategic Shortest Path (Serviceto Oriented IT Transformation) SOA Incubation “Getting IT ready for “Quick Hit” business Challenges” Standardized ( WS/SOA implementations standardized across IT) SOA Incubation “Under the Radar”

Tactical (Project Driven SOA/Web Services Implementation) IT Driven

The Challenge –Initiating, Sustaining, Managing this Transformation. Inefficiency, Cost of IT, Integration drives…

60 Governance Components Detailed (SOA Specific)

61

Agenda

11 IntroductionIntroduction

22 ApplicationApplication ServersServers KeyKey ConceptsConcepts

33 PatternsPatterns andand ApplicationApplication ServersServers

44 ApplicationApplication ServerServer SupportingSupporting TechnologyTechnology

55 ExpectedExpected ApplicationApplication ServerServer FeaturesFeatures

66 RelatedRelated LifecycleLifecycle andand AdoptionAdoption ProcessesProcesses

77 ConclusionConclusion

62 Summary – Key Application Server Objectives

ƒ Enable Rapid Development of Business Applications ƒ Provide Industry Leading Performance & Scalability ƒ Provide High Availability & Reliability ƒ Enable Enterprise Application Integration ƒ Allow Client-Independence (HTML, Java, C++, VB, etc.) ƒ Provide Open & Extensible Architecture

63

Next Session: Architectural Mapping

64