I want to use the Google Pubsub component in a Camel application. I can't seem to find a basic example of this anywhere. Can someone point me to one or put it here? TIA
Related
I am trying to create a route in Apache Camel that will read data from Azure Event Hub. I have tried searching all over but couldnt find a way.
Traditional way as explained in this works, https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-java-get-started-receive-eph
But how do I implement the same in Camel. Any help would be highly appreciated
Please I want to create Event in Google Calendar API but the documentation official is BAD I cant use it .. And someone here who can help me please!! Sorry with my english but I speak spanish!
I agree...
This helps a bit: Google Calendar Events
Depending on the process you are using, there are few examples for using asp.net and the service account option. I successfully created events via service account with granting domain-wide access. With this you just need to create an app, then service account for the app and follow the domain wide delegation steps on the google documentation pages. This option is great if you have an app that needs to create events without having to authenticate the user.
For working code and more info you can see what I used at-
Google API Calender v3 Event Insert via Service Account using Asp.Net MVC
What is "bad" about the documentation? (Don't just complain; provide actionable feedback.) In the v3 docs, check out the reference section on creating events. There is even sample code in Java, Python, PHP, and Ruby to help get you started just below the reference. In addition, below the sample code is the APIs Explorer where you can issue requests with appropriate payload to the API and see the HTTP response to ensure you're calling the API correctly and receiving the data you requested. If there's any additional way for us to improve the docs, please let us know!
UPDATE (Sep 2015): I created a blogpost and video that walks through some pseudocode (well, it's Python) for creating events. There are examples in most other languages too.
I am new to camel as well as JCR's.
I am trying to connect to Liferay's content repository using the JCR component in Camel. What I am trying to achieve is pass a content id explicitly and using Camel, I want to hit the content repository of Liferay and retrive the relevant data.
I am trying my hands at the fuse IDE tool as well to get this done.
What I have managed to do so far is configure the endpoint uri to hit my repository. Not sure how to proceed further. Havent found much info on implementations
with Camel JCR.
Any pointers will be of great help!!!
Did you have chance to check out this wiki page?
I am really really new to java and google app engine also. I read google's tutorial and did sample guestbook application of google. It seems to work correctly. And i did deploy it as well. However, I have problem to reach my http://example.appspot.com/ My application id is example. And i made changes in my xml files. But still it keeps saying '404 Error Not Found' I dont think i did anything wrong though. In logs it says No handlers matched this URL. Could you help me with this?
Thank you.
You have to create a project on appspot.com first. Example.appspot.com is not your project and it's just a demo URL provided by google. I doubt you can deploy your guestbook using "example" as the app-id.
I am trying to use openid/hybrid in app engine, but so far, no luck.
No success with openid4java (because it creates socket etc), and no luck with dyuproject either.
How do it deploy dyuproject into my java appengine?
I just could not understand the different structure of the code in http://dyuproject.googlecode.com/files/dyuproject.appspot.com-source-2009-10-08.zip
It is just so different than the default new google web application.
Many thanks..
I have been struggling the whole week
Better late than never. I'm working on SixFixMix and implemented a popup OpenID consumer. Check out its Wiki page that gives a quick overview of my usage of OpenId.