For put endpoint also it is same as post? We would need one param and in the body the records to be updated for that id in the param?
@danielarriaga60394 жыл бұрын
Hello, can you do an API REST integration with MySQL? Did you have any tutorial of this?
@tomd-tutorialworks87064 жыл бұрын
Hiya, I don't have a tutorial for that, but there are some examples with Camel which I think will help you: - github.com/apache/camel-spring-boot-examples/blob/master/camel-example-spring-boot-rest-jpa/README.adoc - github.com/apache/camel-examples/tree/master/examples
@danielarriaga60394 жыл бұрын
@@tomd-tutorialworks8706 thank you so much! let me check it
@Leon-xg7zj4 жыл бұрын
Hi Tom, thank you very much for the video! May I ask how I can post a multipart/mixed message instead of json to the endpoint?
@boddahboy4 жыл бұрын
Nice runthrough! I think servlet is now deprecated in newer versions as it hasn't been updated in a while.
@jangriesel50564 жыл бұрын
Nice - Short and simple.
@tomd-tutorialworks87063 жыл бұрын
Download my free Intro to Camel book here - tomd.xyz/learn-camel And you can get the full code used in this video here: github.com/tutorialworks/camel-sports-api
@henriquevergara3 жыл бұрын
Thanks Tom! helped me a lot.
@StuartWinchesterG4 жыл бұрын
can you do one with a timer going to a log file please?
@tomd-tutorialworks87064 жыл бұрын
Excellent suggestion, Stuart!
@dariobocale85493 жыл бұрын
Hi Tom! Thanks for your videos! I tried to reproduce what you did there and I have no clue how to reach my service. The log says that caml-k-integrations listens on 0.0.0.0:8080 but I can't reach it with localhost. It's a mystery for me T.T I really hope you can give me a clue how to reach my service with a get/post request! Thanks in advance :)
@tomd-tutorialworks87063 жыл бұрын
Hey Dario! The default servlet mapping for Camel services is localhost:8080/camel/ so you might want to try that first! I've also uploaded the code, check out the top comment.
@LeonardoLima-hw3tt3 жыл бұрын
Thanks Tom, you helped me a lot.
@tomd-tutorialworks87063 жыл бұрын
Happy to hear it!
@kiuu34442 жыл бұрын
@@tomd-tutorialworks8706 Hi Tom! At 5:51 is it possible to combine several json properties together into just one property from incoming data? Say 3 properties comes in: Number of the bus, starting point and ending point. Also, when doing this, I need to rename that property to something like "description". How would I go about doing that? Thanks for the book you wrote, btw! One of the best things I've discovered this year. Very helpful!
@m3kbeatz3 жыл бұрын
Can we get code?
@tomd-tutorialworks87063 жыл бұрын
Yep! The code is now here: github.com/tutorialworks/camel-sports-api
@mandadapukalyani58814 жыл бұрын
Hi, Tom thank you very much for this vedio. Please make more vedios on Apache Camel with Springboot
@tomd-tutorialworks87064 жыл бұрын
Hey Mandadapu - thanks. I will try to create more Camel videos!