Results 1 to 3 of 3

Thread: ServiceMix vs spring-integration

  1. #1
    Join Date
    Sep 2004
    Location
    London
    Posts
    311

    Default ServiceMix vs spring-integration

    hello all,
    i have just started learning spring-integration..
    it's very cool!!!

    i was wondering one thing though: i have been working with servicemix in the past.. and i noticed some similarities with spring-integration...

    is it so that servicemix is used under the hood by spring-integ?

    thanks and regards
    marco

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,632

    Default

    is it so that servicemix is used under the hood by spring-integ?
    No by no means it uses service mix.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #3
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,844

    Default

    The Spring Integration core module's only dependencies are Spring Framework JARs and commons-logging.

    The similarities you see are due to the common problem domain and the influential book "Enterprise Integration Patterns". If you look under the covers, there is a very different programming model.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •