On Wed, Jul 7, 2010 at 2:52 PM, benxs <[email protected]> wrote: > > Ok, in general I understand the source code shown on pages like: > > http://camel.apache.org/walk-through-an-example.html > > But the result is just a source code. > What to do next? > > I guess I have to compile with something like > > javac .... CamelJmsToFileExample.java > > I will get a *.class file (or do I have to create a *.jar file?). >
This is standard Java stuff. You need to understand how to compile and package a camel application into a .jar file. > Where should I put it (in which ActiveMQ resp. Camel directory)? > The jar should be dropped in a lib folder in AMQ somewhere. > Ben > -- > View this message in context: > http://camel.465427.n5.nabble.com/What-to-do-after-component-java-DSL-source-code-is-written-tp1044697p1044697.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
