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 Google-Web-Toolkit@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 -~----------~----~----~----~------~----~------~--~---