Re: [protobuf] C# client to Java based server

2010-12-28 Thread Henner Zeller
On Tue, Dec 28, 2010 at 15:14, Kenton Varda  wrote:
> Protocol buffers itself has no built-in RPC implementation.  You have to
> find an RPC implementation that supports whatever languages you are
> interested in, or write your own.  It's not too hard to write a simple RPC
> implementation given protocol buffers as a base.  Sending protobufs over
> HTTP is a popular solution that lets you leverage existing infrastructure.

Good place to start looking for implementations is
  http://code.google.com/p/protobuf/wiki/ThirdPartyAddOns

>
> On Sun, Dec 26, 2010 at 11:55 PM, Tommy  wrote:
>>
>> Hello,
>>
>>    I originally was using JAX-WS to communicate between client and
>> server. This
>>   works well when my client is C# and server is Java based service.
>>
>>    I have been asked to speed up the performance using Protocol
>> Buffers to do
>>   binary serialization instead of text-based serialization. Knowing
>> that I can no longer
>>   use Soap and had to figure out another transport mechanism.
>>
>>    Is RPC the best way? Can I use RPC when my client and server are
>> using
>>   C# and Java respectively? I noticed the example of CXF-protobuf
>> link that
>>   shows how you can make the connection between Java and Java using
>> RPC,
>>    but nothing about if the Client is C#.
>>
>> thanks,
>>   Tommy
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Protocol Buffers" group.
>> To post to this group, send email to proto...@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.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Protocol Buffers" group.
> To post to this group, send email to proto...@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.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to proto...@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.



Re: [protobuf] C# client to Java based server

2010-12-28 Thread Kenton Varda
Protocol buffers itself has no built-in RPC implementation.  You have to
find an RPC implementation that supports whatever languages you are
interested in, or write your own.  It's not too hard to write a simple RPC
implementation given protocol buffers as a base.  Sending protobufs over
HTTP is a popular solution that lets you leverage existing infrastructure.

On Sun, Dec 26, 2010 at 11:55 PM, Tommy  wrote:

> Hello,
>
>I originally was using JAX-WS to communicate between client and
> server. This
>   works well when my client is C# and server is Java based service.
>
>I have been asked to speed up the performance using Protocol
> Buffers to do
>   binary serialization instead of text-based serialization. Knowing
> that I can no longer
>   use Soap and had to figure out another transport mechanism.
>
>Is RPC the best way? Can I use RPC when my client and server are
> using
>   C# and Java respectively? I noticed the example of CXF-protobuf
> link that
>   shows how you can make the connection between Java and Java using
> RPC,
>but nothing about if the Client is C#.
>
> thanks,
>   Tommy
>
> --
> You received this message because you are subscribed to the Google Groups
> "Protocol Buffers" group.
> To post to this group, send email to proto...@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.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to proto...@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.