Re: Camel Social component 'PoC' ready

2010-10-06 Thread Hadrian Zbarcea
Hi Bruno, I still didn't have a chance to look at it but I promise to do it this week. One question I have is if you are using opensocial for it or some other api? I am very curious to see if there's any oauth integration as well. This is more certainly a cool component which opens camel to a w

Re: Camel Social component 'PoC' ready

2010-10-06 Thread Bruno Borges
Thanks Claus. The Twitter provider is, in my concept of "done"... done. It can produce and consume tweets. It is easily possible to implement with EIPS, a "retweet" route. Next on my TODO is a Camel Processor to implement the ReTweet process (which requires some headers to be set). Cheers, Bru

Re: Camel Social component 'PoC' ready

2010-10-03 Thread Claus Ibsen
Hi Excellent. I think it would make it easier for others to help out if we get one social integration done and we have documentation and examples how to use it. You mention twitter is already in there. So it would be nice to have, lets say, an Camel example application that uses twitter. Then peo

Re: Camel Social component 'PoC' ready

2010-10-01 Thread Bruno Borges
It will depend on the provider (social network). The component itself has support for updating social stream. For instance: from("direct:a").to("social://twitter/home"); Will update user status. Bruno Borges www.brunoborges.com.br +55 21 76727099 "The glory of great men should always be meas

Re: Camel Social component 'PoC' ready

2010-10-01 Thread Donald Whytock
This is input-only, correct? Are there plans for output component(s) too? Don On Thu, Sep 30, 2010 at 3:08 PM, Bruno Borges wrote: > Hadrian, remember the talk we had on ApacheCon 2009? > I know I took almost a year to have this thing done. Sorry for taking so > long! But here it goes. > > I ju

Camel Social component 'PoC' ready

2010-09-30 Thread Bruno Borges
Hadrian, remember the talk we had on ApacheCon 2009? I know I took almost a year to have this thing done. Sorry for taking so long! But here it goes. I just want to state that Neociclo supported me a lot on achieving this. Not only we were able to code the Camel OFTP