版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
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. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 加油站建设项目可行性研究报告
- 《描写春天的句子》课件
- 《社会语言学》课件
- 房产建筑工程
- (部编版八年级《政治》课件)第1课时-法不可违
- 《简单的电路计算》课件
- 《柠檬酸发酵机制》课件
- 机构编制培训课件(机构编制政策要点及纪律要求)
- 中型电力施工合同模板
- 用户体验研究保密协议管理办法
- 2024年肠道传染病培训课件:疾病预防新视角
- 2024年度拼多多店铺托管经营合同2篇
- 2023年北京肿瘤医院(含社会人员)招聘笔试真题
- 2024年化学检验员(中级工)技能鉴定考试题库(附答案)
- 旅行社分店加盟协议书(2篇)
- 勘察工作质量及保证措施
- 城镇燃气经营安全重大隐患判定及燃气安全管理专题培训
- 个人和企业间资金拆借合同
- 重大火灾隐患判定方法
- 2024年除雪服务定制协议样本版
- 七年级地理上册 3.2海陆变迁说课稿 (新版)商务星球版
评论
0/150
提交评论