You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by David Karlsen <da...@gmail.com> on 2015/09/29 15:39:57 UTC

Camel WXS component

I got a bit inspired by the contribution of a camel cics component to camel
extras here the other day, so I whipped up a camel-wxs component:
https://github.com/davidkarlsen/camel-extra/tree/camel-wxs .
Would you care to give feedback (coding style, test approach, naming etc
etc)?

WXS is an elastic caching/grid solution from IBM:
http://www-01.ibm.com/support/knowledgecenter/SSTVLU_8.6.0/
Currently it only contains an implementation
of ExchangeIdempotentRepository .
I thought of extending it in case a generic camel-cache component came to
existence:
http://camel.465427.n5.nabble.com/An-idea-of-new-camel-cache-endpoint-td5753363.html

The tests are currently based on mocks as it would be hard to [legally]
provide integration-tests running on the proper software from IBM as it's
commercial.

What are your thoughts?

-- 
--
David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen

Re: Camel WXS component

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

I would be real careful when having compiled dependencies against any
IBM software
https://github.com/davidkarlsen/camel-extra/blob/camel-wxs/components/camel-wxs/pom.xml#L17

Also this JAR is not in Maven Central. And we would not know what are
the license of such software.



On Tue, Sep 29, 2015 at 3:39 PM, David Karlsen <da...@gmail.com> wrote:
> I got a bit inspired by the contribution of a camel cics component to camel
> extras here the other day, so I whipped up a camel-wxs component:
> https://github.com/davidkarlsen/camel-extra/tree/camel-wxs .
> Would you care to give feedback (coding style, test approach, naming etc
> etc)?
>
> WXS is an elastic caching/grid solution from IBM:
> http://www-01.ibm.com/support/knowledgecenter/SSTVLU_8.6.0/
> Currently it only contains an implementation
> of ExchangeIdempotentRepository .
> I thought of extending it in case a generic camel-cache component came to
> existence:
> http://camel.465427.n5.nabble.com/An-idea-of-new-camel-cache-endpoint-td5753363.html
>
> The tests are currently based on mocks as it would be hard to [legally]
> provide integration-tests running on the proper software from IBM as it's
> commercial.
>
> What are your thoughts?
>
> --
> --
> David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2nd edition:
https://www.manning.com/books/camel-in-action-second-edition

Fwd: Camel WXS component

Posted by David Karlsen <da...@gmail.com>.
Trying again since the last attempt did not get through...

---------- Forwarded message ----------
From: David Karlsen <da...@gmail.com>
Date: 2015-09-29 15:39 GMT+02:00
Subject: Camel WXS component
To: dev@camel.apache.org


I got a bit inspired by the contribution of a camel cics component to camel
extras here the other day, so I whipped up a camel-wxs component:
https://github.com/davidkarlsen/camel-extra/tree/camel-wxs .
Would you care to give feedback (coding style, test approach, naming etc
etc)?

WXS is an elastic caching/grid solution from IBM:
http://www-01.ibm.com/support/knowledgecenter/SSTVLU_8.6.0/
Currently it only contains an implementation
of ExchangeIdempotentRepository .
I thought of extending it in case a generic camel-cache component came to
existence:
http://camel.465427.n5.nabble.com/An-idea-of-new-camel-cache-endpoint-td5753363.html

The tests are currently based on mocks as it would be hard to [legally]
provide integration-tests running on the proper software from IBM as it's
commercial.

What are your thoughts?

-- 
--
David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen



-- 
--
David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen