La descarga está en progreso. Por favor, espere

La descarga está en progreso. Por favor, espere

César de la Torre ISV Developer Advisor Microsoft

Presentaciones similares


Presentación del tema: "César de la Torre ISV Developer Advisor Microsoft"— Transcripción de la presentación:

1 César de la Torre ISV Developer Advisor Microsoft
3/24/2017 3:58 PM “Evolución de plataforma de Servicios” { SOA  (Arquitectura Orientada a Servicios) WCF (Windows Communication Foundation) WF  (Windows Workflow Foundation) } César de la Torre ISV Developer Advisor Microsoft © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

2 Agenda Visión Global: Introducción a SOA Introducción a WCF
Novedades WCF en VS.2008 y .NET 3.5 Introducción a WF Novedades WF en VS.2008 y .NET 3.5

3 Plataforma de Aplicaciones - SOA y BP
Consume Dirigido al Usuario Security and Identity Seguridad e Identidad Management and Governance Gestión y Gobernación Design and Development Diseño y Desarrollo Componer Interacción con usuarios Servicios de Presentación Servicios de Colaboración Servicios de Composición Componer Transacciones Negocio Servicios Procesos de Negocio Servicios de Integración de Información Servicios de Mensajería Servicios de Conectividad Exponer Sistemas existentes 3

4 { WCF (Windows Communication Foundation) }
3/24/2017 3:58 PM { WCF (Windows Communication Foundation) } © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

5 Historia de ‘Sistemas Conectados’ con tecnología Microsoft
WCF y WF-Svc System.Messaging WSE WS (ASMX) Enterprise Services 2008 COM+ Remoting (.NET 3.5) 2006 COM DCOM 2005 (.NET 3.0) RDS (.NET 2.0) 2003 (.NET 1.1) 2001 Sockets RPC (.NET 1.0) 1998 1997 DDE Tecnología .NET 1994 1992 Tiempo

6 ¿Qué elegimos?

7 Solución… ¡¡Una única tecnología Microsoft para desarrollo de sistemas conectados!! Interoperable con plataformas ‘No-Microsoft’

8 Unión de las tecnologías Microsoft
Programación Orientada a Mensajes Programación Orientada a Servicios Programación basada en atributos Protocolos WS-* Extensibilidad System. Messaging (MSMQ) Enterprise Services WSE Remoting ASMX Web Services

9 ¿Como funciona WCF? Datos Modelo de Servicio Metadatos
Address, Binding, Contract y Behaviors Metadatos Channel Layer Protocolos, Encoders y Transportes Mensajes

10 Novedades WCF en Visual Studio 2008
“Add Service Reference” Integrada la ‘Edición de configuración’ (.config de WCF) Plantilla de proyecto “Service Library” Plantillas de elementos de Servicio WCF Hosting automático en tiempo de desarrollo Interfaz cliente de prueba

11 { Servicio WCF básico en VS.2008 }
3/24/2017 3:58 PM { Servicio WCF básico en VS.2008 } demo © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

12 Arquitectura Desacoplada y Configurable
Aplicación Service & Data Contracts Error Behavior Modelo de Servicio Metadata Behavior Instance Behavior Behaviors (atributos) Throttling Behavior Transaction Behavior Type Integ. Behavior Concurrency Behavior JSON Encoder Messaging Secure Channel Reliable Channel Text/XML Encoder Binary Encoder Bindings (config) HttpContext Channel Web/REST Channel HTTP Channel TCP Channel Queue Channel Entornos de Hosting IIS WAS WPF WinForms NT Service Consola

13 { Seguridad en Servicios WCF }
3/24/2017 3:58 PM { Seguridad en Servicios WCF } demo © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

14 ¿Cómo se despliega? Self-Hosting en cualquier proceso .NET
Dos opciones: Self-Hosting en cualquier proceso .NET Para cualquier Servicio Servicios Windows, Apps.Consola, Apps WinForms, etc. Hosting en IIS / WAS Para servicios HTTP en XP SP2 & WS2K3 Windows Server 2008 (WAS-IIS7) permite otros protocolos: HTTP, TCP, Named Pipes, MSMQ Estabilidad, escalabilidad, seguridad y monitorización

15 { Servicio WCF básico - TCP como protocolo - Hosting en App.Consola }
3/24/2017 3:58 PM { Servicio WCF básico - TCP como protocolo - Hosting en App.Consola } demo © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

16 { Servicio WCF básico Hosting en WAS/IIS7 }
3/24/2017 3:58 PM { Servicio WCF básico Hosting en WAS/IIS7 } demo © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

17 REST (“Web Programming”)
REST es la base para: Servicios WCF-JSON para AJAX WCF Syndication para RSS Otras tipologías estándares en Internet Puntos clave: Usar WebHttpBinding + enableWebScript Behavior DataContractJsonSerializer proporciona serialización JSON.

18 { AJAX accediendo a servicios WCF REST y encoding JSON }
3/24/2017 3:58 PM { AJAX accediendo a servicios WCF REST y encoding JSON } demo © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

19 { WF (Windows Workflow Foundation) }
3/24/2017 3:58 PM { WF (Windows Workflow Foundation) } © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

20 Resumen WF (Windows Workflow Foundation)
UNA UNICA TECNOLOGIA DE WORKFLOW PARA PLATAFORMA WINDOWS Tecnología base. Estratégico para MSFT WF es un framework de Workflow a nivel de plataforma para utilización dentro de productos Microsoft o de terceras partes Utilizado en SharePoint 2007, Dynamics CRM 4.0, Dynamics AX 2009, siguiente versión de BizTalk Server (Orchestration), todos se basan en Workflow Foundation.

21 Novedades Workflow Foundation en Visual Studio 2008
Puntos principales Workflow-Services Mejoras en workflows SharePoint

22 Workflow Services Workflow + Servicios Integración entre WCF y WF
Implementa Servicios-WCF con un workflow Integración entre WCF y WF simplificada Proporciona Servicios de larga duración y persistentes Consume Servicios-WCF dentro de un workflow Llama a servicios-WCF con actividades de workflow Integración entre WCF y WF Nuevas Actividades de WF (Send y Receive)

23 { Demo Workflow-Service de “Proceso Hojas de Gastos” }
3/24/2017 3:58 PM { Demo Workflow-Service de “Proceso Hojas de Gastos” } demo © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

24 Resumen Plataforma SOA Evolución de Plataforma SOA
WCF y WF como pilares de plataforma SOA Evolución de Plataforma SOA Novedades REST en WCF Novedad integración WF-WCF con ‘Workflow Services’ 24

25 César de la Torre - 5:00 PM (Próxima sesión) - Sala Berlin, Planta 1.
ISV Developer Advisor División de Desarrollo y Plataforma Microsoft Spain - 5:00 PM (Próxima sesión) - Sala Berlin, Planta 1. Sesión de “Dynamics AX 2009 como plataforma de desarrollo” Integracion con Servicios WCF, desde WPF, Silverlight, OBA (Infopath, VSTO)


Descargar ppt "César de la Torre ISV Developer Advisor Microsoft"

Presentaciones similares


Anuncios Google