Re: Camel in Action Book

2016-09-23 Thread Brad Johnson
Hear, hear! My one hope for the new book is that the emphasis is on using POJOs for most message processing in lieu of using Processors. I've found that once my clients understand how Camel can select a method for invocation on a bean for a route and how easy that makes unit testing for constitue

Re: Camel in Action Book

2016-09-23 Thread jpeschke
Hello, I started learning Camel from scratch about two years ago and read "Camel as action" at the beginning. I can confirm that "Camel in Action" offers still a very good point to start. I knew nothing about Camel or EIPs in general and just bought the book to see if Camel could provide some nice

Re: Camel in Action Book

2016-09-18 Thread Claus Ibsen
Hi As others have said in this thread, then the source code for the Camel in Action 1st edition has been updated to latest Camel releases up till 2.15.6. https://github.com/camelinaction/camelinaction As we are working on the 2nd edition we decided to stop maintaining the 1st ed source code afte

Re: Camel in Action Book

2016-09-17 Thread medali_k
Thanks guys for the information! I’ve just had a quick look on the REST DSL page. Even though I am a novice, I can guess that this would be a great feature for the project we’re trying to initiate as we’re trying mostly to integrate RESTful web services. > On Sep 17, 2016, at 1:12 PM, Ranx [via

Re: Camel in Action Book

2016-09-17 Thread Brad Johnson
It makes sense. I sort of view successive generations of Camel as representing a superset. I'm not sure if Camel is using semantic versioning (I assume so) in which case everything from 2.1 up to 2.7 should be backwardly compatible. Brad On Sat, Sep 17, 2016 at 12:08 PM, Matt Sicker wrote: > C

Re: Camel in Action Book

2016-09-17 Thread Matt Sicker
Claus always mentions it in the release vote threads. It's a good code sample that's easy to test against without having to test out some overly complicated enterprise app to find every nook and cranny. On 17 September 2016 at 12:05, Brad Johnson wrote: > Matt, > > That's interesting. I didn't

Re: Camel in Action Book

2016-09-17 Thread Brad Johnson
Matt, That's interesting. I didn't know the code was tested against each new release. Makes sense though. Most of what I've seen over the years has been (a) added features, (b) bug fixes, and (c) performance enhancements. And of course the ever growing library of components. On Sat, Sep 17, 20

Re: Camel in Action Book

2016-09-17 Thread Matt Sicker
Oh, I should add that my favourite addition to Camel since then is the REST DSL which allows you to write a REST API directly as a Camel route instead of relying on CXF proxy classes. It allows you to use one of several different libraries as your backend, too. See here for more info: https://camel

Re: Camel in Action Book

2016-09-17 Thread Brad Johnson
There are significant differences between 2.5 and 2.17. The principles are the same and EIPs are as well so the important concepts will be there for you. But details will vary some. On Sat, Sep 17, 2016 at 11:59 AM, medali_k wrote: > I am trying to learn Camel from the book 'Camel in Action'.

Re: Camel in Action Book

2016-09-17 Thread Matt Sicker
All the code samples from CiA are tested against each release, so they all still work. There's a lot of new components since 2.5, but the basic DSL remains the same. On 17 September 2016 at 11:59, medali_k wrote: > I am trying to learn Camel from the book 'Camel in Action'. The current > edition

Re: Camel in Action book

2013-05-17 Thread gquintana
Thanks for advice and feedback. Gérald -- View this message in context: http://camel.465427.n5.nabble.com/Camel-in-Action-book-tp5732685p5732722.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel in Action book

2013-05-16 Thread Bruno Dusausoy
gquintana a écrit : Hello, I am new to Camel and learning it. Camel in Action book is 3 years old and based on Camel 2.5. - Is it still valuable and usable with current Camel 2.11? - Is there an update or another book announced? The examples of the book are constantly updated to latest Camel r