You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Rajiv <RG...@techmahindra.com> on 2014/06/02 11:04:18 UTC

Configuring Vendor specific client API as an endpoint in Apache Camel

I have vendor provided product which is running over Weblogic, its an EJB. 
Vendor has also provided the Client API to communicate with the EJB and send 
various request to interact with EJB. 

Client API is packaged in jar. 

TO communicate we need to first get the factory using the client API. then 
using factory we have to get connection, using connection we can communicate 
to EJB hosted over server. 

plz help and provide some suggestion how to load this jar file and how to 
configure the end point in camel. 

Thanks!! 




--
View this message in context: http://camel.465427.n5.nabble.com/Configuring-Vendor-specific-client-API-as-an-endpoint-in-Apache-Camel-tp5751812.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Configuring Vendor specific client API as an endpoint in Apache Camel

Posted by Claus Ibsen <cl...@gmail.com>.
On Mon, Jun 2, 2014 at 11:04 AM, Rajiv <RG...@techmahindra.com> wrote:
> I have vendor provided product which is running over Weblogic, its an EJB.
> Vendor has also provided the Client API to communicate with the EJB and send
> various request to interact with EJB.
>
> Client API is packaged in jar.
>
> TO communicate we need to first get the factory using the client API. then
> using factory we have to get connection, using connection we can communicate
> to EJB hosted over server.
>

Apache Camel can easily work with Java code. So just write the java
code with that client api as if there is no Apache Camel.

And then from a Camel route you can call a java method using the bean component
http://camel.apache.org/bean

There is also an EJB component, you can try use
http://camel.apache.org/ejb



> plz help and provide some suggestion how to load this jar file and how to
> configure the end point in camel.
>
> Thanks!!
>
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/Configuring-Vendor-specific-client-API-as-an-endpoint-in-Apache-Camel-tp5751812.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cibsen@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/