Apache Camel + Spring Boot REST API | Example | Java Techie

Поделиться
HTML-код
  • Опубликовано: 6 янв 2025

Комментарии • 70

  • @christhianlor
    @christhianlor Год назад +1

    Java Techie, very good! Congratulations! I'm from Brazil!

  • @abhijitthorat9296
    @abhijitthorat9296 5 лет назад +6

    Very nice explanation. Please add a video on Apache camel with microservice and Apache Camel with SOAP. Any example which shows the integration of two systems/App will be helpful

  • @kittuchowdary9599
    @kittuchowdary9599 3 года назад +4

    Please make videos on logging and error handling using apache camel routing your videos are very helpful for me thanks alot.

  • @sreenivasarajuguduru5729
    @sreenivasarajuguduru5729 4 года назад +1

    Excellent explanation

  • @ILuvBilli
    @ILuvBilli 5 лет назад +2

    Very informative

  • @infantrex5718
    @infantrex5718 3 года назад +1

    hi bro..this video is very useful.. if u upload more videos related to microservice communication using apache camel it will be helpful.

  • @RANJANJHA95
    @RANJANJHA95 Год назад +4

    Add below dependency in pom.xml if trying to run this project on Java-8

    javax.xml.bind
    jaxb-api
    2.3.1

  • @rajas7915
    @rajas7915 5 лет назад +2

    Well shown .....it really helped. Thanks a lot!!

  • @sayantan5896
    @sayantan5896 4 года назад +2

    setBody(supplier) is no longer available. How to call getOrders() now?

    • @palakgupta4301
      @palakgupta4301 3 года назад

      yes this is a problem, if creator can help

    • @palakgupta4301
      @palakgupta4301 3 года назад

      and can you also tell was the first route working fine for you? hellow-world one??

    • @sayantan5896
      @sayantan5896 3 года назад +1

      @@palakgupta4301 no Payal. The first one also didn't work. There was a fallback error. I checked on Google and Stackoverflow. They said to keep it in sub packages but nothing worked.

    • @Javatechie
      @Javatechie  3 года назад +1

      Hi guys , I will check this in weekend and update you .
      If it's not working either they changed API info or there may be dependency version conflict

    • @palakgupta4301
      @palakgupta4301 3 года назад

      @@Javatechie Hi did you check? Because even first route,hellow-world is not working for me. I m using eclipse sts

  • @zziniiiee
    @zziniiiee 3 года назад +1

    thanks for this video! it helped me a lot

  • @felipeandres1621
    @felipeandres1621 4 года назад +1

    thx you so much, your videos are great.

    • @palakgupta4301
      @palakgupta4301 3 года назад

      Hi, is this entirely working for you?

  • @kbprasad1
    @kbprasad1 5 лет назад +1

    Good one, Really useful.. Can you add one video to add validation on Processor as well. Also i would love to see Apache Camel+SpringBoot+Different components in Micro Services

    • @Javatechie
      @Javatechie  5 лет назад

      Thanks Bhushan ,
      Processor validation means are you talking about spring batch or Apache camel ? do let me know

  • @VikramThakur8
    @VikramThakur8 4 года назад +1

    Great work. Thanks for sharing

  • @ashokbonam3475
    @ashokbonam3475 3 года назад

    Yes please add one video Apache Camel+SpringBoot+Micro Services and loand balancer and MongoDB CURD operations

  • @suryasahishnukalipatnapu5915
    @suryasahishnukalipatnapu5915 2 года назад

    hi , the method route() is not identified by my eclipse ide. the error says "The method route() is undefined for the type RestDefinition". i imported rest definintion but no look can u help me?

    • @shwetaadurkar562
      @shwetaadurkar562 2 года назад +1

      Hi..did you get solution for it?

    • @Javatechie
      @Javatechie  2 года назад

      Please update your dependency and also check official page

  • @deliamontoya8963
    @deliamontoya8963 4 года назад +1

    Thanks!!!! Very helpful

  • @LetsDoTimePass
    @LetsDoTimePass 9 месяцев назад

    getting error
    java.lang.IllegalStateException: AutoConfigure cycle detected between org.apache.camel.spring.boot.security.CamelSSLAutoConfiguration and org.apache.camel.spring.boot.CamelAutoConfiguration

  • @weitanglau
    @weitanglau 4 года назад +2

    Do you have / planning to make a video on how to implement saga orchestration pattern?

  • @nabeelshamsi7741
    @nabeelshamsi7741 5 лет назад

    Hi when I am entering the property "camel.component.servlet.mapping.context-path=/*" in the application.properties file it is giving error - 'camel.component.servlet.mapping.context-path' is an unknown property
    Please assist.
    Thanks

  • @joshuacaponong3397
    @joshuacaponong3397 2 года назад

    This doesn't work anymore with camel starter oldest version available in maven 3.0.0

  • @srini2379
    @srini2379 5 лет назад +1

    Its nice video. Can you explain how to add Headers and How to validate headers using Camel framework ?

  • @rajp5260
    @rajp5260 3 года назад +1

    Please do video on camel k and quarks Kubernetes

  • @arifpari9561
    @arifpari9561 5 лет назад +1

    Nice video

  • @pranoydas4068
    @pranoydas4068 6 месяцев назад +1

    Sir, how we can call a microservice using apache camel ? We need a video to call a microservice using camel. very urgent sir. In spring boot we know restTemplate, feign client but in camel, how we can call ?

  • @jeanpaulforero1409
    @jeanpaulforero1409 5 лет назад +1

    Nice video, please allow autogenerated subtitles please.

  • @abhijitthorat9296
    @abhijitthorat9296 4 года назад

    Hi.. Very nice explanation.. I want to connect two systems.. System 1 will send request to apache camel microservice and then apache camel microservice will call another system to get data.. And after getting data it will again give back to system 1.. Can you make one video showing above scenario... I Didn't find it anywhere.. I Didn't get how I can cannect 2 systems using apache camel microservices... It will be beter if you demonstrate by transferring and getting data from and to two systems..

    • @AmandeepSingh-mj3zu
      @AmandeepSingh-mj3zu 4 года назад

      Hi Abhijit, I have a similar requirement. Please help me if you did find any solution to this. Thanks.

  • @letsghoomo
    @letsghoomo 4 года назад

    mast . bhaina...

  • @amitchib90
    @amitchib90 5 лет назад

    Please check if we in add order end point if we send back as list of orders. I am trying sending back orderlist instead of order , but it always order is returned back even i am using .outType(Order.class). Please help if you can do ..Thanks in advance.

    • @amitchib90
      @amitchib90 5 лет назад

      IS it require to change the orderProcessor -process method return type as orderlist?

    • @Javatechie
      @Javatechie  5 лет назад

      No we can't change the return type of process method as that method came from API
      Let me understand your requirement first , you want to save list of objects right ?
      If that is the case you can specify outtype as list.class
      Let me know if it is not working

  • @ksudheerkumar1723
    @ksudheerkumar1723 2 года назад +1

    Please prepare a microservices based aache camel

  • @orlandogutierrez6151
    @orlandogutierrez6151 5 лет назад +1

    Thanks friend. Regards

  • @anandasudhan2076
    @anandasudhan2076 5 лет назад

    How can i do JUnit test for this. Can u explain please

  • @namdevbhandare1450
    @namdevbhandare1450 5 лет назад +1

    Please make video on using data base curd operation Apache Camel + Spring Boot REST API | Example spring boot

    • @Javatechie
      @Javatechie  5 лет назад +1

      I created dao with hard-code value same you can build using spring data jpa
      In my max video I used spring boot with MySQL DB with spring data jpa so you can refer those tutorial
      And try building by own .if you stuck do let me know

    • @anandasudhan2076
      @anandasudhan2076 5 лет назад +1

      How we can do JUnit test on this

    • @Javatechie
      @Javatechie  5 лет назад

      You can use mockito , please check my mockito playlist

  • @ashwin.p.s3661
    @ashwin.p.s3661 3 года назад

    could you please provide a tutorial for mail authenticator using apache camel while receiving emails via imaps

  • @the_insider_story
    @the_insider_story 5 лет назад

    How to configure URLs with path param in apache camel??

  • @deepusasidharan2012
    @deepusasidharan2012 3 года назад +1

    Thanks

  • @ManishTiwari-or8zt
    @ManishTiwari-or8zt 2 года назад

    please make video for Apache camel with microservices

  • @siddarthakamble9166
    @siddarthakamble9166 5 лет назад +1

    why you took process class and process method

    • @Javatechie
      @Javatechie  5 лет назад +1

      To process input request , if you notice we are sending Order object in post api call so to process those input data we used processors even you can use to() and from()

  • @vanthuanluong9398
    @vanthuanluong9398 3 года назад +1

    I don't understand, you can totally make these api with normal REST controllers too.

  • @sagarsinha30
    @sagarsinha30 3 года назад +1

    Apache camel + saga pattern video please 🙏

  • @kanikachhabra9147
    @kanikachhabra9147 2 года назад

    Please provide example for PUT rest route

  • @rammprrasad5894
    @rammprrasad5894 3 года назад

    Can you share us with multiple database.

  • @br4676
    @br4676 5 лет назад +1

    thanks

  • @thegang12
    @thegang12 4 года назад +1

    Good One , could you please give some light on camel rest security

  • @BaluKompalli
    @BaluKompalli 2 года назад +1

    I am following all of your videos. theory is fine. But when i follow the steps and do practically, Got failure in every video.

    • @Javatechie
      @Javatechie  2 года назад

      Buddy it seems i created this video long back ago and the version keeps upgrading some features might not work so always check with documentation

    • @BaluKompalli
      @BaluKompalli 2 года назад +1

      @@Javatechie OK. Will try to do. But u r real mentor to me. Because of your videos i got practical knowledge and real time work experience of concepts

  • @lakshmikb3534
    @lakshmikb3534 3 года назад

    Can you plz make it with mongodb

  • @ytpremium9639
    @ytpremium9639 Год назад

    Very Bakwass

  • @monikasharma4396
    @monikasharma4396 3 года назад

    Amazing explanation