On Sat, Jan 8, 2011 at 2:46 AM, mferris <mfer...@skire.com> wrote: > > Hello everyone, > > I recently came across Camel in my attempt to identify an integration > framework for use by my employer. I'm hoping Camel can help me more quickly > develop standalone WS clients that integrate easily with our Web Service. >
Welcome to the community. Yeah that is definitely possible. > For example, csv (or xls) files may contain data that is 'camel-routed and > enriched' and ultimately a camel producer makes a call to our remote web > service. The beauty of Camel for me is its flexibility in obtaining and > tweaking data by use of various Camel components; and this includes error > handling! > > At the moment, I'm struggling with concern as to whether Camel is the right > framework for my needs. I wonder simply because of the difficulties I'm > experiencing and my inability to identify examples that I can cascade in a > route. I have the recent 'Camel in Action' book and would like to use the > CXF component. I'm looking for standalone Java applications but the Spring > use in the examples (another nice feature) appear to require a container. > Camel is container agnostic so you can run it standalone, war, j2ee, osgi, jbi, cloud or whatever. See chapter 13 in the book. And in camel-spring there is a Main class which you can use to run Camel standalone and easily let it bootup a Spring XML file. There is also a Main class in camel-core, but it need a bit more work to make it easier to use OOTB. There is a ticket for that: https://issues.apache.org/jira/browse/CAMEL-3339 But I suggest to read chapter 13 in the book which explains how Camel startup and covers some of the deployment options you have. > Before I post more details as to my attempts, I wanted to confirm whether > I'm really marching down a possible solution and, if so, ask if one can > steer me towards good examples or tutorials relative to my goal. > > Some more info: I'm new to CXF and still clumsy with Spring. I have a > 'document-literal' WSDL and generated Java source without incident. I'm > happy to answer more questions; please forgive any newbie mistakes. > > Looking forward to any assistance, > > Mark > -- > View this message in context: > http://camel.465427.n5.nabble.com/General-Camel-WS-client-concern-tp3332742p3332742.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen ----------------- FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/