[protobuf] Re: "Modern" Java RPC implementations

2011-04-24 Thread Blair Zajac
We use ZeroC's Ice for this. We have a mixture of Java, Scala, Python and C++ servers and clients that all work together. They have an extension to their protocol where you can use Protobufs to exchange structures between clients and servers. You write a file similar to a .proto file that define

[protobuf] Re: "Modern" Java RPC implementations

2011-04-23 Thread Joshua Foster
I have been using ZeroMQ with ProtoBufs. It should be easy to connect your C and Java implementations. Joshua -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to protobuf@googlegroups.com. To unsubscribe fr