Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • W3C Linked Data Platform (LDP)
  • Apache Camel

    • What exactly is Apache Camel? from Stack Overflow

      • (somewhat cryptically) "Apache Camel is messaging technology glue with routing. It joins together messaging start and end points allowing the transference of messages from different sources to different destinations. For example: JMS -> JSON, HTTP -> JMS or funneling FTP -> JMS, HTTP -> JMS, JSON -> JMS"

      • Enterprise Integration Patterns (EIP) are blueprints for how we could best design large component-based systems, where components can be running on the same process or in a different machine. They basically propose that we structure our system to be message oriented -- where components communicate with each others using messages as inputs and outputs and absolutely nothing else. They show us a complete set of patterns that we may choose from and implement in our different components that will together form the whole system.

  • Ruby

  • Blacklight