I'm trying to connect a C client with a Java server, and I'd prefer to
use protobuf with RPC instead of raw sockets. I've already found
protobuf-c, which seems to be a well-supported implementation for the
C side.

However, the Java RPC side seems woefully undersupported, with several
dead projects all using the pre-2.3 interfaces for RPC, and apparently
none using plugins (which I presume must be written in C++ anyway).

Can anyone point me to a good implementation of Java RPC that will
interact with my C client? Am I simply better off doing the sockets
myself with Mina and using a wrapper object for "RPC"?

jason

-- 
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 from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to