How do I install and use Apache Camel?

2022-07-26 Thread Turritopsis Dohrnii Teo En Ming
Subject: How do I install and use Apache Camel? Good day from Singapore, How do I install and use Apache Camel? Thank you. Regards, Mr. Turritopsis Dohrnii Teo En Ming Targeted Individual in Singapore 26 July 2022 Tuesday Blogs: https://tdtemcerts.blogspot.com https://tdtemcerts.wordpress.com

Re: How do I install and use Apache Camel?

2022-07-26 Thread Vyacheslav Boyko
Simply just add jars into classpath and create CamelContext and RouteBuilder. But... do you use SpringBoot in your project? On 7/26/22 10:51, Turritopsis Dohrnii Teo En Ming wrote: Subject: How do I install and use Apache Camel? Good day from Singapore, How do I install and use Apache Camel?

Re: How do I install and use Apache Camel?

2022-07-26 Thread ski n
Basically, Apache Camel is an integration framework. Thus it's not a tool that you can run. Mostly it goes like this: 1. Start a Java project 2. Add the Camel code 3. Run the Camel (there are various runtimes like Karaf, Main, Quarkus, Spring Boot). Main is the easiest. Some suggestions: 1. Sta

Re: How do I install and use Apache Camel?

2022-07-26 Thread Turritopsis Dohrnii Teo En Ming
Noted with thanks. Mr. Turritopsis Dohrnii Teo En Ming Targeted Individual in Singapore On Tue, 26 Jul 2022 at 16:44, ski n wrote: > > > Basically, Apache Camel is an integration framework. Thus it's not a tool > that you can run. > > Mostly it goes like this: > > 1. Start a Java project > 2. A

Re: How do I install and use Apache Camel?

2022-07-26 Thread Turritopsis Dohrnii Teo En Ming
I have no idea what springboot is. Mr. Turritopsis Dohrnii Teo En Ming Targeted Individual in Singapore On Tue, 26 Jul 2022 at 15:56, Vyacheslav Boyko wrote: > > Simply just add jars into classpath and create CamelContext and > RouteBuilder. > > But... do you use SpringBoot in your project? > >