On Mar 21, 7:52 am, PhilBeaudoin <[email protected]> wrote: > In all the examples that I've seen this is in the client package, but > now that I think of it, it would make sense to have it in the shared > package.
We do not use GWT-RPC in our apps, but I've built a proto recently (to get a coworker started on a new project) that uses GWT-RPC (and I'll probably use it in another new app), and I've put the interfaces in a "shared" package, along with the classes that are passed through GWT- RPC. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
