2008/6/9 Christian Schneider <[EMAIL PROTECTED]>: > What I still don“t understand. What is the difference between the jetty and > the http component and why are both needed? Normally I would have thought > the jetty component hosts a server that can be used to trigger a camel route > from the outside. But in the example you used it to extract data from an > external page. Am I missing something here?
They may be badly named; but the jetty component is all about implementing a HTTP server using a Camel route to implement it. The http component is all about using a HTTP client (commons-httpclient) to invoke remote web servers in a Camel route. -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com
