• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ESB Samples in Book

 
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Authors,

You mentioned that you have used samples in your book when explaining the different features/usages of the ESB. Are you using specific implementetion of ESB to do this? And is there a way we can do something in our own to test the ESB funtionality after reading the book? Do you have done some samples with real coding?

Thanks in Advance.
 
author
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The book focuses on Mule and ServiceMix and we've made all examples available for everyone via Google code. You can use the links on the book's website (http://www.manning.com/rademakers) to go the source code. We've also provided a setup script that installs a complete environment which you can also use to build your own projects.

Best regards,

Tijs Rademakers
 
Vijitha Kumara
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot Tijs, That's great. Hope to try it soon.
 
Author
Posts: 3473
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you done any comparisons between Mule and ServiceMix?
 
author
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We didn't do a feature for feature comparison of Mule and ServiceMix in the book. We do however implement all the examples for both these ESBs. So with regards to functionality offered they are pretty much equal.

There are a couple of differences though between these ESBs;
For instance ServiceMix is much more XML focussed and has a more extensive deployment mechanisms and Mule is more lightweight and flexible

Both though are very mature ESBs with lots of functionality.
 
reply
    Bookmark Topic Watch Topic
  • New Topic