Presentacion Ezequiel

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    1 Favorite

    Presentacion Ezequiel - Presentation Transcript

    1. Charla con profes de la ORT Ezequiel Glinsky [email_address] Técnico en Computación ORT Yatay, Argentina (1995) Lic. Cs. de la Computación, UBA, Argentina (2002) M.A.Sc., Carleton University, Canadá (2004)
    2. Agenda
      • Tendencias en SOA, SaaS (y terminología de moda que nos va a perseguir por un tiempo)
      • .Net Framework 3.0: novedades
      • Web services
      • Application Lifecycle Management
    3. De Objetos a Servicios
      • Polimorfismo
      • Encapsulamiento
      • Herencia
      • Basado en mensajes
      • Esquema + Contrato + Política
      • Interoperabilidad
      • Transparencia a la localización
      • Alto acoplamiento
      • Metadata en tiempo de ejecución
      Orientación a Objetos Orientación a Servicios Orientación a Componentes 1980s 2000s 1990s
    4. El cambio a Orientación a Servicios Construido para durar Largos ciclos de desarrollo Acoplamiento Aplicaciones en silos Orientado a función Orientado a servicios Construido para cambiar Desarrollo y despliegue incremental Bajo acoplamiento Sistemas conectados Agilidad Flexibilidad TCO Objetivos de negocio
    5. Déjà Vu?
      • “… OOP will reduce the time spent reinventing wheels and maintaining existing code, therefore leaving the developers free to develop new products…”
      • - ACM OOPSLA 1990
      • Ottawa, Canada
      Conference on Object Oriented Programming Systems Languages and Applications Proceedings of the European conference on Object-oriented programming addendum : systems, languages, and applications: systems, languages, and applications Ottawa, Canada Pages: 29 - 34 , Year of Publication: 1990 , ISBN:0-89791-443-0
    6. Y… ¿por qué sí va a funcionar ahora?
      • Madurez
        • Tecnología
          • Standards…
            • bien definidos
            • soportados
            • interoperabilidad
        • Organizacional
    7.  
    8. Los 4 principios de Orientación a Servicios Orientación a servicios Compatibilidad basada en políticas Compartir esquemas y contratos Los servicios son autónomos Los límites son explícitos
    9. Microsoft .NET Framework The Managed Code Programming Model for Windows
    10. Windows Communication Foundation Interop with other platforms ASMX WSE WS-* protocols Location transparency Remoting Unified framework supersets existing technologies Ent Services Attribute-based programming Sys.Messaging Message- based programming
    11. Soporte de protocolos WS-* XML Mensajería Seguridad Transacciones Mensajería Confiable Metadata
    12. Aplicaciones Seguras, Confiables, Transaccionales utilizando Visual Studio .NET 2005 Productividad 20,379 líneas seguridad 5,988 líneas mensajería confiable 25,507 líneas transacciones Total líneas 56,296 4,442 líneas infraestructura
      • class HelloService {
      • [WebMethod]
      • public String Hello(String Greeting) {
        • X509CertificateCollection collection = new X509CertificateCollection();
        • IntPtr blob = Marshal.AllocHGlobal(Marshal.SizeOf( typeof(CRYPTOAPI_BLOB)));
        • IntPtr data = (IntPtr)((int)blob +
        • Marshal.SizeOf(typeof(CRYPTOAPI_BLOB)));
        • SeqAckRange range = new SeqAcknRange(id, low, high );
        • SeqAckRange[] ranges = { range };
        • ReliableQueue.ProcessAcks( ranges );
        • hr = pITxDispenser->BeginTransaction (NULL,
        • ISOLATIONLEVEL_SERIALIZABLE, 0, pITxOptions,
        • &pITransaction);
      • return Greeting;
      • }
      • }
    13. Productividad Aplicaciones Seguras, Confiables, Transaccionales utilizando WSE y Visual Studio .NET 2005 10 líneas seguridad 1,804 líneas mensajería confiable 25,507 líneas transacciones Total líneas 27,321 class HelloService { [WebMethod] public String Hello(String Greeting) { foreach ( SecurityToken tok in requestContext.Security.Tokens { X509SecurityToken token = tok as X509SecToken } … SeqAckRange range = new SeqAcknRange(id,low,high ); SeqAckRange[] ranges = { range }; ReliableQueue.ProcessAcks( ranges ); … hr = pITxDispenser->BeginTransaction (NULL, ISOLATIONLEVEL_SERIALIZABLE, 0, pITxOptions, &pITransaction); … return Greeting; } }
    14. Productividad Aplicaciones Seguras, Confiables, Transaccionales utilizando WCF y Visual Studio .NET 2005 1 línea seguridad 1 línea mensajería confiable 1 línea transacciones Total líneas 3 [ServiceContract(SecureChannel, SecurityMode =“Windows")] [Reliability(Guarantees.ExactlyOnce | Guarantees.InOrder)] [ServiceContract] class HelloService { [ServiceOperation(TransactionFlowAllowed = true)] String Hello(String Greeting) { return Greeting; } }
    15.  
    16. Application Lifecycle Management
      • También conocido como parte del fascículo “lo que nunca aprendí hasta que me quemé (varias veces) en mis primeros trabajos”
      • Process + People + Technology
      • Fases típicas:
        • Project management
        • Project tracking
        • Requirements planning
        • Design and development
        • Quality Assurance
        • Release management
    17. Muchas gracias Ezequiel Glinsky [email_address]
    18. Referencias
      • XML Files: The Birth of Web Services. Aaron Skonnard. MSDN Library, Octubre 2002.
      • Microsoft Web Service SW Factory. P&P. http://msdn.microsoft.com/practices
      • XML Coverpages http://xml.coverpages.org/xml.html
      • Web Services Interoperability Organization (WS-I). http://www.ws-i.org
      • An Introduction to the Web Services Architecture and Its Specification. Cabrera, Kurt, Box. MSDN Library, Octubre 2004.
      • Architecting Industry Standards for Service Orientation. Josh Lee. MSDN Library, Mayo 2005.
      • Introduction to Building WCF Services. MSDN Library. Septiembre 2005.
      • Web services and the Microsoft Platform. Payam Shodjai. MSDN Library. Junio 2006. http://msdn2.microsoft.com/en-us/library/aa480728.aspx
    19. Referencias (2)
      • Audio Scrobbler http://www.audioscrobbler.net/
      • Amazon’’s WS http://solutions.amazonwebservices.com/connect/index.jspa
      • Flickr http://www.flickr.com
      • ALM
        • http://www.borland.com/products/index.html
        • http://www.eclipse.org/alf/
        • http://www.telelogic.com/Solutions/Application_Lifecycle_management/
        • http://www.seapine.com/seapinealm.html
        • Escribirme! 

    + Guillermo LutzkyGuillermo Lutzky, 3 years ago

    custom

    1210 views, 1 favs, 1 embeds more stats

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 1210
      • 1188 on SlideShare
      • 22 from embeds
    • Comments 0
    • Favorites 1
    • Downloads 42
    Most viewed embeds
    • 22 views on http://deptoinformatica.blogspot.com

    more

    All embeds
    • 22 views on http://deptoinformatica.blogspot.com

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories