版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、BEA SOA Technology VisionSam CeccolaDeputy CTO1Observations of Business ChallengesIncrease operational efficiencyImprove productivity from existing systemsStreamline and optimize business processBuilt-in re-use and adaptation, no starting overTurn IT into a competitive business assetProvide customer
2、s a unified view of the businessEliminate silos and create end-to-end visibility for customers into and across the businessProvide customers specific views of processes and informationWhile Achieving faster time to value2The 90s The Billion Dollar Lock-InHPUXAIXSolarisWindowsMainframesLinuxApplicati
3、onApplicationApplicationApplicationApplicationApplication3And Heterogeneity was made PossibleHPUXAIXSolarisWindowsMainframesLinuxCICSApplication InfrastructureTuxedo.NETEdgeReal-TimeApplicationsWebLogicProduct FamilySIP4Logic PresentationApplicationClientBrowserClientsDataLegacy AppMainframesDatabas
4、esIdentity/PolicyPortalPortletPortletEJBWebAppMobilePoint-to-Point ApproachPoint-to-PointApproachBusiness logic is often replicated and tightly coupledSecurity, messaging, management are hard-wired in each connectionApplications are brittle and difficult to maintain or upgrade5New $200B Lock-In: Big
5、 AppsSAPORCLMANUCAPackaged ApplicationsIBMORCLMSFTBEACustom ApplicationsHPUXAIXSolarisWindowsMainframesLinuxCICSApplication InfrastructureTuxedo.NETEdgeReal-TimeWebLogicProduct FamilySIP6Silos of Frozen Enterprise Assets Division ADivision BDivision CERPDBCRM7Transform into Liquid Enterprise AssetsD
6、ivision ADivision BDivision CERPDBCRM8SOA: Frozen to Liquid AssetsServicesSAPORCLMANUCAPackaged ApplicationsIBMORCLMSFTBEACustom ApplicationsHPUXAIXSolarisWindowsMainframesLinuxCICSApplication InfrastructureTuxedo.NETEdgeReal-TimeWebLogicProduct FamilySIP9Providing A Uniquely Business-Aligned Approa
7、ch To The Design and Delivery of ApplicationsPresentation ServicesShared Business ServicesInformation and Access ServicesServices ManagementService BusCommon ServicesService Infrastructure LayerNon-Functional RequirementsSalesB2EEngineeringB2CServicePartnersCustomersComposite ApplicationsStandardsDe
8、velopment ToolsConfiguration ManagementSystem ManagementNetwork ManagementProvisioningBusiness Activity MonitoringDirectoriesPatternsEnterprise Information SystemsData and MiddlewareCustom ApplicationsThird Party Products (Erp, CRM, etc.)DatabasesMiddleWareInteractions(TUXEDO, MQ Series,ect.)“Role-b
9、ased Composite Applicationsconnect to business services, built and managed with an integrated suite on open standards, with supporting infrastructureusing content from “Vanilla ERP and application engines10Logic PresentationApplicationClientBrowserClientsDataLegacy AppMainframesDatabasesIdentity/Pol
10、icyProcess PortalWSRPWSRPProcessWebServicesWebServicesWebAppProcessWebServicesMobileWeb Services Based ApproachWebServicesWeb ServicesBased ApproachServices are directly connected and tightly coupledSecurity, messaging, management are hard-wired in each connectionApplications are brittle and difficu
11、lt to maintain or upgrade11Service Infrastructure: The Next Software CategoryService InfrastructureSAPORCLMANUCAPackaged ApplicationsIBMORCLMSFTBEACustom ApplicationsHPUXAIXSolarisWindowsMainframesLinuxCICSApplication InfrastructureTuxedo.NETEdgeReal-TimeWebLogicProduct FamilySIP12Application Infras
12、tructure vs. Service InfrastructureApplication InfrastructureService EnablementExecution EnvironmentReliabilityService InfrastructureCross-platform management Governance and controlService discovery and publishingService securityMessage routing and transformationResource allocation13SOA ChallengesSO
13、A ChallengeInfrastructure NeedsComposition ToolsScalable AgilitySecurity Service LayerSecurity SilosData Service LayerData SilosService BusPoint-to-PointLifecycle ManagementProliferationService-enablingHeterogeneityService InfrastructureApplication Infrastructure14Logic PresentationApplicationClient
14、BrowserClientsDataLegacy AppMainframesDatabasesIdentity/PolicyProcess PortalWSRPWSRPProcessWebServicesWebServicesDataDataDataWebAppProcessWebServicesMobileService Infrastructure ApproachService InfrastructureMessagingServicesDataServicesSecurityServicesUserInteractionServicesBusinessProcessServicesM
15、eta-dataRepositoryService RegistryService ManagementMonitoringComposition ToolsCustomServicesWebServices15BEA Leads the Way AgainService InfrastructureSAPORCLMANUCAPackaged ApplicationsIBMORCLMSFTBEACustom ApplicationsAcquireCustomerPortfolioDevel.CustomerSupportQuote to CollectInternal ServicesHPUX
16、AIXSolarisWindowsMainframesLinuxCICSApplication InfrastructureTuxedo.NETBEA AquaLogic Product FamilyExternal ServicesCall CenterCommerceDesignServicesAuctionEdgeReal-TimeWebLogicProduct FamilySIP16Actors in the SOA Development and Deployment CycleBusinessService virtualization, visibility, complianc
17、eIT ArchitectDeveloper#$%! bugsI need a Diet Coke17Roles of WebLogic and AquaLogic in SOABusinessService virtualization, visibility, complianceIT ArchitectDeveloper#$%! bugsI need a Diet CokeAquaLogic: Leading Service InfrastructureWebLogic: Leading infrastructure for development and deployment of s
18、ervices 18AquaLogic Product Family Service Infrastructure: Cross-Platform, LOB/IT, Composition-basedProcess OrchestrationUser InteractionSecurity ServicesData and Information ServicesMessage ServicesIntegrated Composition EnvironmentBusiness Process ManagementBusiness RulesEnterprise ConnectivityBus
19、iness Activity ManagementPortal Multi-channelCollaborationInteraction ManagementFederated Identity ManagementDistributed Application Security ManagementBusiness IntelligenceComposite Data ManagementUnified Meta Data RepositoryUnified Data Modeling Service ManagerMessage ManagementService RegistryCom
20、posePreviewMonitorUpdateAquaLogicBusiness Service InteractionAquaLogic User InteractionAquaLogic SecurityAquaLogic DataAquaLogic MessagingComposer19Target Environments for AquaLogicAquaLogic is targeted at organizations who:Are embracing Service-Oriented Architecture (SOA)Are rolling out new project
21、s and applications to meet the needs of the business and are experiencing pain around time-consuming programming that slows the ability to respond to the needs of the businessHave deployed multiple servicesTrying to track, discover, deploy, secure, and manage services is becoming unmanageableAre usi
22、ng point-to-point integrationHave heterogeneous environmentsmulti-OS, multi-vendor, multi-development languageHave distributed environmentsmulti-department, multi-site, multi-geography20Composition vs Coding vsApplicationComposition Metadata driven configuration, composition and business rulesFor ap
23、plication specialists (requirements experts) not developersApps composed from existing services built by developers public String getEmployeeName( long employeeID ) throws javax.ejb.CreateException, java.rmi.RemoteException Connection conn = null; PreparedStatement ps = null; try conn = this.getConn
24、ection(); ps = conn.prepareStatement(select name from employees_files where idnumber = ?); ps.setLong(1, employeeID); ResultSet rs = ps.executeQuery(); if (rs.next() return rs.getString(1); return Unknown; catch (SQLException sqe) return sqe.getMessage(); finally if (ps != null) try ps.close(); catc
25、h (SQLException se) throw new RemoteException(SQL Error., se); 21101100101110001110010110Service CoordinationService MonitoringHeterogeneous platform supportESBAquaLogic Service BusFeaturesHeterogeneous service integration Dynamic routing and transformationService registration and discoveryOperation
26、al service managementFlexible configure, deploy, production capabilitiesBuilt on a time-tested foundation for enterprise-class messaging, performance and availabilityDifferentiatorsFully configuration basedComprehensive SOA integrityLife-cycle managementProven Ilities: R-A-S-P22AquaLogic Service Reg
27、istry The most complete and proven business service registryFully supports the latest UDDI V3 specificationProvides a mechanism by which services can be published, discovered and consumed.Contains metadata about services that provides everything a consumer needs to know about using a service.Provide
28、s a centrally managed, reliable and searchable location for service descriptions, making it the System of Record for SOA.Provides a foundation for SOA governance and service lifecycle managementComplements WLS, ALSB, and WLI in the service lifecycle23Service ClientsData Services on Logical ModelPhys
29、ical ModelAddressesCustomer ProfilePending PaymentsCredited PaymentsOrdersHistoryData Services a la AquaLogic Data Services PlatformRepositoryEnterprise DataJDBCModel DrivenIntegration(XQuery)CustomerOrderPaymentProgrammingModel(SDO)Web SrvcsAdaptersCustomJ2EE, Web Service, XQuery, JMS Logical model
30、s capture data access & integration complexity once Same data model, programming model, & API for all enterprise dataCustomer PortalBPMMgmt DashboardESB24AquaLogic Enterprise SecurityALES is an application security product that providesFine grained entitlementsSecurity as a serviceDefine access poli
31、cy that control entitlements to business objects and application resourcesProvides a set of standard security services for a variety of application environmentsALES consists of two componentsAdministrative application centrally manage security configuration and policySSMs - plug into various applica
32、tion environments to enforce securityCentralized Administrationof Policy and Configuration DataDistribution of Incremental Policy UpdatesWebServerAppServerLegacy/Custom AppSecurity Service ModuleSecurity Service ModuleSecurity Service Module25AquaLogic InteractionAquaLogic User InteractionPortalComm
33、unitiesApplicationsCollaborationPublisherProcessStudioSearchAnalyticsIntegration Services / IDKDataContentSecurityUser Interaction Framework for deploying broad range of solutionsEasily incorporate collaboration, Web publishing, search, BPM services into portals and composite applicationsWeb Service
34、s Engine integrates systems, content, users26Process Modeling, Simulation and DocumentationProcess Management and Real-Time BAMHistorical & Trend Analysis ToolsBusinessOwnersHiPer WorkspaceProcessParticipantsProcess Server and Monitoring RepositoryAquaLogic BPMEnterprise ServerAquaLogic BPM SuiteBus
35、inessSystemsCRMDBERPBusinessAnalystsUse Cases1.0 Get the stuff2.0 Build the picture3.0 BAM ConsolesRequirements1.1 Process Diagram2.1 Launch screen3.1 Monitoring screenProcessAnalyst Process Developmentand Systems Integration27Whats Next for AquaLogic?Process OrchestrationUser InteractionSecurity Se
36、rvicesData and Information ServicesMessage ServicesIntegrated Composition EnvironmentBusiness Process ManagementBusiness RulesEnterprise ConnectivityBusiness Activity ManagementPortal Multi-channelCollaborationInteraction ManagementFederated Identity ManagementDistributed Application Security Manage
37、mentBusiness IntelligenceComposite Data ManagementUnified Meta Data RepositoryUnified Data Modeling Service ManagerMessage ManagementService RegistryComposePreviewMonitorUpdateAquaLogicBusiness Service InteractionAquaLogic User InteractionAquaLogic SecurityAquaLogic DataAquaLogic MessagingComposerAquaLogic Composer CategoryPlanned to provide a singl
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025年粤教新版高三语文上册阶段测试试卷
- 沙坪坝渗水修补施工方案
- 2025年鲁人版选修4化学上册月考试卷
- 2025年鲁科五四新版一年级语文下册月考试卷含答案
- 2024版私人房屋出售合同范本
- 2024淘宝跨境物流服务协议中国区专用条款版B版
- 2025年浙教版七年级历史上册月考试卷含答案
- 2025年沪教新版七年级科学下册月考试卷含答案
- 2025年鲁人新版高二数学上册月考试卷
- 2025年牛津译林版必修3物理上册阶段测试试卷
- 江苏某小区园林施工组织设计方案
- 勘察工作质量及保证措施
- 体外膜肺氧合(ECMO)并发症及护理
- 垫江县中医院2018年11月份临床技能中心教学设备招标项目招标文件
- 排放源统计(环统)年报填报指南
- 反射疗法师理论考试复习题及答案
- 房地产销售主管岗位招聘笔试题及解答(某大型国企)2025年
- 心电图并发症预防及处理
- 重庆市七中学2023-2024学年数学八上期末统考模拟试题【含解析】
- 检验科lis系统需求
- 中东及非洲空气制水机行业现状及发展机遇分析2024-2030
评论
0/150
提交评论