« Return to Thread: What is the best way to have java components call other services ?

Re: What is the best way to have java components call other se

by antoine.borg :: Rate this Message:

Reply to Author | View in Thread

Infinitely preferable to putting things in code. Having Bindings means
that you can keep all Mule config inside the config file and decouple
the Java code from the Mule config.

HTH

A

Joel Goldberger wrote:

> Andrew - Is this preferable to implementing the Callable interface and calling other services directly from the Java ?  In some cases the other services I will be calling are also Thrift services, so I will need to connect to them using TCP sockets and send binary streams.
>
> Presumably I can use whatever encoding I like rather than the webrequest/string encodings shown in the example, is that correct ?
>
> - Joel -
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>
>
>
>  
--

Antoine Borg, Senior Consultant | Tel: +32 28 504 696
ricston Ltd., BP 2, 1180 Uccle, Brussels, BELGIUM

See our full schedule of Mule and Android courses:
http://www.ricston.com/courses/schedules/

email: _antoine.borg_@... <mailto:antoine.borg@...> |
blog: blog.ricston.com <http://blog.ricston.com> | web: ricston.com
<http://www.ricston.com/>



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: What is the best way to have java components call other services ?