Camel REST Component and Jersey to trigger Camel Routes withg Java DSL (without Springboot)

2023-02-15 Thread Penagos Jaime
Hello everyone, I have a (what I think) might be a rookie mistake question about Camel REST and Java DSL, and am looking for advice I created a basic RESTful webservice with a simple "hello world" (with jersey 1.19), and would like to link that to the REST component in camel, without using Sp

Re: Camel REST Component and Jersey to trigger Camel Routes withg Java DSL (without Springboot)

2023-02-15 Thread Claus Ibsen
Try with camel-servlet that can link to a servlet container - which I assume jersey maybe can do On Wed, Feb 15, 2023 at 2:46 PM Penagos Jaime < jaime.pena...@ub.uni-muenchen.de> wrote: > Hello everyone, > > I have a (what I think) might be a rookie mistake question about Camel > REST and Java DS

AW: Camel REST Component and Jersey to trigger Camel Routes withg Java DSL (without Springboot)

2023-02-15 Thread Penagos Jaime
Gesendet: Mittwoch, 15. Februar 2023 14:53 An: users@camel.apache.org Betreff: Re: Camel REST Component and Jersey to trigger Camel Routes withg Java DSL (without Springboot) Try with camel-servlet that can link to a servlet container - which I assume jersey maybe can do On Wed, Feb 15, 2023 at 2:46

Re: Camel REST Component and Jersey to trigger Camel Routes withg Java DSL (without Springboot)

2023-02-15 Thread Claus Ibsen
woch, 15. Februar 2023 14:53 > An: users@camel.apache.org > Betreff: Re: Camel REST Component and Jersey to trigger Camel Routes withg > Java DSL (without Springboot) > > Try with camel-servlet that can link to a servlet container - which I > assume jersey maybe can do > > On

AW: Camel REST Component and Jersey to trigger Camel Routes withg Java DSL (without Springboot)

2023-02-15 Thread Penagos Jaime
Camel REST Component and Jersey to trigger Camel Routes withg Java DSL (without Springboot) No such example - we tend to have plain examples or for spring boot / quarkus. You can see unit test of camel-servlet that has tests with rest-dsl. On Wed, Feb 15, 2023 at 3:09 PM Penagos Jaime < ja