Completely make sense. Thanks Kenton.

On Tue, Feb 22, 2011 at 11:15 PM, Kenton Varda <ken...@google.com> wrote:

> For AppEngine you'll need to accept all incoming requests over HTTP.  You
> probably don't want to use the RPC interfaces -- just use the regular
> servlet interface and use encoded protobufs in the request and response
> bodies.
>
>   On Wed, Feb 16, 2011 at 10:39 PM, Amit <amit.s...@gmail.com> wrote:
>
>>
>> Hi All,
>>
>> I am very new to Protocol Buffer. I went through the documentation and
>> found that we have to provide our own implementation of RpcChannel and
>> RpcController interface. I'm not sure that what would I write in the
>> implemented methods. I'm using JAVA in my application.
>>
>> Basically my requirement is to expose the API from Google App Engine
>> and consumes it in stand-alone java application.
>>
>> It would be great if you could provide me an example for that.
>>
>> Any help will be appreciated.
>>
>> Thanks,
>>  Amit
>>
>> --
>> 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.
>>
>>
>

-- 
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