On 18.02.2011 09:12, Claus Ibsen wrote:
Hi
Cool we love contributions.
This wiki page walks you through the process
http://camel.apache.org/add-new-component-guide.html
Okay - thanks.
Maybe you can read that page and if needed correct anything it highlights.
Then open a JIRA and attach the source code and grant license to Apache.
Then we can take a look.
And importantly you should help with the documentation of the component :)
Of course :) We have a detailed documentation in a textile file yet - so
this should no problem.
Is your component related by the new kestrel component by any chance?
http://camel.apache.org/kestrel
Yes, there're relations. Memcached was our first thought, too. But we
wanted something that doesn't need an extra software installation. So
Hazelcast fits better for us - simply put the dependency into your pom
and everything works (including a cluster over multicast).
On Fri, Feb 18, 2011 at 8:56 AM, Claus Straube<[email protected]> wrote:
I've forgotten the most important part. Here you can find it:
https://github.com/catify/camel-hazelcast
Sorry ;)
On 18.02.2011 08:55, Claus Straube wrote:
Hi all,
we've developed a camel component for the Hazelcast data grid
(http://www.hazelcast.com<http://www.hazelcast.com/>). Hazelcast is a easy
to use, but powerful data grid solution, entirely written in Java. We've
implemented a producer/consumer for the distributed map/multimap, a producer
for the atomic number and a consumer for simple cluster support. We want to
give the component back to the community under Apache License.
@Claus Is there a way to give the code to the camel project? Yes. I've
read http://camel.apache.org/contributing.html but it's not clear for me,
yet ;) Thanks in advance.
Best regards - Claus