Hi,

there are two main ways to configure camel. With a spring config and with a java config. Then there are several deployment options. The most well known are in a servlet container or standalone.

Best you begin with a standalone app. In case of java config you just write a main class and need no other config files. If you choose a spring config then you will have a main class that load a ClassPathXmlApplicationContext and spring config file.
The spring config file should be placed where you specify in the main class.

So at least at the start you wont have that many config files. The camel examples show best how it works.

Christian


Am 03.04.2011 22:35, schrieb dead_devil_66:
Greetings.

I have been learning about camel for the past weeks. There is one thing that
i can't see explained anywhere:

Where do i put each file that is used in the configuration&  routing of
camel???

I mean, i have bean files, context files, context-osgi files, properties
files (for log4j, for example), transport spring files and so on and on.
Where in this earth i put each thing???? And in what files should i put
what?




--
View this message in context: 
http://camel.465427.n5.nabble.com/Where-to-put-tp4279283p4279283.html
Sent from the Camel - Users mailing list archive at Nabble.com.


--
----
http://www.liquid-reality.de

Reply via email to