[protobuf] Java RPC

2012-05-02 Thread Rishi Agarwal
Hello, Can somebody please suggest a good protobuffer rpc for java to java communication. I see several thirdparty implementation but not sure which one is best. I need a production quality implementation. Thanks. -- You received this message because you are subscribed to the Google Groups "

[protobuf] Re: Java RPC

2012-05-03 Thread Rishi Agarwal
I tried using it, somehow however, client is never able to connect to local server. Client always says, Unresolved address. I did a netstat and there was a server listening on port 8899, but client couldnot connect to it. I also made sure i use the same name in both server and client. Is cxf-a