Skip to main content

Home/ Coders/ Group items tagged soa

Rss Feed Group items tagged

Justin Newton

Welcome to NetBeans - 1 views

  •  
    NETBEANS IDE , PLUGINS, TUTORIALS AND CLASSES! (build software and web apps)
  •  
    Ajax | C/C++ | Databases | Debugger | Desktop | Editor | Groovy | GUI Builder | Java EE | JavaFX | Java ME | Java SE | JavaScript | Mobile | PHP | Profiler | Python | Refactor | REST | Rich Client Platform | Ruby | SOA | SOAP | UML | Web | WSDL | XML NETBEANS - PLUGINS - TUTORIALS - AND CLASSES!
Fabien Cadet

Service Oriented Agony | 8th Light, 2012-02-01 by Bob Martin - 7 views

  • The structure seems obvious to system designers who have grown tired of single monolithic systems and want to break those systems up into components and services. What could be more natural than to break the system along the lines of data base managment?
  • Unfortunately this is a huge violation of the Single Responsibility Principle — or its big brother the Common Closure Principle.
  • These principles tell us to group together things that change together, and keep apart things that change for different reasons.
  • ...6 more annotations...
  • When you separate things that change for the same reasons, you have to make changes in many different places in the system.
  • So it’s a lot of work just to get anything working.
  • Moreover, when you group together things that change for different reasons, you expose the components of the system to collateral damage, thrashing, CM collisions, and a whole host of other problems.
  • So what’s the solution? First of all, I question whether the system needed to be partitioned into services.
  • Services are expensive and complicated, you should only create them if you absolutely need to. It’s always easier to live in a single process. Remember Martin Fowler’s first law of distributed objects: Don’t distribute your objects.
  • Many systems could be streamlined, and development made much faster, if the system designers paid more attention to the Single Responsibility Principle.
Joel Bennett

Weave - Mozilla Labs - 0 views

  • Ensure that it is easy for people to set up their own services with freely available open standards-based tools
  •  
    The next release of Weave (any day now) is expected to include P2P sharing of bookmark folders via XMPP, on top of the ability to synchronize your bookmarks, browsing history, and even your cookies, passwords, and form data...
Matteo Spreafico

Windows Azure Table Browser - 0 views

  • The Windows Azure TableBrowser is a web based application that gives you the ability to browse your Windows Azure Storage tables and create, edit, delete, and copy entities.
1 - 4 of 4
Showing 20 items per page