« 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 Mike Carr-6 :: Rate this Message:

Reply to Author | View in Thread

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


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