views:

580

answers:

3

What is the definitive guide to start with Apache ServiceMix? The howto's and guides on the website are way too complicate for a clean start.

+7  A: 

I am still learning Apache ServiceMix myself. ESB's in generally are pretty complicated. The best book I found is "Open-Source ESBs in Action" published by Manning. It runs MVN/ANT to setup your environment and walks you through with some pretty basic examples. Let me know how you like it.

Bernie Perez
Tkx for the fast answer, I'll definitely have a look at the book!
MrG
Hey if the book helped will you mark my answer as accepted?
Bernie Perez
+1  A: 

I like the six page ref card at DZone which can be found here. There's a lot of information packed on it.

You can read it online, or have a download link emailed to you.

Good luck!

Rydell
+2  A: 

here are a few quick notes on getting a development environment going and an intro to Servicemix4 here...

http://benoday.blogspot.com/2010/08/fuse-esb-42-and-osgi-quick-start-guide.html

http://benoday.blogspot.com/2010/08/servicemix-developer-machine-setup.html

BenODay