(FYI: The following entry is going to be much more technical than most of what I post. Anyone who doesn't care about code or data serialization can pretty much hit "next" right now.)
A few days ago,
Google open sourced one of its key data serialization formats,
protocol buffers. There's already been some chat on how they're similar to or different
(
Read more... )
Comments 10
Reply
Reply
Reply
Reusing protocol message objects can be a useful optimization, but it should be done only as needed rather than by default.
-Ben
Reply
Reply
-Kenton
Reply
I was googling for examples and came across your post. I am exploring the possibility of replacing our existing Java web application based on WSDL XML with Google's Protocol Buffers. So in essense the Java app remains the same but the transport is now Proto Buffers. My first task is to build a prototype. I have no idea how I will make Proto Buffers run on the server side. I mean there is no ready server out there as there is for XML RPC. Could you please share your experience and knowledge on how to go about it?
You can email me directly at sunitkatkar at gmail.
Thanks,
Sunit
Reply
Reply
Leave a comment