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

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 70

  • @christhianlor
    @christhianlor Рік тому +1

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

  • @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.

  • @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

  • @sreenivasarajuguduru5729
    @sreenivasarajuguduru5729 4 роки тому +1

    Excellent explanation

  • @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.

  • @zziniiiee
    @zziniiiee 3 роки тому +1

    thanks for this video! it helped me a lot

  • @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

  • @ILuvBilli
    @ILuvBilli 5 років тому +2

    Very informative

  • @felipeandres1621
    @felipeandres1621 3 роки тому +1

    thx you so much, your videos are great.

  • @rajas7915
    @rajas7915 5 років тому +2

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

  • @weitanglau162
    @weitanglau162 3 роки тому +2

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

  • @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

  • @sayantan5896
    @sayantan5896 3 роки тому +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

  • @rajp5260
    @rajp5260 3 роки тому +1

    Please do video on camel k and quarks Kubernetes

  • @srini2379
    @srini2379 5 років тому +1

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

  • @ashokbonam3475
    @ashokbonam3475 3 роки тому

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

  • @deliamontoya8963
    @deliamontoya8963 4 роки тому +1

    Thanks!!!! Very helpful

  • @VikramThakur8
    @VikramThakur8 4 роки тому +1

    Great work. Thanks for sharing

  • @ksudheerkumar1723
    @ksudheerkumar1723 2 роки тому +1

    Please prepare a microservices based aache camel

  • @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.

  • @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

  • @jeanpaulforero1409
    @jeanpaulforero1409 5 років тому +1

    Nice video, please allow autogenerated subtitles please.

  • @letsghoomo
    @letsghoomo 4 роки тому

    mast . bhaina...

  • @pranoydas4068
    @pranoydas4068 5 місяців тому +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 ?

  • @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

  • @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

  • @joshuacaponong3397
    @joshuacaponong3397 2 роки тому

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

  • @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

  • @ManishTiwari-or8zt
    @ManishTiwari-or8zt 2 роки тому

    please make video for Apache camel with microservices

  • @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

  • @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()

  • @anandasudhan2076
    @anandasudhan2076 5 років тому

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

  • @arifpari9561
    @arifpari9561 5 років тому +1

    Nice video

  • @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??

  • @orlandogutierrez6151
    @orlandogutierrez6151 5 років тому +1

    Thanks friend. Regards

  • @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

  • @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.

  • @vanthuanluong9398
    @vanthuanluong9398 3 роки тому +1

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

  • @thegang12
    @thegang12 4 роки тому +1

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

  • @deepusasidharan2012
    @deepusasidharan2012 3 роки тому +1

    Thanks

  • @lakshmikb3534
    @lakshmikb3534 3 роки тому

    Can you plz make it with mongodb

  • @br4676
    @br4676 5 років тому +1

    thanks

  • @ytpremium9639
    @ytpremium9639 Рік тому

    Very Bakwass

  • @monikasharma4396
    @monikasharma4396 3 роки тому

    Amazing explanation