On Mar 18, 9:13 am, Romain Francois
<romain.francois.r.enthusi...@gmail.com> wrote:
> Hello,
>
> I was wondering if {anyone tried/something is planned/is it a good
> idea at all} to build NPAPI plugins for compatible browsers to deal
> with protocol buffer messages, using for example nixysa.
>
> One application of this would be a gwt rpc in terms of protocol buffer
> messages.

I'd rather generate GWT-specific code from the same *.proto files as
you'd use in "pure Java" (or Python or C++) than rely on users
installing a plugin.
...and it's made much easier by protobuf 2.3.0 and its new "plugin
API".

I'm thinking about doing such things (though I'd first have to find
the time, etc.), which seems to be the road taken by Google Wave too.
Have a look at protostuff too (doesn't do services though):
http://code.google.com/p/protostuff/

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to