1 / 22

5C The Plex SOA Strategy

CA Blue R0 G132 B201. CA Green R51 G158 B53. CA Gray R106 G105 B100. CA Dark Blue R0 G132 B201. CA Dark Green R51 G158 B53. CA Tint Gray 30 R218 G218 B203. CA Light Blue R0 G132 B201. CA Light Green R51 G158 B53. CA Tint Gray 10 R246 G246 B246.

chessa
Télécharger la présentation

5C The Plex SOA Strategy

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CA Blue R0 G132 B201 CA Green R51 G158 B53 CA Gray R106 G105 B100 CA Dark Blue R0 G132 B201 CA Dark Green R51 G158 B53 CA Tint Gray 30 R218 G218 B203 CA Light Blue R0 G132 B201 CA Light Green R51 G158 B53 CA Tint Gray 10 R246 G246 B246 5CThe Plex SOA Strategy Daniel LeighDevelopment Director, CA Rob LayzellArchitect, CA

  2. Agenda • SOA Overview • What is Service-Oriented Architecture? • SOA and Plex • What’s in the Plex SOA “Toolkit” today? • New Plex SOA Capabilities • Creating WCF Services with Plex • WCF Defined • WCF Service Generation • Questions & Answers

  3. SOA Overview

  4. Have you heard of SOA?

  5. What is Service Oriented Architecture? • SOA stands for Service Oriented Architecture • At least everyone agrees about that! • No single definition • More a methodology than a technology • An evolution of component-based approaches

  6. What is Service-Oriented Architecture? • Attributes of SOA: • Emphasizes reuse of existing applications • Incremental, built on current investments • Services can be “orchestrated” to build new applications or address new requirements • Expose interfaces to applications • Implementation should be hidden from consumers of the service. • Standards-based

  7. What is Service Oriented Architecture? • Attributes of SOA • Services aim to be loosely-coupled • Independent of specific program languages or platform • Resilient to change • Limited dependencies between services • Services support distributed computing • Web Services represent the most common technology • WSDL, XML • .NET and Java are the most common platforms for delivering web services • But web services is not the only technology

  8. Service Orchestration & BPM Tools ERP Business Applications Eclipse Clients Visual Studio .NET Web Client The World Outside Plex! Web Services Layer Plex Server Application (.NET, Java, System i) Plex Clients . Oracle SQL Server DB2 SOA and Plex Plex Application Layer Plex Database Layer

  9. Web Services . Oracle SQL Server DB2 SOA and Plex Plex Application Layer Plex Server Application Plex Server Application Plex Application Layer Plex Server Application (.NET, Java, System i) Plex Clients Plex Database Layer

  10. What’s in the Plex SOA toolbox today? • Plex is already capable of delivering web services and SOA • Model-based design environment • Encourages abstraction and interface-based design • Java and .NET generators • The “de facto” standard platforms for SOA implementations • Rich set of service APIs • COM and EJB Connector generation • Websydian TransacXML • XML document handling • Web service creation and consumption

  11. New Plex SOA Capabilities • CA Plex r6.1 is currently in development • Planned to include a new service creation feature • Based on Microsoft’s Windows Communication Foundation (WCF) • What is WCF? • Let’s find out – over to Rob!

  12. CreatingWCF Services with CA Plex

  13. Windows Communication FoundationDefined Windows Communication Foundation (WCF) Enterprise Services ASMX WSE MSMQ .NET Remoting

  14. Windows Communication FoundationRuntime Local Client Machine Client Proxy NetTcpBinding NetNamedPipesBinding NetMsmqBinding Service Host WCF Service BasicHttpBinding WsDualHttpBinding Internet Client Machine Client Proxy

  15. Windows Communication FoundationEndpoints • Endpoint consists of three parts: • Address: Where is the service located? • Contract: What does the service offer? • Binding: How do we communicate with the service?

  16. Windows Communication FoundationObject Model Plex Object Model WCF Object Model Code Library VS Project Package Namespace Component WCF Class Contract Interface Interface Contract Method Method Function Data Contract

  17. Windows Communication FoundationInterface Contracts namespaceProductService { [ServiceContract(SessionMode = SessionMode.Required)] public interface IProduct { [OperationContract(Name="RunStockCheck")] ProductRunStockCheck_OutputRunStockCheck(ProductRunStockCheck_Input input); } }

  18. Windows Communication FoundationData Contracts [DataContract()] public class ProductRunStockCheck_Input: PlexVariableGroup { [DataContract()] public class _StockCheckDetails { [DataMember()] public string StockCheckName; } [DataMember()] public_StockCheckDetailsStockCheckDetails; }

  19. Windows Communication FoundationConfiguration • Default Plex .NET Runtime copied into WCF Service • Edit using .NET Management Console

  20. Windows Communication FoundationDevelopment Workflow (1) Model (2) Generate (3) Build (4) Deploy Start Writing Clients!

  21. Windows Communication Foundation • Demo

  22. Page based on Title and Text from Slide Layout palette. Design is 2_Default Design Slide Master Title text for Title or Divider pages should be either 40 pt for short titles /28 pt for subtitles or 32 pts for longer titles /24 pt for subtitles No DATE on divider pages. Questions &feedback? To reapply Master on Divider pages ONLY, [Format > Slide Design > Apply a design template: > (choose Design 1, 2, or 3) > Apply to Selected Slides]

More Related