I seem to have it worked out.
In my Impl file, I had to have it implement each of the services like
so

public class BlahServiceImpl<Implements> extends RemoteServiceServlet
implements BlahBlahSvc, BlahBlahXPSvc {
...
}

separated by a comma.  I thought that might work, but had to clean up
some other stuff.
Any other tips on doing this type of thing?
Thanks!




On Jan 28, 2:17 pm, "[email protected]" <[email protected]>
wrote:
> Hi
> I've been using some online examples to build this thing with GWT...
> am able to implement a single service without a problem; this one
> retrieves a record out of mysql using the jdbc, works good.
> But now I want to add a few more.
> One will retrieve some data out of mysql of a different type (which
> I've defined in a class), and one will execute an update in mysql.
> SO.... For each of these, do I need separate files for the Service,
> ServiceAsync, and Impl?
> Or can I just have the separate Service and ServiceAsync files, and
> put both into the same Impl file?  The Impl file "implements" one
> service... but could it implement more than one?
> Any help or pointers to online answers would be appreciated.
> Thanks!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to