[ 
https://issues.apache.org/activemq/browse/CAMEL-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55573#action_55573
 ] 

Hadrian Zbarcea commented on CAMEL-1520:
----------------------------------------

Adam, you can package a camel component in it's own jar, that's what most of 
the components do.  That is you don't need to rebuild camel.

I had a couple of chats with Bruno at ApacheCon. I think he will rewrite this 
component based on camel-rest and make it more generic.  From our discussions 
the new component will be called camel-social.

The short answer is no, I don't think it will in this shape and form, and when 
it will it will probably end up part of the Apache project, not at another 
repo.  We'll see.

I am not even sure if we should close this jira.  Bruno, maybe you care to 
comment?

> Twitter Component to Consume and Publish Tweets
> -----------------------------------------------
>
>                 Key: CAMEL-1520
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1520
>             Project: Apache Camel
>          Issue Type: New Feature
>         Environment: Any
>            Reporter: Bruno Borges
>            Assignee: Bruce Snyder
>             Fix For: 2.2.0
>
>         Attachments: camel-twitter.patch, camel-twitter.tar.bz2
>
>
> This is a camel-twitter component to consume and publish tweets within a 
> route.
> The usage is something like :
> from("twitter:mypoint?user=foo&pass=bar").to("bean:logging");
> from("direct:apoint").to("twitter:publisher?user=foo&pass=bar");
> It is also possible to follow someone specific:
> from("twitter:consume?follow=someuser");
> It still need some documentation about all parameters.
> Also it would be great to have an automatic Type Converter.
> This component has a dependency to the Twitter4J API, which is a BSD-style 
> license.  Is this a problem? If yes, is there anything that can be done in 
> case the author does not want to change its license?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to