Grupo de Arquitectura de Software Português


Welcome to GASP Sign in | Join | Help
in Search

Browse by Tags

All Tags » tools » SOA   (RSS)
  • Capturing Architectural Decisions

    IBM has started a series of articles related to Capturing Architectural Decisions at its developerWorks site.This first part of the series presents a domain meta model specifically designed to capture and share architectural decisions and outlines why and how architects should consciously identify, make, and enforce ...
    Posted to Paulo Sousa (Weblog) by Paulo Sousa on August 6, 2008
  • Mapping objects through domains using serialization

    Lately in a forum, someone asked for a simple mapper between objects from different domains (ex: Service Data Contract & Internal Types). Here's a simple way of do it, just as simple as using serialization. We serialize the source domain object, handle the xml, and then deserialize it to the destination type. public static  object Map (object ...
    Posted to Hugo Batista (Weblog) by hbatista on February 27, 2006
Powered by Community Server (Personal Edition), by Telligent Systems